diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-09-01 14:32:59 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-09-01 14:32:59 +0000 |
commit | cb89cd1650cac95646c1bea3cf14dea893460105 (patch) | |
tree | 71f542c2a38c3d10b69f85ce2361cf9272de1961 /README | |
parent | 1348f27fcf56857713eeb2ee7cf8e20dde98e3be (diff) | |
download | xine-lib-cb89cd1650cac95646c1bea3cf14dea893460105.tar.gz xine-lib-cb89cd1650cac95646c1bea3cf14dea893460105.tar.bz2 |
big demuxer clean, demux_ts should work again.
implemented time based seeking / stream length detection, implemented in
demux_avi.c demux_mpeg_block.c demux_mpeg.c
xine-engine cleanup, xine_seek is gone, use xine_play instead. xine_pause
is gone, use xine_set/get_speed instead.
CVS patchset: 536
CVS date: 2001/09/01 14:32:59
Diffstat (limited to 'README')
-rw-r--r-- | README | 24 |
1 files changed, 17 insertions, 7 deletions
@@ -134,15 +134,25 @@ Keyboard shortcuts: Key action RETURN play -F toggle fullscreen mode -Q quit -0 jump start of current stream -1-9 jump to 10-90% of current stream -SPACE pause +SPACE, P pause +Up/Down fast forward / slow motion + +0 seek start of current stream +1-9 seek to 10-90% of current stream +Left/Right seek -+ 15 sec (+CTRL: 60 sec) PgUp/Prior jump to previous playlist entry PgDown/Next jump to next playlist entry + +F toggle fullscreen mode A toggle aspect ratio (AUTO/16:9/4:3/DVB) -Ctrl show/hide mouse cursor +I toggle interlaced mode +< > modify output window size ++ - change audio channel +, . change subtitle channel +n m adjust a/v sync +home reset a/v sync + +Q quit more to come. @@ -171,7 +181,7 @@ displays the subtitles from stream 0. controlling xine via CORBA: --------------------------- -[ FIXME: corba support is not known to work as of xine 0.6 ] +[ FIXME: corba support is not known to work as of xine 0.5 ] xine implements a CORBA server interface to enable remote control and scripting. For this, you need ORBit which should already be installed if |