Jump to content

Recommended Posts

Posted

I have a collection of school made DVD films, some of which are quite valuable as teaching resources (especially film of dodgy experiments with mercury etc) that I want to back up. This is in addition to making them available on ClickView, but we need to avoid compression losses.

 

What I'd like to have some view on, is how to do it. I'm thinking of copying them to an external HDD, and then storing that somewhere safe. What is the best way to create an image on a HDD that can simply be copied onto a new DVD in the event of loss or damage.

 

Is it best to simply copy the Video TS folder across? Or is there a better way to create a burnable image?

Posted (edited)

dvd decrypter use iso mode

dvd shrink

dvd fab can convert to mobile devices formats mp4 etc

choose your weapon

Edited by round2it
Posted
What is the best way to create an image on a HDD that can simply be copied onto a new DVD in the event of loss or damage.

 

ImgBurn will create ISO files, and I think it might also have its own error-checked image format. All ISO files are are simply copies of an entire CD or DVD, so on Linux you can simply use dd:

 

dd if=/dev/cdrom of=myImage.iso

 

If you wanted something automated you could maybe make a script that did the above dd command everytime a new DVD was placed in the drive.

 

--

David Hicks

Posted
I'd go for ISOs but also make master dvd backups because if a teacher needs it for the next lesson and they're being monitored and the world will end if..., you probably won't have time to burn a new dvd.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...