Skip to main content

Run FFmpeg & see percentage progress + ETA.

Project description

better-ffmpeg-progress

Runs an FFmpeg command and shows the following in the terminal:

  • Percentage Progress
  • Speed
  • ETA (minutes and seconds)

Example: Progress: 25% | Speed: 22.3x | ETA: 1m 33s

Installation:

pip3 install better-ffmpeg-progress

Usage:

Simply import the run_ffmpeg_show_progress function and supply an FFmpeg command as an argument.

from better_ffmpeg_progress import run_ffmpeg_show_progress
run_ffmpeg_show_progress("ffmpeg -i input.mkv -c:v libx264 -c:a copy output.mp4")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

better-ffmpeg-progress-0.0.6.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

better_ffmpeg_progress-0.0.6-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page