So after searching and browsing several posts, am I correct that we're still waiting for/working on a solution for adding an ac3 track to an mp4 file? VisualHub does not currently do this, and although HandBrake does, it only works with VIDEO_TS directories, not other formats.
I have mp4box 0.4.4, and when I run:
mp4box -add foo.video.x264 -add foo.audio.aac.mp4 -add foo.audio.ac3 -fps 23.976 foo.mp4
I get:
AVC-H264 import - frame size 1280 x 544 at 23.976 FPS
Import results: 787 samples - Slices: 24 I 723 P 40 B - 1 SEI - 22 IDR
Stream uses B-slice references - max frame delay 2
IsoMedia import - track ID 1 - Audio (SR 48000 - 2 channels)
Unknown input file type
Unknown input file type
Saving to foo.mp4: 0.500 secs Interleaving
The resulting file does not include the ac3 track
I have mp4box 0.4.4, and when I run:
mp4box -add foo.video.x264 -add foo.audio.aac.mp4 -add foo.audio.ac3 -fps 23.976 foo.mp4
I get:
AVC-H264 import - frame size 1280 x 544 at 23.976 FPS
Import results: 787 samples - Slices: 24 I 723 P 40 B - 1 SEI - 22 IDR
Stream uses B-slice references - max frame delay 2
IsoMedia import - track ID 1 - Audio (SR 48000 - 2 channels)
Unknown input file type
Unknown input file type
Saving to foo.mp4: 0.500 secs Interleaving
The resulting file does not include the ac3 track