Skip to main content

Repair Scratched Video DVD

Video DVDs contain files that are named "Something.vob" where VOB stands for Video OBject. In fact, it is an MPEG video file and can be played by any software capable of playing MPEG.

I tried to make a copy of one of my DVDs for a friend (this DVD is not copyrighted) but could not copy the .VOB files. Programs such as Roxio burn, ImgBurn, CD Recovery Toolbox etc. all failed to read the DVD. It seems there was a scratch on the disc that followed the circular tracks of the DVD which supposedly is the most difficult to deal with.

There are different solutions offered on various places on the web including using banana peel. The one that worked for me was white BATA shoe cream shown below:
BATA shoe cream


The cream is pretty old and almost solid but I rubbed a little onto white tissue paper then placed a few drops of water on the spot and used this mixture to gently rub on the DVD surface. The water helped to spread the  polish.

I then rubbed gently with wet tissue that had no polish but had a drop of liquid hand detergent. Finally, I washed with water and liquid hand detergent and dried with a soft hand towel.

Remember many fabrics will scratch the DVD surface so use the softest that leave no lint.

After this treatment, I was able to extract all the video files into a folder. I use ImgBurn to create an .iso image from which I can make copies using the same software. Of course there are other software that can recreate the DVD once you have the files on your hard disk. The only files you need  are those in the folder named VIDEO_TS on the DVD.

When you are trying to save a most valuable video, you will try almost any solution. This one worked for me. 

The Lord bless you.

The Messiah is coming soon. Prepare well for that day.

Comments

Popular posts from this blog

How to Install Visual Basic 2017 Offline

This page offers a way to avoid the long and error-prone online installation of Visual Studio which is a massive package. Our interest is limited to Visual Basic and ASP.Net. One can, later, add other tools such as C# and C++. In this page, "VS" refers to Visual Studio. Installing Visual Basic 2017 Offline is not a simple process because Visual Basic 2017 is a part of Visual Studio 2017 that comes as one huge package (up to 35GB) in three versions: Community Edition (Free) Professional Edition (intended for a few people) Enterprise (intended for larger software teams)  Visual Studio by default uses a web-based install process that starts by downloading one of three the bootstrapper package from the VS download page . When you run the bootstraper, it will initiate download of the Visual Studio components that may be up to 35GB in size and takes a very long time to complete. The purpose of this page is to explain how to avoid the headache of this long and tedious

How to Install Packet Tracer 6.0.1 for Linux

This article is intended to help me remember the installation process for Cisco Packet Tracer 6 details of which seems to be hard to come by on the web. 1. Log in in to your Cisco Netspace account. Yes, you need to be logged in. 2. The " Download PT 6.0.1 " link on is on the NetSpace home page. 3. Click this " Cisco Packet Tracer " link shown below the folder icon as shown in the figure below: 4. Select  Cisco Packet Tracer 6.0.1 5. Select download location. 6. After completion of download, use your file manager to open that folder and rename the file to something such as "CPT6". It is a shell script so no file extension is required. 7. Change the file permissions to executable using command: sudo chmod 777 CPT6 from a terminal window opened in the download directory. This assumes your downloaded file is renamed CPT6 8. Launch the file with command: ./CPT6 from the terminal window. You will get the message: Self extracting archive... We

Android Applications with Intellij IDEA - 1

This article applies to Android applications in Windows using IntelliJ IDEA development tools. Windows 7 was used in this example but the explanation will work for other recent versions of Windows. It is quite a task learning how to use mobile application development tools. This page describes how to digitally sign your .apk file which is the  Android application package file. In short, your Android program file. Once you have created an APK file to launch it, simply copy to your device and use the Android file manager to install it. The picture below shows the digital signature keystore file, the unsigned APK file and the signed APK file. The procedure of signing the APK file is quite straighforward but first you must ensure your Java JDK is properly installed and that the Java tools are accessible on your commandline (Windows command console - what used to be called the DOS window). Most important is that your PATH environmental variable (In Windows 7 find this at: Control