mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-28 10:13:22 +00:00
doc/syntax: add missing frame sizes
Adding missing frame sizes used in parseutils.c to the documentation. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
This commit is contained in:
parent
3bba91d32d
commit
fe63f3d301
@ -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
|
||||
@item ntsc
|
||||
720x480
|
||||
@item pal
|
||||
720x576
|
||||
@item qntsc
|
||||
352x240
|
||||
@item qpal
|
||||
352x288
|
||||
@item sntsc
|
||||
640x480
|
||||
@item spal
|
||||
768x576
|
||||
@item film
|
||||
352x240
|
||||
@item ntsc-film
|
||||
352x240
|
||||
@item sqcif
|
||||
128x96
|
||||
@item qcif
|
||||
|
Loading…
Reference in New Issue
Block a user