Opened 11 years ago
Last modified 7 years ago
#2153 new enhancement
precise seek in mplayer
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | demuxer |
Version: | unspecified | Severity: | minor |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description (last modified by )
Hi,
Is it possible to add precise seek in mplayer, the same way mencoder is doing with −hr−edl−seek
Change History (2)
comment:1 by , 11 years ago
Analyzed by developer: | unset |
---|---|
Description: | modified (diff) |
Reproduced by developer: | unset |
comment:2 by , 7 years ago
Hello,
without this feature is mplayer unussable for replay videos e.g from security camera(here is optimal seek 1s).
set to 10s --> great scattering:
00:07:22 seek to 00:07:58, 00:08:01 seek to 00:08:41 etc.
Note:
See TracTickets
for help on using tickets.
The way −hr−edl−seek works is by just discarding samples. This can only work for seeking forward, thus it is rather unsuitable for MPlayer.
It certainly would be possible to use it only when forward seeking, and it would be possible to improve seeking precision (at the expense of making it vastly slower), but it is not simple to do and thus would need someone with the time and interest to do it.