[FFmpeg-devel] [PATCH] doc/bitstream_filters: document imx_dump_header

Lou Logan lou at lrcd.com
Mon Jun 9 22:24:12 CEST 2014


Signed-off-by: Lou Logan <lou at lrcd.com>
---
Example is untested:

 * I have no IMX in MXF sample to test.
 * I don't have Final Cut Pro.

 doc/bitstream_filters.texi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi
index 1bfd633..3803a69 100644
--- a/doc/bitstream_filters.texi
+++ b/doc/bitstream_filters.texi
@@ -76,6 +76,13 @@ ffmpeg -i INPUT.mp4 -codec copy -bsf:v h264_mp4toannexb OUTPUT.ts
 
 @section imx_dump_header
 
+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.
+
+ at example
+ffmpeg -i input.mxf -c copy -bsf:v imx_dump_header output.mov
+ at end example
+
 @section mjpeg2jpeg
 
 Convert MJPEG/AVI1 packets to full JPEG/JFIF packets.
-- 
1.9.3



More information about the ffmpeg-devel mailing list