pffmpeg¶
PFFmpeg package.
PFFmpeg enhances the user experience of running FFmpeg commands by providing
a rich
progress bar.
This allows users to execute their usual ffmpeg
commands while benefiting
from a visually appealing and informative progress display.
To use PFFmpeg, replace the ffmpeg
command with pffmpeg
in your terminal.
Example
pffmeg -i input.mp4 output.mp4
The command above runs ffmpeg -i input.mp4 output.mp4
.
Dependencies
ffmpeg
: Not included if you installpffmeg
, follow the proper installation procedure offfmpeg
for your system.rich
: Used for displaying the progress bar.