summaryrefslogtreecommitdiff
path: root/doc/bitstream_filters.texi
diff options
context:
space:
mode:
authorLou Logan <lou@lrcd.com>2014-06-09 12:19:02 -0800
committerLou Logan <lou@lrcd.com>2014-06-18 12:59:15 -0800
commiteba453e03ffeec8bb79cdcf35698e0fa13cc6d6e (patch)
treeea69a57c2b042ae5c397197ff92cbd8a64031311 /doc/bitstream_filters.texi
parenteec55e622a73b298bd8872a82dc116b3633c14e4 (diff)
doc/bitstream_filters: document imxdump
Partially addresses ticket #3198. Signed-off-by: Lou Logan <lou@lrcd.com> Tested-by: Dave Rice <dave@dericed.com>
Diffstat (limited to 'doc/bitstream_filters.texi')
-rw-r--r--doc/bitstream_filters.texi13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi
index 1bfd633721..58ebddd42a 100644
--- a/doc/bitstream_filters.texi
+++ b/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