ffs: ffmpeg needs avformat_network_init()
[fbff.git] / README
blob68a9f6effdf043ebc91d748eadece115c8059211
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 commands
22 accept a numerical prefix.  The variable avdiff is used to synchronize
23 audioa and video streams.  The synchronization is done after the 's'
24 key or the pause and seek commands.  '-', '+', and 'a' keys can be used
25 to change the value of avdiff as explained below.
27 ==============  ================================================
28 KEY             ACTION
29 ==============  ================================================
30 p/' '           (space) pause
31 q               quit
32 i               print info
33 l/j/J           short/medium/long jump forward
34 h/k/K           short/medium/long jump backward
35 ^[              (escape) clear numerical prefix
36 s               synchronize audio/video with A-V equal to avdiff
37 -               set avdiff to -arg
38 +               set avdiff to +arg
39 a               set avdiff to current playback A-V diff
40 c               set synchronization steps
41 ==============  ================================================