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 a list of arguments like you would to subprocess.run()
from better_ffmpeg_progress import run_ffmpeg_show_progress
run_ffmpeg_show_progress(["ffmpeg", "-i", "input.mp4", "-c:a", "libmp3lame", "output.mp3"])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file better-ffmpeg-progress-0.0.7.tar.gz
.
File metadata
- Download URL: better-ffmpeg-progress-0.0.7.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c6f1f0b05907bd21598d4cdfe29096be2eeef72a349306ecd918acb5fd70044 |
|
MD5 | a3833b8253f2f3825a57c5b7f4ff421a |
|
BLAKE2b-256 | 245509243e32124cb5ac8aca2eb02d8bb92f3a17308ab24aa1e8755fd9698fca |
File details
Details for the file better_ffmpeg_progress-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: better_ffmpeg_progress-0.0.7-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb810a1d5991ac4c45e9466fad2c6ac9f37072fa6003bc8d98b85da8a27782ec |
|
MD5 | 2be757fb502bed8dbff5eab529231866 |
|
BLAKE2b-256 | 711f9803eedfb6d543b12d61618a9ebea221497e8a5db01eefeb3e3b968992f6 |