LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   gmplayer subtitles (https://www.linuxquestions.org/questions/linux-software-2/gmplayer-subtitles-336205/)

sarti 06-22-2005 05:08 PM

gmplayer subtitles
 
How can I select a subtitle track from an ogg or Matroska or DVD in gmplayer????

I can select it in MPlayer this way:
Code:

mplayer file.ogg -sid 0
where I got the sid (subtitle id) from
Code:

mplayer -vo null -ao null -frames 0 -v filename | grep sid
Code:

mplayer -vo null -ao null -frames 0 -v filename | grep aid
I can even do it in gmplayer from the COMMAND LINE
Code:

gmplayer file.ogg -sid 0
but I want to do it from the GUI!!! and change it if I can while playing the movie...:cry:

I would appriciate any help

teckk 06-23-2005 09:06 PM

Have you looked at
Code:

man mplayer

sarti 06-26-2005 04:24 PM

done it
 
I did it

from the man mplayer

# cycle through available audio tracks
b/j cycle through available subtitle tracks

actually I just use "j" to cycle and works fine...


All times are GMT -5. The time now is 02:29 PM.