Getting around VOB sizes: alternatives to a new hard drive?
- Tsunami Jones
- is the best medicine.
- Joined: Mon Oct 06, 2003 8:31 pm
You said you have what? 28 gigs of free space? That's more than I have. Instead of putting the VOB files of an entire series on you hardrive at once, why not instead go 1 DVD at a time? I just go through each VOB file and get the clips that I might need or I think are cool, and then once I'm done I delete the VOB files from that DVD and go on to the next one.
- madbunny
- Joined: Tue Jun 17, 2003 3:12 pm
And so we've come full circle to the whole concept of "plan it out".
When you see one of those mega projects from say, dokidoki, or Absolute Destiny, or whoever, that use 15 different anime you can be pretty sure that they didn't waste time ripping 15 entire series, or 60 disks onto the HD just to make sure they have everything. (probably)
Do this: Rip the whole dvd onto your hard drive in small segments, say 50 meg chunks. go through all of them and delete the stuff you don't need. This will unsurprisingly be MOST of the disk. This will likely leave you with a couple hundred meg of pertinent footage. Repeat this process with each and every disk that you are using.
If you have a burner, you can burn them to the cd, and have 600meg chunks of .vob files. That way you can delete the stuff on your hard drive and replace it easily when you are done.
Use the bait and switch method. I personally like to use Mjpeg, at a high quality, as it gives a very good representation of what your final project will look like when you are done. You could also theoritically just use the Mjpeg as your final if you have it clean enough. Xvid compression is going to degrade your final output slightly enyway, so you may never even notice.
Just remember this maxim: Your video can only be 7 minutes long. (as a general rule) so you REALLY only need about 7 minutes of footage right? Right. In reality it's not that simple, but think about it.
Work with what you got. People have been making awesome videos on computers slower and with less space than you have for a long time.
When you see one of those mega projects from say, dokidoki, or Absolute Destiny, or whoever, that use 15 different anime you can be pretty sure that they didn't waste time ripping 15 entire series, or 60 disks onto the HD just to make sure they have everything. (probably)
Do this: Rip the whole dvd onto your hard drive in small segments, say 50 meg chunks. go through all of them and delete the stuff you don't need. This will unsurprisingly be MOST of the disk. This will likely leave you with a couple hundred meg of pertinent footage. Repeat this process with each and every disk that you are using.
If you have a burner, you can burn them to the cd, and have 600meg chunks of .vob files. That way you can delete the stuff on your hard drive and replace it easily when you are done.
Use the bait and switch method. I personally like to use Mjpeg, at a high quality, as it gives a very good representation of what your final project will look like when you are done. You could also theoritically just use the Mjpeg as your final if you have it clean enough. Xvid compression is going to degrade your final output slightly enyway, so you may never even notice.
Just remember this maxim: Your video can only be 7 minutes long. (as a general rule) so you REALLY only need about 7 minutes of footage right? Right. In reality it's not that simple, but think about it.
Work with what you got. People have been making awesome videos on computers slower and with less space than you have for a long time.
Build a man a fire, and he will be warm for a night. Set a man on fire, and he will be warm for the rest of his life.
- dokidoki
- c0d3 m0nk3y
- Joined: Tue Dec 19, 2000 7:42 pm
- Status: BLEEP BLOOP!
- Location: doki doki space
- Contact:
For my CCS video (CCS is over a dozen DVDs), I ripped a bunch of DVDs to my HD, used MPEG2Cut (perhaps there's a better tool by now) to cut out the parts that looked interesting, deleted the original DVD VOBs, and repeated until I gone through all the DVDs. The thing is, though, making D2Vs and AVSs for several hundred files is really cumbersome, so I automated it.madbunny wrote:When you see one of those mega projects from say, dokidoki, or Absolute Destiny, or whoever, that use 15 different anime you can be pretty sure that they didn't waste time ripping 15 entire series, or 60 disks onto the HD just to make sure they have everything. (probably)
http://www.doki.ca/misc/avsthing/
Description of files:
DVD2AVI176CommandLine105.zip: A commandline version of DVD2AVI. Note, however that this version drops a few frames from the beginning and/or end of the file. You may prefer to use Donald Graft's newer version with fixes. (but be consistent!)
avs.exe: AVS/D2V generation program.
avs.c: Code for the AVS/D2V generation program.
sleep.exe: Program that lets a script sleep/pause for a while.
cygwin1.zip: Needed by sleep.exe. You can get a whole batch of UNIX utilities that run in Windows from Cygwin.
How to use:
Generate a list of your VOB files. I stick them all, and the tools above, in a directory (say C:\video) and in the directory do this:
dir /on /b *.vob >list.txt
(create the list of VOB files)
avs C:\video <list.txt >d2v.bat
(create an AVS file for each VOB file, and a batch file to create the D2V files)
d2v
(create the D2V files)
Note: It's designed for small VOB files. The sleep commands in the batch file prevent dvd2avi from running again immediately and taking up resources. (I brought my machine down the first time, not realising that DVD2AVI returned control to the commandline right away)
You may want to change the AVS file generated. Simply change the source and recompile.
- the Black Monarch
- Joined: Tue Jul 09, 2002 1:29 am
- Location: The Stellar Converter on Meklon IV
- bum
- 17747114553
- Joined: Sat Nov 08, 2003 9:56 pm
- AMVfreak
- Joined: Sun Mar 14, 2004 2:43 pm
- Location: LalalalaBoinkBoink, bouncing in my head.
- jasper-isis
- P. Y. T.
- Joined: Tue Aug 13, 2002 11:02 am
- Status: catching all the lights
I definitely feel ya. I'm on a 300-something mHz CPU with 7.5 gigs of space on my biggest hard drive. A two-minute project takes me over half an hour to export. Good thing I have some sort of patience.
Planning is definitely the key. You're probably already familiar with the bait-and-switch method. If your project isn't too complicated, then you can export the timeline one track at a time (with each track being devoted to a DVD). Export to Huffyuv, delete all extraneous files, then load all the Huffyuv files back into your editing program. You can then edit these to regain your transitions and such.
If you really think about it though, this method can get pretty tricky, so make sure you know what you're doing...
Planning is definitely the key. You're probably already familiar with the bait-and-switch method. If your project isn't too complicated, then you can export the timeline one track at a time (with each track being devoted to a DVD). Export to Huffyuv, delete all extraneous files, then load all the Huffyuv files back into your editing program. You can then edit these to regain your transitions and such.
If you really think about it though, this method can get pretty tricky, so make sure you know what you're doing...
- LightningCountX
- Joined: Tue May 20, 2003 8:35 am
- Location: Bayside, NY Interests: Your Mom ^_^
- Contact:
- RichLather
- Joined: Tue May 15, 2001 8:11 pm
- Location: Lancaster, OH Position: One of the Elder Statesmen of the .org
Western Digital 80GB hard drvies are only $62 nowadays, and bound to get lower in price with time. Mow a few lawns or something. Start saving up!
- klinky
- Joined: Mon Jul 23, 2001 12:23 am
- Location: Cookie College...
- Contact: