]> git.sesse.net Git - ffmpeg/blobdiff - doc/bitstream_filters.texi
avconv: Support VDA hwaccel
[ffmpeg] / doc / bitstream_filters.texi
index 1fbd40a70c3c13aa26a8e832a693f5c372223f73..6e7f8781ee38377625f7c46959323168914ea94f 100644 (file)
@@ -10,7 +10,7 @@ You can disable all the bitstream filters using the configure option
 the option @code{--enable-bsf=BSF}, or you can disable a particular
 bitstream filter using the option @code{--disable-bsf=BSF}.
 
-The option @code{-bsfs} of the ff* tools will display the list of
+The option @code{-bsfs} of the av* tools will display the list of
 all the supported bitstream filters included in your build.
 
 Below is a description of the currently available bitstream filters.
@@ -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