fbff: support short options like -z2
[fbff.git] / README
blob8ad779a2bbc7aa9a0ab0a3158414125ae1515ae2
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 -b              adjust the video to the bottom of the screen
20 ==============  ================================================
22 The following table describes fbff keybinding.  Most of these commands
23 accept a numerical prefix.  The variable avdiff is used to synchronize
24 audioa and video streams.  The synchronization is done after the 's'
25 key or the pause and seek commands.  '-', '+', and 'a' keys can be used
26 to change the value of avdiff as explained 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 ==============  ================================================