Simple hack makes USB DVD drive usable
Posted: Thu Nov 19, 2020 12:42 pm
Summary: Before attempting to rip a DVD with MakeMKV, first point mplayer at the link to the main video at ../VIDEO_TS/VTS_01_0.IFO and watch several seconds of the video.
Example: Suppose my user name is foo, and the disk name is FE_FI_FO_FUM. Insert the DVD into the USB drive and wait for it to automount (if it doesn't, you'll have to mount it yourself, which is beyond the scope of this tutorial.)
Note: If you're not comfortable running mplayer from the command line, use SMplayer instead, this will still work.
After watching a little bit of the main video, cancel out and then run MakeMKV.
Example: Suppose my user name is foo, and the disk name is FE_FI_FO_FUM. Insert the DVD into the USB drive and wait for it to automount (if it doesn't, you'll have to mount it yourself, which is beyond the scope of this tutorial.)
Code: Select all
cd /media/foo/FE_FI_FO_FUM/VIDEO_TS
mplayer -ao alsa:device=hw=0.0 -vo xv -slang en VTS_01_0.IFO 2>/dev/null
After watching a little bit of the main video, cancel out and then run MakeMKV.