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 RIOT Plugin for GIMP

How to Install RIOT Plugin for GIMP::  Since this article was first written a stand-alone version of RIOT has been made available Download the plugin from   http://luci.criosweb.ro/riot/download/   Select the download link titled " RIOT as plug-in for other applications "    Launch the  Riot-plugin.exe  file by double clicking. The installer installs all the files including Riot.exe, Riot.dll, and FreeImage.dll in the location where you installed GIMP  If GIMP is open, close it and re-launch it. To optimise an image, open it then save with menu  File->Save for web with RIOT    You can set the target file size by selecting " Compress to size " button  on bottom right corner of optimised image pane and providing the size in kilobytes. Alternatively you can use a slider provided to allow you to change the quality while showing you a preview of the resulting image. Enjoy .       ...

XUBUNTU PANEL AND WINDOW BUTTONS HAVE DISAPEARED

 XUBUNTU PANELS Xubuntu can be quite troublesome when you shutdown and restart. Desktop panels may disappear as well as window minimize/maximise/close buttons.  The panel is equivalent to the Windows 10 Start menu that provides access to applications. TO MAKE THE PANEL REAPPEAR Open a terminal by right-clicking on the desktop then enter the following: xfwm4 --replace TO RECOVER THE PANEL Open a terminal by right-clicking on the desktop then enter the following: xfCE-panel --restart  That is all . As we say in Kiswahili: Mambo kwisha!

Installing NGINX with PHP and MySQL

My OS: Windows 7 Home Premuim 64bit Software Installed: NGINX 0.9.5 for Windows PHP: php-5.3.5-Win32-VC6-x86.zip MySQL: mysql-5.5.9-winx64.msi NGINX Installation Download from  http://nginx.org/en/download.html Unzip into C:\nginx Change the nginx.conf in C:\nginx\conf as per instructions at http://blog.siteroller.net/set-up-nginx-mysql-and-php-wemp-on-windows See my nginx.conf file  here . Note  that in this example, it is assumed that PHP is installed in C:\nginx\php (unzipped into this folder) and MySQl is installed in C:\Program Files\MySQL PHP Installation After downloading the zip version of PHP (V6, threadsafe, zip), unzip into C:\nginx\php\ Rename  php.ini-production  to  php.ini Make changes to this file as given in at  http://blog.siteroller.net/set-up-nginx-mysql-and-php-wemp-on-windows  but do not expect the line numbers given to match exactly. Activate the extensions  extension=php_...