I want to convert an MP4 file to an iPod MP4 to play on my iPod, but so far am just having no luck. Even though it's an MP4, MPEG streamclip cannot recognize the video or audio, therefore it won't even open it. Quicktime won't open it and says, "An invalid sample description was found in movie". VLC plays it just fine it seems, but I've never had luck converting using that program, regardless of the file. I tried to move it into iTunes and convert it through that, and it showed the green "plus" symbol like I could add it, but when I dropped it in, nothing happened. I tried ffmpegX and if I try to convert to iPod, its progress window just pops right to finish and, consequently, the file was not converted. I then figured I could try to convert to something else first and then convert that file to iPod, so I tried the first option, AVI. The video seems fine, but the audio is poppy and sounds sped up. When I open it in ffmpegX, the details for the video are:
h264, yuv420p, 640x480
The audio is:
mp2, 48000 Hz, stereo
It's not just this file either. There are many others in a series from the same people that act just like this file, so I highly doubt this is a mistake by the people who made it.
+ Reply to Thread
Results 1 to 9 of 9
-
"They will walk after the LORD, He will roar like a lion; indeed He will roar and His sons will come trembling from the west." - Hosea 11:10
-
HandBrake won't open it.
I checked the Avidemux website, and I noticed in the Mac area it says "QT4/Intel". I imagine "QT4" is "Quicktime 4". However, does Intel mean I have to have an Intel computer to run the program? Mine is a PowerPC G4 Mac."They will walk after the LORD, He will roar like a lion; indeed He will roar and His sons will come trembling from the west." - Hosea 11:10 -
I already have Perian, so that hasn't helped it open either. It's 231.3 MB so it's a little big, so I don't think I could post it. However, I'll link you to the file online. http://www.megaupload.com/?d=VZK8Z8MQ
"They will walk after the LORD, He will roar like a lion; indeed He will roar and His sons will come trembling from the west." - Hosea 11:10 -
that took forever to d/l...it wouldn't play in QT or mpegstreamclip but i was able to convert it to an mpeg using visualhub
-
Sorry for the trouble. I really appreciate the help.
The video and audio work fine?
Look like it's no free program. I'm short on money and this is not so important that I need to spend money on it like that. I may just have to find streaming websites and rip from them."They will walk after the LORD, He will roar like a lion; indeed He will roar and His sons will come trembling from the west." - Hosea 11:10 -
The audio in the .mp4 is tagged as Type "mp4a", which I thought was strange for mpeg-1 layer 3 (mp3) audio. Maybe that's why so much software trips over it.
Code:mp4box -info foo.mp4
Code:ffmpeg -i foo.mp3 -ab 128000 foo-new.aac
Code:mp4box -add foo.mp4#trackID=1 -add foo-new.aac#trackID=1 foo-new.mp4
The video however is labeled as AVC High Profile level 5.1, which is not compatible with iPods (AVC Baseline Profile level 3.0). You would still need conversion for iPod compatibility. -
i just tried with ffmpeg and got it to work fine
this is ffmpeg 0.5 on an intel machine
i have 0.5 possibly on my g5 (which i haven't woken up in about 5 months!)
the command is
ffmpeg -i /path/to/the/problem.mp4 -vcodec copy -acodec libfaac -ab 128k -f mov ~/desktop/fixed.mov
basically this is copying the video, recoding the audio to aac and forcing the container to a mov then writing it out to the desktop as "fixed.mov"
it seems to all go ok and took about 1 minute maybe less on my iMac 2.8
if you like i will fire up the G5 and try and replicate it and do you a little applescript app so you just have to drop the file on....
also as these things can be batch scripted i could make one which would do a whole folder in one go if that's any more help.
jamie
Similar Threads
-
Strange mp4, ffmpeg fails...
By elmuz in forum Video ConversionReplies: 0Last Post: 17th Jun 2011, 10:26 -
Mkv to mp4 transcoding: strange output files (double length)
By TOMillr in forum Video ConversionReplies: 0Last Post: 11th Sep 2010, 13:42 -
Strange Ghosts on mp4 movie
By PistolSlap in forum Software PlayingReplies: 9Last Post: 22nd Apr 2010, 10:43 -
Converting to PS3 .mp4 with MP4 Converter on Mac
By The Sumerian in forum MacReplies: 2Last Post: 29th Dec 2008, 21:24 -
Strange conversion issues for Hip Street port. MP4 player
By XCal1bur in forum DVD RippingReplies: 4Last Post: 13th Jan 2008, 10:17