Log in

View Full Version : H264 data referencing with MP4Box


robofly
24th May 2007, 13:38
Hi,

I've been trying to use the -dref feature of MP4Box with little luck. I was wondering if anybody knew how to use this feature in the context of referencing H264 files that are either raw or muxed into a separate MP4 container.

I've been trying things like:
MP4Box -add h264_container.mp4 -dref -isma -new target_file_for_reference.mp4
MP4Box -add h264_container.mp4#1:opt=dref -isma -new target_file_for_reference.mp4

Any ideas/leads?

Warm regards,
Robert

Kurtnoise
24th May 2007, 17:21
The 1st command line seems to be correct, otherwise

MP4Box -add myfile.mp4#1:dref -isma -new output.mp4
#1 stands for the stream_id of course...To find the correct one, use the command
MP4Box -info my_file.mp4

bond
24th May 2007, 18:47
moved