[FFmpeg-devel] [PATCH 2/3] doc/syntax: add missing frame sizes
Dave Rice
dave at dericed.com
Sat Feb 2 03:11:34 CET 2013
Adding missing frame sizes used in parseutils.c to the documentation.
diff --git a/doc/syntax.texi b/doc/syntax.texi
index a3aabce..9d3afa3 100644
--- a/doc/syntax.texi
+++ b/doc/syntax.texi
@@ -112,6 +112,22 @@ Specify the size of the sourced video, it may be a string of the form
The following abbreviations are recognized:
@table @samp
+ at item ntsc
+720x480
+ at item pal
+720x576
+ at item qntsc
+352x240
+ at item qpal
+352x288
+ at item sntsc
+640x480
+ at item spal
+768x576
+ at item film
+352x240
+ at item ntsc-film
+352x240
@item sqcif
128x96
@item qcif
More information about the ffmpeg-devel
mailing list