--On Friday, June 13, 2003 09:15:23 +0100 Rafael Torres <[EMAIL PROTECTED]> wrote:
1: Divx with subtitles - I know that mplayer supports it. And Freevo? If so, how? If not, why not?
you can use this via the mplayer support. i did this a month ago and didn't use it since. so the following description can be flawed ;-)
what i did was do some customized RC_MPLAYER_CMDS in local_conf.py which looks like this:
RC_MPLAYER_CMDS = {
'PREV' : ('seek -400', 'Seek more backward' ),
'NEXT' : ('seek 400', 'Seek more forward' ),
'OSD' : ('osd', 'Toggle OSD' ),
'SUB' : ('sub_visibility', 'Toggle subtitle visibility' ),
'SUBLANG' : ('vobsub_lang', 'Toggle vobsub subtitle language')
}so when you assign SUB to a key on your remote control in /etc/freevo/lircrc you should be able to turn them on and off. mplayer will use the .srt files or so which have the same filename as the movie file. i'm not sure about different languages. you probably would have to select them from freevo somehow.
-- Benjamin Zeiss
------------------------------------------------------- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
