# HG changeset patch # User Oleksandr Gavenko # Date 1593344191 -10800 # Node ID 2a62ec5e8506fc3019859be0eb9f59acb4f2b3ff # Parent 6a4fd5ccb340aefe4a93116f069548f21bf31890 Print supported options. 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 + + +