LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Program to watch movies with menus (https://www.linuxquestions.org/questions/linux-software-2/program-to-watch-movies-with-menus-4175585109/)

spiri13 07-20-2016 07:38 AM

Program to watch movies with menus
 
Hi,

I'm searching for a program that is able to view movies with menus.
VLC doesn't support this, it is only showing the trailer (the movie before the menu).

Do you know such a program, that works like a DVD player?
Optionally, do you know a program, to convert such movies to MP4 (movie part only)?

erik2282 07-20-2016 08:12 AM

i only use vlc for playing, but for converting video formats I use winff
Code:

root@myserver:~# apt-cache search winff
winff - graphical video and audio batch converter using ffmpeg or avconv


ugjka 07-20-2016 08:48 AM

Handbrake for converting

spiri13 07-20-2016 09:01 AM

Quote:

Originally Posted by ugjka (Post 5578791)
Handbrake for converting

I selected the source, then it's scanning titles from the DVD, but after that, the start button is still disabled.
It's a DVD with VIDEO_TS and AUDIO_TS folder.


EDIT: I also tried to convert the .VOB files to MP4 using ffmpeg
Code:

cat *.VOB | ffmpeg -i - ~/output.mp4
But VLC is only playing the menu and the menu entries are not clickable.

rokytnji 07-20-2016 09:05 AM

Quote:

Originally Posted by spiri13 (Post 5578747)
Hi,

I'm searching for a program that is able to view movies with menus.
VLC doesn't support this, it is only showing the trailer (the movie before the menu).

Do you know such a program, that works like a DVD player?
Optionally, do you know a program, to convert such movies to MP4 (movie part only)?


What are you running?

http://www.webupd8.org/2015/01/how-t...-with-mpv.html

spiri13 07-20-2016 09:13 AM

Quote:

Originally Posted by rokytnji (Post 5578806)

smplayer is not working for me.

EDIT: I think the DVD was corrupted.
HandBrake is working with an other DVD.

Problem solved.

Shadow_7 07-20-2016 10:56 AM

There used to be a player named "ogle" that did this. Not sure if it renamed or vanished as I haven't seen it in a while. Otherwise xine or totem would be a decent bet.


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