Split my mp4 videos!
May 23, 2008 6:06 PM Subscribe
How can I split an mp4 video file in two (or three or four) on my Mac, preferably without a lengthy re-encode?
I'm getting quite fond of playing HD mp4 video files on my PS3, but it has the unfortunate drawback of only reading FAT32 disks, with their maximum file size of 4gb. Up to now when I ran across a file that was too large, I had been using VisualHub to re-encode to a lower bitrate, but I'd rather not take the hit in video quality. I'd prefer to split the mp4 into smaller chunks that the file system can handle.
So far, I haven't been able to find a program that will let me do the splitting. I thought VisualHub would do it, but I don't see any options for that. Any suggestions? Thanks!
posted by raygan to computers & internet (8 answers total)
$ mp4box -splits 4194304 input.mp4
N.B. 4194304 is 4 gigabytes in kilobytes; if you wanted 2 gigabyte sections you'd need to halve the number.
Splitting with mp4box can also be done on a time scale: Doom 9
posted by Inspector.Gadget at 6:24 PM on May 23, 2008