diff -r 6a4fd5ccb340 -r 2a62ec5e8506 ffmpeg.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ffmpeg.rst Sun Jun 28 14:36:31 2020 +0300 @@ -0,0 +1,20 @@ + +======== + ffmpeg +======== +.. contents:: + :local: + +Print supported options +======================= + +Supported decoders/encoders:: + + ffmpeg -codecs + +Pixel formats:: + + ffmpeg -pix_fmts + + +