author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Sun, 28 Jun 2020 14:36:31 +0300 (2020-06-28) | |
changeset 2424 | 2a62ec5e8506 |
parent 2423 | 6a4fd5ccb340 |
child 2425 | 0dadee3a3b63 |
ffmpeg.rst | file | annotate | diff | comparison | revisions |
--- /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 + + +