The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
384 views

itunes won't sync mp4's to ipod

I have iTunes 11.0.2. For the first time ever I have downloaded some mp4's from youtube - the ones that say share with anyone and everyone if you can, so I thought I would. I was able to upload or ...
3
votes
1answer
93 views

Corrupted .mp4 File from iPhone 4 Weather Balloon Launch

We recently launched a weather balloon into space which used an Apple iPhone 4 as a camera. In any case, though, we have about 8 minutes of corrupted video footage in the form of an .mp4 file (the ...
0
votes
1answer
189 views

Detect the TV Show, Season and Episode from a mp4 file in applescript

Assuming I have an MP4/M4V file of a TV show. The file has the necessary metadata so it can be imported into iTunes and you'll see the all the relevant information. Using AppleScript, one can extract ...
1
vote
2answers
2k views

Handbrake x264 encodes .m4v/.mp4 not accepted in iTunes

It seems like every once in awhile, when using Handbrake to encode a DVD rip to x264 with either the mp4 or m4v extension, I can't add the resulting file to my iTunes Library. When dragging and ...
1
vote
3answers
1k views

How do I play FLV and MP4 files on my jailbroken iPhone 4, without converting the files?

I have a jailbroken iphone 4. Is there way to play MP4 and FLV files without converting them? I'd like to play them straight on my iPhone,since it takes too spend time to use iTunes to convert the ...
2
votes
3answers
2k views

How to embed iTunes metadata into the actual files?

I really struggle working with iTunes on Windows XP Pro sp3. I have lots of mp3s, movies and TV shows, but it is a huge pain to get all the metadata into iTunes in the first place. Then I tried ...
1
vote
2answers
5k views

How do I repair movies with “invalid public movie atoms”?

I've got a movie file that gives me the following error every time it opens in any QuickTime based player: The movie could not be opened. An invalid public movie atom was found in the movie. ...
2
votes
2answers
615 views

Can you change an MOV to an MP4 without transcoding?

How can change video container from .mov to .mp4 without touching the video itself? Preferably a GUI app. I have a bunch of videos in .mov and since .mp4 is more widespread I want to use that, but I ...
0
votes
1answer
60 views

how can i get mp4 from the internet onto my ipod touch

i have a URL like this for example: http://media.ch9.ms/ch9/2451/19bd8bd5-6f13-440a-a8b9-9ebd01582451/NYCDRMVVMS2_low_ch9.mp4 and i want to bring that into itunes and then onto my ipod touch. what ...
3
votes
2answers
355 views

How can I delay audio in an mp4 file?

How can I delay the audio (relative to the video stream) in an MP4 movie file and save the result?
2
votes
2answers
2k views

Best way to merge mp4 files

Got a bunch of .mp4 videos (info shows H.264 Video + AAC Audio) that are chapters of a larger video. I'd like to merge them, but not sure which is the best way. I don't have Quicktime Pro, but I'll ...
2
votes
1answer
934 views

How do I encode mp4 files with H.264 (or x264) codec in AVIDemux?

I am trying to get AVIDemux set up with the X264 codec using this tutorial. The following is what goes down when I get to the ./configure --enable-mp4-output command Thomas-Phillipss-MacBook:x264 ...