Stephen Rowles wrote:
> Duncan Webb wrote:
>> Yes you can, you can't play a stream backwards (MPlayer and xine
>> limitation), but you can jump back in small chunks see:
>> http://freevo.sourceforge.net/cgi-bin/doc/FAQ#head-1a3f1df0e6b485720982726aa7969b6b0461d2fe
>>
> Its not really "rewind" though is it? its very frustrating if you miss
> something to have to skip back 5 minutes, then fast forward through it
> all to get to the bit you actually wanted to watch. I see this sort of
> thing as a big issue with usability and uptake of something like freevo
> by normal users. I realise its an mplayer and xine limitation, just very
> frustrating ;)
Why do you think that 5 minutes? You can use:
Event(VIDEO_SEND_MPLAYER_CMD, arg = 'pausing_keep seek -0.5')
to go back 1/2 a second.
Attached is the full list of events that I have in local_conf.py. you
can possible do something similar for VIDEO_SEND_XINE_CMD.
see the slave.txt in the mplayer docs for all the commands.
Duncan
PS this is the 5th time I've tried to send this messages, kept getting
bounced.
EVENTS['video']['ENTER'] = Event(VIDEO_MANUAL_SEEK)
EVENTS['video']['PLAY'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='speed_set 1.0')
EVENTS['video']['FFWD'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='speed_mult 2.0')
EVENTS['video']['REW'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pausing seek -30')
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')
EVENTS['video']['GREEN'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='audio_delay
+0.05')
EVENTS['video']['YELLOW'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='audio_delay
-0.10')
EVENTS['video']['GUIDE'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='screenshot')
EVENTS['video']['LEFT'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek -60')
EVENTS['video']['RIGHT'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek +60')
EVENTS['video']['UP'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pausing seek +0.5')
EVENTS['video']['DOWN'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pausing seek -0.5')
EVENTS['video']['REPLAY'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pausing seek
-0.1')
EVENTS['video']['SKIP'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pausing frame_step
+1.0')
EVENTS['video']['POWER'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pausing edl_mark')
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users