[MPlayer-dev-eng] [PATCH] Reset -ss after first seek

Nicolas George nicolas.george at normalesup.org
Mon Aug 30 10:08:19 CEST 2010


Le tridi 13 fructidor, an CCXVIII, Vlad Seryakov a écrit :
> This is one liner to reset start seek position after first file, so
> subsequent files will not seek to the same position.

What exactly is your command line? MPlayer is slightly peculiar in the way
it handles options:

mplayer -o1 -o2 -o3 fileA -o4 -o5 fileB -o6 -o7

o1, o2, o3 apply to all files, o4 and o5 apply to fileA, o6 and o7 apply to
fileB.

Therefore:

mplayer -ss 42 fileA fileB

should start both fileA and fileB at 42 (maybe skipping the opening) while

mplayer fileA -ss 42 fileB

should skip the opening only for fileA.

I just checked, and it seems to work. Is your patch still necessary with
regards to that particular behavior of MPlayer?

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20100830/a8db0c9a/attachment.pgp>


More information about the MPlayer-dev-eng mailing list