PDA

View Full Version : MP4Box parsing a BIFS and OD track


DilipPatel
24th April 2008, 11:31
Hello,

How MP4Box can parse BIFS and OD track?

how to write .bt file from mp4 file which contains BIFS and OD track?

please let me know if any body have any idea.
Any input related to BIFS and OD track parsing is appericiated.

Thanks,
Dilip Patel

Drachir
24th April 2008, 14:30
BIFS Text (.bt) is a authoring format(textual format) used by GPAC, which have its roots in the mp4tool from Jean-Claude Dufourd.

You can create an .bt file from a existing MP4 file with:
MP4Box -bt file.mp4

Beside BIFS Text, GPAC supports XMT-A which is defined in MPEG-4 part 11 (MP4Box -xmt file.mp4).