Print supported options.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 28 Jun 2020 14:36:31 +0300
changeset 2424 2a62ec5e8506
parent 2423 6a4fd5ccb340
child 2425 0dadee3a3b63
Print supported options.
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
+
+
+