[FFmpeg-cvslog] docs: use -bsf:[vas] instead of -[vas]bsf.

John Van Sickle git at videolan.org
Sat Feb 25 04:28:18 CET 2012


ffmpeg | branch: master | John Van Sickle <john.vansickle at gmail.com> | Fri Feb 24 13:46:48 2012 -0500| [d6a77e2b97f3968b99798faeb70e873eb5910849] | committer: Anton Khirnov

docs: use -bsf:[vas] instead of -[vas]bsf.

The latter syntax is now invalid.

Signed-off-by: Anton Khirnov <anton at khirnov.net>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d6a77e2b97f3968b99798faeb70e873eb5910849
---

 doc/avconv.texi            |    4 ++--
 doc/bitstream_filters.texi |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/avconv.texi b/doc/avconv.texi
index 6d96a2f..008b421 100644
--- a/doc/avconv.texi
+++ b/doc/avconv.texi
@@ -799,10 +799,10 @@ Set bitstream filters for matching streams. @var{bistream_filters} is
 a comma-separated list of bitstream filters. Use the @code{-bsfs} option
 to get the list of bitstream filters.
 @example
-avconv -i h264.mp4 -c:v copy -vbsf h264_mp4toannexb -an out.h264
+avconv -i h264.mp4 -c:v copy -bsf:v h264_mp4toannexb -an out.h264
 @end example
 @example
-avconv -i file.mov -an -vn -sbsf mov2textsub -c:s copy -f rawvideo sub.txt
+avconv -i file.mov -an -vn -bsf:s mov2textsub -c:s copy -f rawvideo sub.txt
 @end example
 
 @item -tag[:@var{stream_specifier}] @var{codec_tag} (@emph{output,per-stream})
diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi
index 1fbd40a..a6fe2f2 100644
--- a/doc/bitstream_filters.texi
+++ b/doc/bitstream_filters.texi
@@ -57,7 +57,7 @@ stream (carrying the AVI1 header ID and lacking a DHT segment) to
 produce fully qualified JPEG images.
 
 @example
-avconv -i mjpeg-movie.avi -c:v copy -vbsf mjpeg2jpeg frame_%d.jpg
+avconv -i mjpeg-movie.avi -c:v copy -bsf:v mjpeg2jpeg frame_%d.jpg
 exiftran -i -9 frame*.jpg
 avconv -i frame_%d.jpg -c:v copy rotated.avi
 @end example



More information about the ffmpeg-cvslog mailing list