Ripping video out from DVD and VCD with mplayer
April 2nd, 2007 mysurface Posted in Misc, mplayer | Hits: 42586 | 10 Comments »
First of all, how to play DVD and VCD using mplayer?
mplayer -fs dvd://1
The line shows the play dvd first track in fullscreen, further more if you wanna play in certain language?
mplayer -fs dvd://1 -alang de
The same way goes to vcd.
mplayer -fs vcd://1
Sometimes certain VCD doesn’t play well, due to the format of certain tracks of VCD is invalid, you may facing problem such as seek error. Or it couldn’t able to play by default media player totem when it automatically loaded up, illustrated here. Play video through command line added flexibility, if track one is corrupted, you still able to play track 2 and the rest of the tracks.
No mplayer installed? If you have xine installed, you may wanna try
xine vcd://
Another ways to watch the videos is ripping out, there are many cases where you wanna extract out certain tracks from dvd or vcd and watch it later. You can do it with mplayer, as simple as you can extract audio from online stream or video files.
The same way you play dvd or vcd, but this time, you added -dumpstream option to it.
mplayer -dumpstream dvd://2 -dumpfile coldplay_clock.avi
As the command line explain itself, you wanna extract the stream from dvd track 2 and dump it into an avi file with name coldplay_clock.avi.
I find ripping video with mplayer convenient, as the command line is not too hard to remember too.
Any alternatives software in linux for ripping video?
[tags]video ripping, dvd, vcd, ripping tools, video creator[/tags]







April 9th, 2007 at 10:04 am
If vcd://1 does not work, try vcd://2, it works for me.
April 10th, 2007 at 9:11 am
Ya, you are right, it sometimes the actual first track is recognize as vcd://2. I have no idea why, but due to this reason, totem will refused to play.
May 25th, 2007 at 11:33 pm
[...] http://linux.byexamples.com/archives/245/ripping-video-out-from-dvd-and-vcd-with-mplayer/ [...]
November 11th, 2007 at 3:45 pm
nice topic
December 17th, 2007 at 5:29 pm
How can you rip a DVD to hard drive keeping chapters, subtitles, and extras? I have used K9Copy to get an ISO image that’s playable via VLC Player, but that player has very limited controls. I don’t want to transcode to something where I lose quality, and ultimately, I want to rip my entire DVD collection to a box I can hook up to a Hi Def TV directly.
How can I do that?
June 14th, 2008 at 9:47 am
[...] | BitBurners.com (BETA) | We Burn a Bit!Video News » Blog Archive » NTI Releases Dragon Burn 4.0Ripping video out from DVD and VCD with mplayer » Linux by Examples Tags dvd copy software dvd copy cd dvd to dvd dvd player dvd movie dvd rom copy dvd dvd cd dvd [...]
September 6th, 2008 at 1:15 pm
I like the fast process but I have problem like this, after put the command $mplayer -dumpstream dvd://1 -slang en -alang en -dumpfile something.avi and I got the result less than 15 minutes but the audio and subtitles didn’t show up.
I tried the command without dump* option and the movie appear nice with audio an subtitle as I hope.
Anybody can explain why?
November 15th, 2009 at 12:15 am
You can rip DVD without reencoding (it is much faster). Try Bombono DVD, http://www.bombono.org
September 30th, 2011 at 7:39 pm
Well in fact it is “vcd://tracknumber” like for example vcd://1 for track 1 etc
mplayer -dumpstream dvd://1 -dumpfile track01.avi
for ripping track 1 for example.Just do the same with other tracks if there are several tracks.There was 5 tracks in my vcd.
September 30th, 2011 at 7:40 pm
Sorry I mean mplayer -dumpstream vcd://1 -dumpfile track01.avi
for a vcd