[EMAIL PROTECTED] wrote: > Update of /cvsroot/freevo/freevo/src/video > In directory sc8-pr-cvs1:/tmp/cvs-serv6841 > > Modified Files: > mplayer.py videoitem.py > Log Message: > Some changes for the bookmarks > o videoitem.py - Added bookmark menu, bookmark "parser" and menu > generation, haven't figured out how to pass the timecode to > mplayer though. I tried setting mplayer_options, but self.play > seems to just ignore them. I don't > know how to pass anything to self.play either. ARGH.
Play has a parameter arg. Set args to '-ss xxx' and it should work. BTW, how does this work for you. For avis setting the time works almost perfect, for mpg2 (== DVD) it's a mess. I started mplayer with -ss 15:00 and it started at time 21:00. Dischi -- The Romans didn't find algebra very challenging, because X was always 10. ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ Freevo-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
