This question is to share my experience as well as ask for suggestions for better methods.

Along with 2 friends, I completed the making of a short documentary film in 2006. Clip is at: http://www.youtube.com/mediamotioninvision

The film was edited in Adobe Premiere Pro 1.5 on Windows XP. Here's a screenshot:

enter image description here
(Click to zoom in)

Note this is not intended to be a plug, we've moved on from this initial learning curve project!

The film is in 4:3 standard definition 720x576 PAL format.

As well as retaining the final 30minute film, I wanted to keep all original files that assembled together to make the film.

The footage was 83.5Gb

So I archived them to over 20 4.7Gb DVD recordables in the original .avi format (i.e. data DVD-ROM format, NOT DVD-Video Mpeg2)

Some .avi DV video files were larger than 4.7Gb so I used 7-zip to split them ( here is a guide as to how to do that: http://www.linglom.com/2008/10/12/how-to-split-a-large-file-using-7-zip/ )

To recombine them, a dos shell command like this would do that: copy /b file.avi.* file.avi would do the job, where .* is a wild card to include all the split parts e.g. 001, 002...00n assuming they are all in the same directory path folder. file.avi is the recombined file identical to the original.

Later on, I bought a LG BE06 LU10 USB 2.0 Super-multi Blu-ray burner and archived the footage to 2 (two) x 50Gb BD-R DL discs. Again in the original format, written as files to a BD-R in the BD-R BD-ROM UDF format readable by PC/Mac etc, NOT Blu-ray video/film format.

This seems to be a good solution for me, because:

  • the archive is in a robust, reasonably permanent, non-volatile medium, i.e. DVD recordable / Blu-ray (debates about stability of optical media organic chemical dye compounds/substrates aside)

  • the format of the archive is accessible by open source tools or just plain Windows Explorer and it's not in a proprietary format

I just thought I'd ask folks for their experience on better methods, if such exist.

link|improve this question

feedback

2 Answers

For my personal backup requirements I use Windows Home Server(which is based on Server 2003, and requires a PC to install it on): http://en.wikipedia.org/wiki/Windows_Home_Server The operating system seems to be angled toward home users but there's no reason why it couldn't be used as a sort of 'project backup server'. WHS has many features which aren't relevant to your scenario but it it does have a useful features which might interest you:

It has a disk management service which allows multiple disks (of varying sizes, manufacturers etc) to be pooled into a single storage pool which can have disks added or removed at your convinience. This storage pool is then divided up into standard windows shares, these shares can be set to "duplicated".

The disk management service then mirrors all the files ensuring there are two copies of the file, each on a different disk. Adding or removing files will cause the service to reshuffle the files. All the hard disks are monitored and you will be notified of any disk issues (ie a disk dieing) through the connector software installed on a PC.

link|improve this answer
+1 for the alternative suggestion. – therobyouknow Feb 6 '10 at 15:38
feedback
up vote 0 down vote accepted

Thanks for the answer.

I'll close this question by saying the poster's solution might be worth exploring though I haven't tried it as I'm not in a position to invest in further storage.

I believe my solution is still worthwhile, and reasonable and there aren't hugely better solutions out there.

I've also put the footage onto my Lacie NAS 2BigDisk, 2Tb (2x1Tb disks), configured as 1Tb RAID1, "Lacie Safe100" mode.

I've also looked on the respected videohelp.com forum and here are some good answers: http://forum.videohelp.com/threads/301782-Archive-MiniDV?p=1957367

http://forum.videohelp.com/threads/117802-How-can-I-burn-a-avi-to-DVDR

http://forum.videohelp.com/threads/270157-Archiving-Video

http://forum.videohelp.com/threads/304813-Best-DV-archiving-methode

http://forum.videohelp.com/threads/109939-Best-way-to-archive-video-files

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.