ffmpeg.rst
changeset 2424 2a62ec5e8506
child 2425 0dadee3a3b63
--- /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
+
+
+