Log in

View Full Version : Quicktime 7.6 breaking mp4creator muxed files?


frl
14th December 2009, 21:11
Hi all,

A while ago I spent ages trying to find a solution to batch encoding my DVDs to a format that my AppleTV would accept. I ended up putting together a script that encoded the video to x264 with AAC and AC3 audio muxed together using Crypto's mp4creator (as bundled with mp4muxer).

Since getting Quicktime 7.6 foisted upon my PC by iTunes, I've noticed that my encodes have gone a bit funny in Quicktime. It appears that the length of the video track is mutiplied by the number of audio tracks, so a 1 hour video with 1 audio track becomes a 2 hour video track. If there are 2 audio tracks, it becomes 3 hours, and so on. Watching the file in Quicktime shows that the video track seems to be on a loop!

I'm not hugely bothered by this so far, but my concern is that the next AppleTV update may bring in the same problem to it. I'm wondering - and this is where any input would be hugely appreciated...

a) has anybody else seen the same issue?
b) is there any software I could use to inspect the structure of the file to see why on earth quicktime might be getting it so wrong?

I can upload a sample if anyone is interested in the weirdness!

Cheers,
Chris

setarip_old
14th December 2009, 21:45
It's been ages since I've ued Quicktime but, if memory serves me correctly, it provides two different options regarding streams:

1) ADD (Multiplex) an audiostream to a videostream 1 hour of video an 1 hour of audio (yields a 1 hour combined A/V file)

2) JOIN (Append) an audiostream to a videostream 1 hour of video an 1 hour of audio (yields a 2 hour combined A/V file)

b66pak
15th December 2009, 18:04
@frl demux to raw and remux again using "-optimize" option...if it is not fixed switch to mp4box...
_

L.E. also you can remux using ffmpeg...

ffmpeg -i "my.mp4" -vcodec copy -acodec copy "my_new.mp4"
_

frl
15th December 2009, 22:11
Thanks to both of you for the replies, I will try the optimize option. I wonder if mp4creator is getting it's add and joins muddled - or I guess more likely, quicktime 7.6 has changed how it handles them in some way...

If mp4box supports quicktime's approach to container level aspect ratio, I will certainly swap - thanks for the pointers, I'll check it out!

Cheers,
Chris

smok3
15th December 2009, 22:46
if you upload a small sample, i can test with qt 10 (on a mac)

frl
15th December 2009, 23:36
Thanks for the offer smok3, that might be a good indicator to what could happen to the AppleTV....I'll chop up a small sample, it'll probably be tomorrow before I upload it.

Thanks again,
Chris