 |
 |
Chop Up Big Files
|
 |
|
 |
|
Junior Member
Join Date: Apr 2001
Location: Middle / East TN
Status:
Offline
|
|
I have a large iMovie (11 gigs) and I was wondering how I could chop it up into 650mb chunks (for cd's). Kinda like the 9.1 update from Apple. Anyone know?
-bonk
|
|
Dual 500 G4 :: 576mb :: 180gb (120+40+20)
17" PB G4 1.33 gHz :: 1gb :: 80 gb @ 5400rpm
|
| |
|
|
|
 |
|
 |
|
Mac Enthusiast
Join Date: Jun 2000
Location: Sacramento, CA, USA
Status:
Offline
|
|
There used to be a program called DiskDoubler that would let you chop up large files in pieces and reattach them when you wanted them back together, but I'm unsure if it will function under OS 9.1
|
|
|
| |
|
|
|
 |
|
 |
|
Yoshimitsu
|
|
Originally posted by bonk:
I have a large iMovie (11 gigs) and I was wondering how I could chop it up into 650mb chunks (for cd's). Kinda like the 9.1 update from Apple. Anyone know?
-bonk
use stuffit. it can make chunks of data any size you want.
|
|
|
| |
|
|
|
 |
|
 |
|
rael@lycosmail.com
|
|
Go to:
ftp://ftp.apple.com/developer/Development_Kits/Installer_SDK/Installer_SDK_1.2.4/macbinary-segments/
and dpwnload the installer sdk. It'll take a little while to download, but it is the only place I know of to get the scripts you need for Disk Copy. After it downloads, start up Disk Copy, and create a disk image big enough for your movie. Copy it into that "Disk" and then unmount it. Go back to Disk Copy and go to the scripts menu. Pick Segment Image and then specify by size, putting in the segment size you want. Then you can just use the images to create your CD's. I just hope you have enough space for all that...  Good luck! You can e-mail me if you have any q's.
rael@lycosmail.com
|
|
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: Nov 2000
Location: Melbourne, Australia
Status:
Offline
|
|
you could simply use "Stuffit DropSegment", part of Suffit Deluxe package. To do this, use the programs preferences to set how big you want the chunks to be, then drop your 11GB file on it.
------------------
|
|
|
| |
|
|
|
 |
|
 |
|
Rolf Howarth
|
|
Take a look at CatDV (http://www.catdv.com), that will split DV files up on scene boundaries. However, if you're talking about putting movies on CDROM you should really compress them with a different codec such as Sorenson or Cinepak. Because of the size of the data the only medium it makes sense to archive DV to is a DV tape.
|
|
|
| |
|
|
|
 |
|
 |
|
MrGus
|
|
If you're using Mac OS X, from the terminal command-line, type:
$ split -b 650m /path/to/bigfile.mov bigfile.mov.part.
This will create as many files as you need from /path/to/bigfile.mov, each with prefix "bigfile.mov.part" (suffixes aa, ab, ac, ad, ... etc. -- stupid, I agree, but that's how it works).
You can drag-and-drop files from the Finder to Terminal.app to get full path names, saving you some typing.
For more info about "split", type "man split" on the command-line.
|
|
|
| |
|
|
|
 |
 |
|
 |
| |
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|