let -a and -v choose audio/video stream
[fbff.git] / README
blob689b9cd215213b764ac8b42f0a91945540a780af
1 FBFF
2 ====
4 fbff is a framebuffer/OSS media player using ffmpeg or libmpeg3.
5 The following options can be specified when starting fbff:
7 ==============  ================================================
8 OPTION          DESCRIPTION
9 ==============  ================================================
10 -z x            zoom the screen using ffmpeg
11 -m x            magnify the screen by repeating pixels
12 -j x            jump every x video frames; for slow machines
13 -f              start full screen
14 -v x            select video stream; '-' disables video
15 -a x            select audio stream; '-' disables audio
16 -t              use time based seeking; only if the default does't work
17 -s              don't rely on video framerate; always synchronize
18 -R              adjust the video to the right of the screen
19 ==============  ================================================
21 The following table describes fbff keybinding.  Most of these
22 commands accept a numerical prefix.  The variable avdiff is
23 used to synchronize audio/video streams.  The synchronization
24 is done after the pause command or the 's' key.  '-', '+', and
25 'a' keys can be used to change the value of avdiff as explained
26 below.
28 ==============  ================================================
29 KEY             ACTION
30 ==============  ================================================
31 p/' '           (space) pause
32 q               quit
33 i               print info
34 l/j/J           short/medium/long jump forward
35 h/k/K           short/medium/long jump backward
36 ^[              (escape) clear numerical prefix
37 s               synchronize audio/video with A-V equal to avdiff
38 -               set avdiff to -arg
39 +               set avdiff to +arg
40 a               set avdiff to current playback A-V diff
41 c               set synchronization steps
42 ==============  ================================================