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

No progress bar is displayed #20

Closed
q629988171 opened this issue Mar 16, 2024 · 3 comments
Closed

No progress bar is displayed #20

q629988171 opened this issue Mar 16, 2024 · 3 comments

Comments

@q629988171
Copy link

Ubuntu 20.04.4 LTS
PyCharm 2023.3.4 (Community Edition)
Python 3.8.10

The duration of input.mp4 has been detected as 144.033 seconds.

from better_ffmpeg_progress import FfmpegProcess

# Pass a list of FFmpeg arguments, like you would if using subprocess.run()
process = FfmpegProcess(["ffmpeg", "-i", "input.mp4", "output.avi"])
# Use the run method to run the FFmpeg command.
process.run()
@stephanedebove
Copy link

Same problem here, on google colab. No progress bar is displayed, only the duration of my input video. @q629988171 you found a solution?

CrypticSignal added a commit that referenced this issue Apr 22, 2024
@CrypticSignal
Copy link
Owner

CrypticSignal commented Apr 22, 2024

@q629988171 @stephanedebove Fixed in v2.1.3, you can upgrade Better FFmpeg Progress to the latest version with pip3 install better-ffmpeg-progress --upgrade and you should no longer run into this issue. Let me know if this is not the case.

@stephanedebove
Copy link

Yes it works now thanks!

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

3 participants