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

setpts argument breaks progress bar #42

Open
arcandio opened this issue Feb 13, 2024 · 1 comment
Open

setpts argument breaks progress bar #42

arcandio opened this issue Feb 13, 2024 · 1 comment

Comments

@arcandio
Copy link

I'm an amateur user of FFMPG for creating timelapses of recorded video streams. I use ffmpeg-bar with setpts=PTS/20 to create my timelapses. The command works, but the problem is that the progress bar provided by ffmpeg-progress-bar-cli seems to be based on the total frames of the video, and ignores the setpts argument, causing my entire progress bar to end at 5%. That doesn't help me much, because the bar reads "1%" for about 20% of the process, and so on. The bar fills to 100% when it's complete, but that's sort of pointless.

image

I'd like to request that the setpts argument be honored, so that when you're speeding up or slowing down the video stream, the progress bar reflects the intended output, rather than the original input number of frames.

@arcandio
Copy link
Author

arcandio commented Jun 4, 2024

I'm not sure if this is being worked on or is already complete, but it seems to be working much better now.
image

Thanks very much!

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

No branches or pull requests

1 participant