Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not properly support -ss, -to or -t ffmpeg options #9

Open
Alexey-Akishin opened this issue Oct 19, 2018 · 1 comment
Open

Does not properly support -ss, -to or -t ffmpeg options #9

Alexey-Akishin opened this issue Oct 19, 2018 · 1 comment

Comments

@Alexey-Akishin
Copy link

Progress bar does not work as expected if only portion of input file is used because of -ss and -to or -t options.

@solonovamax
Copy link

To add on (not different enough to warrant its own issue):
It will break when using a filter like: ffmpeg -i input.mkv -c:v libx264 -crf 0 -filter_complex "[0:v]setpts=4.0*PTS[v];[0:a]atempo=0.5,atempo=0.5[a]".

When the bar goes past the number of estimated frames, it will just disappear. (Eg. if ffpb guesses the output will have 600 frames and it goes to 660, then the output will look like this: input.mkv: 780 frames [05:48, 2.17 frames/s]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants