Media now and then bring reports about pirate copying of music and movies. Teenagers are demanded to pay thousand of dollars for copying music, and the record industy (represented by IFPI, RIAA and local copyright agencies) threaten to sue citizens, if they make illegal copies.
Ordinary citizens have a hard time trying to figure out when they legally may copy a CD or a DVD. For this reason many people refrain completely from copying, while others just copy what they want. In many countries, not even legislators can give a clear answer to what may be copied and when.
Of course, the record and movie industry wants you to think that you may not copy anything at all, and have to buy several copies of the same CDorDVD. Many DVD's even falsely claim that you are not allowed to copy them at all. However, this is not decided by the DVD authors, but by the legislation in your country.
In this international version of this text, we cannot describe laws in every country in the world, so it is up to you to find out which rules apply in your country.
In most countries, though, it is perfectly legal to make a copy of your own CD or DVD for your own, personal use (e.g. as a back-up, or for having something to play in your car). But how can you copy a CD or DVD?
The bottom line is that if you have a free CD-ROM writing drive, it is very easy to copy a CD. Simply start the "k3b" program and choose "Copy CD".
DVD's are a bit morecomplicated: A normal video DVD contains up to 9 GB, but most DVD writing drives can only write DVD's containing up to 4.7 GB. So if you do not want to split the DVD to two discs, you will have to compress it to make it take up less space:
Since your DVD has been compressed to fit on at DVD disc with lesser capacity, there will be a certain degradation of quality. However, it is so little that you probably will not notice it if you put your DVD copy in an ordinary DVD player and watch it on an ordinary television set.
If you want to preserve the original quality from the DVD, you will have to copy it this way instead of the above:
mencoder dvd://0-8 -ovc xvid -xvidencopts
pass=1 -alang en -oac copy -o /dev/null
mencoder dvd://0-8 -ovc xvid -xvidencopts pass=2 -alang en -oac mp3lame -lameopts vbr=3 -o MYVIDEO.avi
dvd://0-8 assumes that
there are nine .VOB files in the video_ts folder, ennumerated
from 0 to 8. If there is another number of files, you need to
use that instead-
Please note that if you have a video DVD that you cannot play in your ordinary DVD player because of region codes, either of the methods mentioned above will allow you see the DVD anyway, as the copies are not region coded. Of course, you can always watch the DVD on a region-free DVD player, or on your computer using a program like mPlayer.