Hello, I need to store a movie into a hardrive that has been formated with FAT32. The file is 9GB and of course is too big for the format type. Is there a program that could split the file?
The platform where the movie is located is a MAC and I'd like to transfer it into an extrenal hardrive which happened to formatted with FAT32 file system.
Since it's a .mov, you can use MPEG streamclip to split the file into smaller pieces. This does of course mean you won't be able to watch the whole thing all at once, you'll have to open each bit separately.
If you have QT pro, you can overcome this, by creating the movie "bits", then opening each one in QT pro, copy and pasting them one after the other into a new movie, and then saving that movie as a "reference movie". You can then open the reference movie in QuickTime and watch the whole movie even though it's in pieces.
Hope that made sense.
P.S. Mac = Macintosh (a computer)
MAC = Medium Access Control (part of a network stack)
Comments
Is there a way to split it?
Thank You.
You may need Quicktime Pro, not sure...
If you have QT pro, you can overcome this, by creating the movie "bits", then opening each one in QT pro, copy and pasting them one after the other into a new movie, and then saving that movie as a "reference movie". You can then open the reference movie in QuickTime and watch the whole movie even though it's in pieces.
Hope that made sense.
P.S. Mac = Macintosh (a computer)
MAC = Medium Access Control (part of a network stack)
I don't have QT pro so I guess i'll use the other program. Thank you.