Evan Hisey wrote: > On Wed, Oct 8, 2008 at 7:00 AM, Xavier Beaudouin <[EMAIL PROTECTED]> wrote: > >> Hello, >> >> Is there a good way (tm) to handle .mkv with freevo... I have heard that >> mplayer should handle them... but I have no luck with that yet... >> >> > Sounds like you have an MPlayer problem then. I use freevo and view > .mkv's. the biggest issue I have had with them is not being able to > select the subtitle track I want. I beleive that issue has been fixed > in teh most recent releases, though. I need to check. >
An easy way, until the nest release is to add the following to local_conf.py: EVENTS['video']['LANG'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='switch_audio') EVENTS['video']['SUBTITLE'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='vobsub_lang') EVENTS['video']['CH+'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='sub_pos -1') EVENTS['video']['CH-'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='sub_pos +1') It will allow you to change the audio and subtitles with the 'a' key for LANG and the 'l' key for the subtitle. HTH Duncan ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Freevo-users mailing list Freevo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-users