From 89c7b49b3e02224d8ef3f30a1305bae07a3f1faf Mon Sep 17 00:00:00 2001 From: Ali Gholami Rudi Date: Tue, 9 Aug 2011 09:04:18 +0430 Subject: [PATCH] README added --- README | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..6e709ea --- /dev/null +++ b/README @@ -0,0 +1,40 @@ +FBFF +==== + +fbff is a framebuffer/OSS media player using ffmpeg or libmpeg3. +The following options can be specified when starting fbff: + +============== ================================================ +OPTION DESCRIPTION +============== ================================================ +-m x magnify the screen by repeating pixels +-z x zoom the screen using ffmpeg +-j x jump every x video frames; for slow machines +-f start full screen +-v video only playback +-a audio only playback +-t use time based seeking; only if the default does't work +-R adjust the video to the right of the screen +============== ================================================ + +The following table describes fbff keybinding. Most of these +commands accept a numerical prefix. The variable avdiff is +used to synchronize audio/video streams. The synchronization +is done after the pause command or the 's' key. '-', '+', and +'a' keys can be used to change the value of avdiff as explained +below. + +============== ================================================ +KEY ACTION +============== ================================================ +p/' ' (space) pause +q quit +i print info +l/j/J short/medium/long jump forward +h/k/K short/medium/long jump backward +^[ (escape) clear numerical prefix +s synchronize audio/video with A-V equal to avdiff +- set avdiff to -arg ++ set avdiff to +arg +a set avdiff to current playback A-V diff +============== ================================================ -- 2.11.4.GIT