| Author |
Message |
Béèm

Joined: 16 Apr 2006 Posts: 513 Location: Brussels
|
Posted: Mon 22 May 2006, 20:26 Post subject:
How to play a VOB (video) file |
|
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
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13642 Location: Karlsruhe, Germany
|
Posted: Mon 22 May 2006, 20:47 Post subject:
|
|
"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
|
|
Back to top
|
|
 |
Ted Dog

Joined: 13 Sep 2005 Posts: 987 Location: Heart of Texas
|
Posted: Mon 22 May 2006, 22:34 Post subject:
gxine will play vob files |
|
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: | | 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
of course mplayers' sister called mencoder can also convert to avi.
| Code: | 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!
_________________ Puppy DVD-only, 210Beta, 800Mz C3 [ASUS T3 machine],[NTA CF-Boot],[PC-CHIPS M/B homebrew], Compaq lap & Dell [Intel], and AMD MB homebrew* oldest]
|
|
Back to top
|
|
 |
John Doe
Joined: 01 Aug 2005 Posts: 1689 Location: Michigan, US
|
Posted: Tue 23 May 2006, 00:36 Post subject:
|
|
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).
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13642 Location: Karlsruhe, Germany
|
Posted: Tue 23 May 2006, 01:16 Post subject:
|
|
It is mentioned in the mplayer-thread.
Direct-download:
http://noforum.de/dotpups/mplayer-1.0-pre7-try2/
Mark
|
|
Back to top
|
|
 |
John Doe
Joined: 01 Aug 2005 Posts: 1689 Location: Michigan, US
|
Posted: Sat 27 May 2006, 16:41 Post subject:
|
|
Thanks, Mark!
|
|
Back to top
|
|
 |
|