summaryrefslogtreecommitdiff
path: root/doc/ffmpeg-doc.texi
diff options
context:
space:
mode:
authortripp <eliared@yahoo.com>2008-07-21 21:06:49 +0000
committerDiego Biurrun <diego@biurrun.de>2008-07-21 21:06:49 +0000
commit5ad2b4c621a1748cdaea6673bb45d1ca76135bdc (patch)
treea0131e8889abba2072ff962b1caf558e0c841796 /doc/ffmpeg-doc.texi
parent662e54119c8169f4e7e76d4393c2b15628a30975 (diff)
Add complete listing of bitstream filters and 2 examples to the documentation.
patch by tripp, eliared yahoo com Originally committed as revision 14329 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r--doc/ffmpeg-doc.texi10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index 0f62bdad71..2040c92ce6 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -611,7 +611,10 @@ Force video tag/fourcc.
@item -qphist
Show QP histogram.
@item -vbsf @var{bitstream_filter}
-Bitstream filters available are "dump_extra", "remove_extra", "noise".
+Bitstream filters available are "dump_extra", "remove_extra", "noise", "h264_mp4toannexb", "imxdump", "mjpegadump".
+@example
+ffmpeg -i h264.mp4 -vcodec copy -vbsf h264_mp4toannexb -an out.h264
+@end example
@end table
@section Audio Options
@@ -664,6 +667,11 @@ 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 -sbsf @var{bitstream_filter}
+Bitstream filters available are "mov2textsub", "text2movsub".
+@example
+ffmpeg -i file.mov -an -vn -sbsf mov2textsub -scodec copy -f rawvideo sub.txt
+@end example
@end table
@section Audio/Video grab options