diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2013-02-27 21:14:48 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2013-03-10 13:48:49 +0100 |
commit | cb2bd91413af28ca9a0202e9b92ee7c1e3d9dd2e (patch) | |
tree | d57b5a4f87bb1f9730a2f06b6b42a25b27c4d93a /doc/ffmpeg.texi | |
parent | f9b34b8bf967e8e80df9bcb4a16556a9d4526484 (diff) | |
download | ffmpeg-cb2bd91413af28ca9a0202e9b92ee7c1e3d9dd2e.tar.gz |
ffmpeg: add the -canvas_size option.
Allows, amongst other things, to override the size guessed
by the sub2video hack.
Note: the -s option could have more or less the same semantic,
but it receives a special treatment by the options system.
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r-- | doc/ffmpeg.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index d52df9bb8a..9848e0dd86 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -681,6 +681,9 @@ Note that this option will delay the output of all data until the next subtitle packet is decoded: it may increase memory consumption and latency a lot. +@item -canvas_size @var{size} +Set the size of the canvas used to render subtitles. + @end table @section Advanced options |