If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
On a current job the client wants the videofiles on an external harddisk in FAT32. One of the problems with FAT32 is of course that it doesn’t allow for file sizes of 4GB or bigger, which translates to roughly 20min of DV material, and less on better codecs.

One way would of course be to use Final Cut, iMovie or QT Pro to mark each 15 minute segment, and export that to the external harddisk. This means a lot of button pushing, when there are hours of material to be transferred.
Doing a longer search on Macupdate did not come up with any easy solutions. So here is a step by step guide for non-geeks. Those who know their way around UNIX will probably know of a quicker solution…
Solution
- Fire up OSX’s Terminal (Go to programmes > Utilities > Terminal, or just do a search from Spotlight)
- Enter this command (copy & paste works; this will make the Finder restart and then display also hidden files):
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder - Download the manual install version of QTCoffee – look for the .dmg file, or the “manual install package”.
- Open the disk image file (double click on the just downloaded file.)
- Open the QTCoffee folder.
- Open the bin folder
- Open a new finder window (pressing Command-N or from the file menu)
- Open your system disk
- Open the bin folder
- From the other finder window, drag the file “splitmovie” to the newest window
- In the Terminal enter
defaults write com.apple.finder AppleShowAllFiles FALSEThis restarts the Finders and hides the system files again.
killall Finder
Now you are done with the installation part. Now, if you want to split a video file, simply enter the following code into the Terminal: splitmovie /volumes/sourcedisk/original.mov -duration 10:00 -self-contained -o /volumes/targetdisk/split.mov Sourcedisk is the name of the disk that contains your source footage, target is the name of the targetdisk and duration is the length of each segment (in this case 10:00 minutes). Afterwards you can drag and drop the split files from the finder.
If you need to split AVI files, you can have a look at Explicit.



For the 



