ETSI has included in the latest update of the ac3 specs (TS 102 366 V1.2.1 Annex F) a spec storing ac3 in mp4:
http://webapp.etsi.org/WorkProgram/Report_WorkItem.asp?WKI_ID=28541
the spec is freely available
can you please consider adding muxing support for ac3 to mp4 following those specs to mp4box?
thanks
AC3 support is now available on CVS.
MP4Box
* Enhanced AC3 is NOT supported
* AC3 mux/demux from RAW AC3 only
* RTP hinting is not done yet
CLients
* playback should be supported through ffmpeg (not tested yet)
doesn't work properly for me...there is something wrong with dataLength.
A typo also : "Importing AC3" instead of "Inporting AAC"...;-)
Here is a patch for what I meant...http://pastebin.com/f7e2753d
>> if (done > tot_size) break;
without this tweak, we gets into an infinite loop...