X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fffmpeg%2Fdoc%2Fbitstream_filters.texi;h=58ebddd42a6624a757a7683a523eb2278c56e22b;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=9bcb12c734d05950c71dca2db59f9e56f8638a72;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/ffmpeg/doc/bitstream_filters.texi b/src/third_party/ffmpeg/doc/bitstream_filters.texi index 9bcb12c..58ebddd 100644 --- a/src/third_party/ffmpeg/doc/bitstream_filters.texi +++ b/src/third_party/ffmpeg/doc/bitstream_filters.texi @@ -74,7 +74,18 @@ format with @command{ffmpeg}, you can use the command: ffmpeg -i INPUT.mp4 -codec copy -bsf:v h264_mp4toannexb OUTPUT.ts @end example -@section imx_dump_header +@section imxdump + +Modifies the bitstream to fit in MOV and to be usable by the Final Cut +Pro decoder. This filter only applies to the mpeg2video codec, and is +likely not needed for Final Cut Pro 7 and newer with the appropriate +@option{-tag:v}. + +For example, to remux 30 MB/sec NTSC IMX to MOV: + +@example +ffmpeg -i input.mxf -c copy -bsf:v imxdump -tag:v mx3n output.mov +@end example @section mjpeg2jpeg @@ -121,6 +132,13 @@ ffmpeg -i frame_%d.jpg -c:v copy rotated.avi @section noise +Damages the contents of packets without damaging the container. Can be +used for fuzzing or testing error resilience/concealment. + +@example +ffmpeg -i INPUT -c copy -bsf noise output.mkv +@end example + @section remove_extra @c man end BITSTREAM FILTERS