LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Invoke the VIDEO_TS from the command line using mplayer (https://www.linuxquestions.org/questions/linux-software-2/invoke-the-video_ts-from-the-command-line-using-mplayer-450041/)

lothario 05-30-2006 05:33 PM

Invoke the VIDEO_TS from the command line using mplayer
 
My camcorder software (on Windows) dumped the video
content in the DVD directory structure:
AUDIO_TS (empty)
VIDEO_TS (contains BUP, IFO and VOB files)

I copied this 2 directories over to my Fedora system.

How do I invoke the VIDEO_TS from the command
line using mplayer?

macemoneta 05-30-2006 10:34 PM

Place the AUDIO_TS and VIDEO_TS in a directory (for example, /home/someuser/DVD/). You can then play it with:

mplayer dvd://1 -dvd-device /home/someuser/DVD

The dvd-device must start with a slash, so you must specify a fully qualified path.

lothario 05-31-2006 12:55 AM

Ok, cool. Thanks.
I am going to experiment with it.

How do I select the on-screen menu items in
the main menu of the DVD?

With my old set top DVD player, I navigate
with the arrow keys and select with the Enter key.

Electro 05-31-2006 01:33 AM

mplayer plays only the titles of the DVD. It does not have menu navigation. You have to use Xine or Video Lan Client.

Quote:

Originally Posted by macemoneta
Place the AUDIO_TS and VIDEO_TS in a directory (for example, /home/someuser/DVD/). You can then play it with:

mplayer dvd://1 -dvd-device /home/someuser/DVD

The dvd-device must start with a slash, so you must specify a fully qualified path.

Wrong, it is:
mplayer dvd://1 -dvd-device /home/someuser/DVD/VIDEO_TS

lothario 05-31-2006 02:08 AM

Quote:

Originally Posted by Electro
mplayer plays only the titles of the DVD. It does not have menu navigation. You have to use Xine or Video Lan Client.

Alright, can you tell me how to invoke vlc (or xine) so that it opens
/home/user1/mov1/VIDEO_TS
and
allows menu navigation.

From the desktop menu I clicked on Video Lan Client
but nothing happened and "man vlc" returns
No manual entry for vlc

But "which vlc" returns
/usr/bin/vlc

msx 12-13-2012 11:33 PM

Quote:

Originally Posted by Electro (Post 2270476)
mplayer plays only the titles of the DVD. It does not have menu navigation. You have to use Xine or Video Lan Client.


Please note that as 13/dev/2012 mplayer as mplayer2 does indeed have DVD menu navigation support, you can just invoke it from the command line or via third-party applications like smplayer{2} or umplayer - both mplayer frontends.


All times are GMT -5. The time now is 12:17 PM.