Skip to content

Usage

You can use any ffmpeg command with pffmpeg:

pffmpeg -h# Print helppffmpeg -version# Print versionpffmpeg -i input.mp4 output.mp4# Video processing

Most of the commands should be unaffected by the usage of pffmpeg, only processing operations will have a progress bar replacing standard output.

Comparison with/without

Demo with FFmpeg:

Demo ffmpeg

Demo with PFFmpeg:

Demo pffmpeg

Limits

Because PFFmpeg uses the output of FFmpeg to work, the flag -nostats cannot be used, and will be ignored by PFFmpeg. In the same fashion, setting the log level with -v/-loglevel below "info" will also be ignored.