How to play a VOB (video) file

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
User avatar
Béèm
Posts: 513
Joined: Sun 16 Apr 2006, 16:18
Location: Brussels

How to play a VOB (video) file

#1 Post by Béèm »

Is there a player for this?
Have looked at the get packages, but didn't find anything.
Puppy Linux 2.02 SMkey, KDE354mini, wine0.9.20, devx-qt-renamed.
Puppy Linux 2.10r1 SMkey, JWM, devx_qt_renamed_210, KDE355mini

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#2 Post by MU »

"MPlayer is a movie player which runs on many systems (see the documentation). It plays most MPEG/VOB"
from: http://www.mplayerhq.hu/design6/info.html

You can get mplayer here:
http://www.murga.org/~puppy/viewtopic.php?t=3128
You also might want all the codecs if you have lot of free space:
http://www.murga.org/~puppy/viewtopic.php?t=3133

Mark

User avatar
Ted Dog
Posts: 3965
Joined: Wed 14 Sep 2005, 02:35
Location: Heart of Texas

gxine will play vob files

#3 Post by Ted Dog »

I have been using gxine to play .vob files just drag file onto the play icon on the desktop.
for improved picture try downloading xine_unichrome.pup (so far it has worked on every machine I have tried including a old laptop)

http://dotpups.de/dotpups/Multimedia/xine-unichrome.pup

mplayer is cool too.

Code: Select all

mplayer dvd://1 -chapter 2-49 -dumpstream -dumpfile /mnt/sda1/movies/dk.vob
saves the vob to harddrive.
first title dvd://1 (normal for most dvds)
chapters 2-49, skips ads and production info. Then ignores the lenghty credits. adjust as needed.
As it is producing the vob on the harddrive you can drag the growing vob onto gxine and view. Saves battery power, since DVD player is not waiting on playback. Of course the vob file takes alot of space so delete it when done viewing :wink: :wink:
of course mplayers' sister called mencoder can also convert to avi.

Code: Select all

mencoder dk.vob  -ovc lavc -lavcopts vcodec=mpeg4:vpass=1 -oac copy -o /dev/null
mencoder dk.vob  -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell:vpass=2 -oac copy -aid 128 -o dk.avi
welcome to the power of linux!

John Doe
Posts: 1681
Joined: Mon 01 Aug 2005, 04:46
Location: Michigan, US

#4 Post by John Doe »

Ted where did you get mencoder for puppy?

I searched for it before and couldn't find it. I didn't think it came with the mplayer pup and I found I had to compile mplayer from CVS to get it. I was going to get around to it after I located all the dependancies, but would love an alternative. I use mencoder on windows current (right now infact).

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#5 Post by MU »

It is mentioned in the mplayer-thread.
Direct-download:
http://noforum.de/dotpups/mplayer-1.0-pre7-try2/
Mark

John Doe
Posts: 1681
Joined: Mon 01 Aug 2005, 04:46
Location: Michigan, US

#6 Post by John Doe »

Thanks, Mark!

Post Reply