Originally posted by: capricorn
Originally posted by: thesix
I haven't tried video editing myself, but noticed that most systems built for this have RAID 0 configurations
That's a common misunstanding. RAID0 won't help a bit for rendering.
Of course not - it increases the speed that the edited movie can be saved to disk. Very handy when one is transferring to disk.
-cap
You misundstand what I said, or I didn't put it well. The oiriginal poster explicitly says " transferring Beta, VHS, and DV tapes onto DVD's ", which
means he has to render the source video into a different format, and that's one operation, not two -- it's not like you render the video to somewhere first, then, move the result to the disk --- it's done in one operation: you render it to the disk, or even directly to DVDs.
For example, a typical workflow is like this:
1. Transfer DV from DV camcorder to the disk through Firewire.
That's about 15MB/sec , any IDE disk can handle.
2. (optional) Edit the movie in a video editor. Some editors scan the whole movie and build an index file first time it opens the movie,
that's the only time you will probably benefit from a faster disk if your CPU is fast enough. Again, fast single IDE disk will do just fine.
When you're actually editing the content ( trim, concatenate, etc. ), disk can hardly be a noticeable bottleneck.
Now, if you want to save an unfinished project to a new file in the same DV format without rendering ( only render it when you finish the project ),
it will be like copying a file from one place to anther, and guess what, two separate disks beats one RAID0 disk in transfering time, because
you can save the file to a different disk than where the source locates, so it will be sequential read for the source disk and sequential wirte for
for the other. On the contrary, if you made a RAID0 logical disk, you have to work within that single disk, both read and write become
non-sequential. (Unless of course, you have two RAID0s)
If you want to transfer the the whole movie to DVDs, you probably won't edit it at all.
3. Render the whole, or edited movie, to a disk, or to DVDs directly -- that's the most time consuming part, and today's CPUs are not fast enough
to make the disk bottleneck, which we alll agree.