[FFmpeg-cvslog] r14329 - trunk/doc/ffmpeg-doc.texi

diego subversion
Mon Jul 21 23:06:49 CEST 2008


Author: diego
Date: Mon Jul 21 23:06:49 2008
New Revision: 14329

Log:
Add complete listing of bitstream filters and 2 examples to the documentation.
patch by tripp, eliared yahoo com


Modified:
   trunk/doc/ffmpeg-doc.texi

Modified: trunk/doc/ffmpeg-doc.texi
==============================================================================
--- trunk/doc/ffmpeg-doc.texi	(original)
+++ trunk/doc/ffmpeg-doc.texi	Mon Jul 21 23:06:49 2008
@@ -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".
+ at example
+ffmpeg -i h264.mp4 -vcodec copy -vbsf h264_mp4toannexb -an out.h264
+ at end example
 @end table
 
 @section Audio Options
@@ -664,6 +667,11 @@ Force subtitle codec ('copy' to copy str
 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.
+ at item -sbsf @var{bitstream_filter}
+Bitstream filters available are "mov2textsub", "text2movsub".
+ at example
+ffmpeg -i file.mov -an -vn -sbsf mov2textsub -scodec copy -f rawvideo sub.txt
+ at end example
 @end table
 
 @section Audio/Video grab options




More information about the ffmpeg-cvslog mailing list