6
2
Is there a tool I can use that can merge MP4 files without throwing the audio out of sync? I generated some MP4 files from a DVD using AVIDemux but whatever tool I try to use always ends up throwing the audio out of sync with the video. The further you get into the video the further off-sync the audio is.
By themselves the MP4/AAC videos have perfect audio-video sync.
later tonight i might try http://www.headbands.com/gspot/ to examine the file before and after to see if anything changed in the media format.
so, you're essentially concatenating several MP4 files, right? is the first part of the final video out-of-sync, or is it just the 2nd, 3rd, etc parts (corresponding to the 2nd, 3rd, etc input files)? – quack quixote – 2009-11-28T02:39:00.707
related, possible duplicate (though it appears abandoned and unanswered): http://superuser.com/questions/35896/synchronizing-audio-and-video-using-mp4box-ffmpeg-to-concatenate-files
– quack quixote – 2009-11-28T02:41:20.077yes, all the parts are off sync and it gets worse and worse progressively through the concatenated video. – djangofan – 2009-11-28T18:41:58.710
2
If you want to analyze the contents of a media file I would recommend MediaInfo (http://mediainfo.sourceforge.net/en) instead of GSpot. The later is quite old right now and MediaInfo is in active development.
– Xandy – 2009-12-01T13:01:44.880