diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-10-01 13:48:23 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-10-01 13:48:23 +0000 |
commit | f0ef7beeb6231feb0ecccfb8dd2193962fc683f9 (patch) | |
tree | c4ac7024530673baedf1bf12286bb331ef7f4721 | |
parent | 05ec0c00120526e039f35c7900b18fab9766ef69 (diff) | |
download | ffmpeg-f0ef7beeb6231feb0ecccfb8dd2193962fc683f9.tar.gz |
Document -sn option.
Originally committed as revision 20122 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/ffmpeg-doc.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index f734f7131e..b6706f4c50 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -734,6 +734,8 @@ Force subtitle codec ('copy' to copy stream). Add a new subtitle stream to the current output stream. @item -slang @var{code} Set the ISO 639 language code (3 letters) of the current subtitle stream. +@item -sn +Disable subtitle recording. @item -sbsf @var{bitstream_filter} Bitstream filters available are "mov2textsub", "text2movsub". @example |