[MPlayer-users] stepping backwards, was: hi!
Uoti Urpala
uoti.urpala at pp1.inet.fi
Mon Dec 5 12:52:24 CET 2011
On Mon, 2011-12-05 at 03:26 -0800, mlg 3 wrote:
> >From: Uoti Urpala <uoti.urpala at pp1.inet.fi>
>
> >On Sun, 2011-12-04 at 14:22 -0800, mlg 3 wrote:
> >> How do I " bind a key to do a 0.05 second seek"? (In fact, I was thinking about 0.1)
> >> Is it out-of-box ready, or do I have to change the source?
> >> I tried to search for Shift+Left, no result, and the code is a big place.
>
> >Put a line like this in input.conf:
> >F5 seek -0.05 0 1
> >"Shift+Left" does occur in the sources, in the example input.conf file,
> >and searching for it with "git grep 'Shift+Left'" for example does find
> >it. So if you were searching correctly then you may have the wrong
> >sources.
>
>
> Sounds suspicious.
> In that file, I see 'LEFT' but no 'Shift'
>
> ...mplayer-last$ git grep 'Shift+Left'
> fatal: Not a git repository
> ...mplayer-last/ffmpeg$ git grep 'Shift+Left'
> ...mplayer-last/ffmpeg$ cd ..
> ...mplayer-last$ svn info
> Path: .
> URL: svn://svn.mplayerhq.hu/mplayer/trunk
You apparently missed the "mplayer2" part earlier. Your repo is
MPlayer1, which does not support any form of precise seeking (nothing
more accurate than the closest keyframe).
http://www.mplayer2.org/
More information about the MPlayer-users
mailing list