News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Playing .mkv in xine_player - how to show subtitles?

Started by Vagner, January 05, 2011, 06:20:29 AM

Previous topic - Next topic

Vagner

I made the following modifications (uncommented) in /etc/pluto/xine.conf:
gui.subtitle_autoload: 1
misc.spu_subtitle_size: large

The video is normal, but found no way to change or display the subtitles. I tried #, j, b, +, -, etc.. etc.. etc.

I also can not change the audio track.

Thanks,

nite_man

#1
Hi Vagner,

Possibility to change audio track in AVI/MKV video and switch on/off subtitles is one of the most important features missed in LinuxMCE. Currently you can use following command on your core to change the audio track:

/usr/pluto/bin/MessageSend localhost 0 23 1 140 5 "<track number>" 41 ""

Audio track number can be 0, 1, 2 etc.

To show subtitles the subtitle's file should have the same name as video file, i. e. video-file.avi.srt. Also have a look this instruction about changing xine.conf.
Michael Stepanov,
My setup: [url="http://wiki.linuxmce.org/index.php/User:Nite_man#New_setup"]http://wiki.linuxmce.org/index.php/User:Nite_man#New_setup[/url]
Russian LinuxMCE community: [url="http://linuxmce.ru"]http://linuxmce.ru[/url]

Vagner

Ok thanks,

The audio worked, but how do I change the subtitles themselves . (dot) and , (comma) do not work? ... besides that I should not have keyboard

A new parameter in MessageSend?

Regards,