#11217: Output "-ss" memory consumption regression
-------------------------------------+-------------------------------------
Reporter: Bryce | Owner: (none)
Chester Newman |
Type: defect | Status: new
Priority: important | Component: ffmpeg
Version: 7.1 | Resolution:
Keywords: seek | Blocked By:
seeking |
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by MasterQuestionable):
͏ Try with the debug output: which should report the input reading
statistics.
͏ "select" by definition may have to evaluate every input frame:
͏ Though didn't cause the trouble in my test case.
͏ Seeking by timestamp (instead of frame number) invariably encounters
1 problem:
͏ No frame at the exact time.
͏ Thus the most sensible approach would be "round" to the nearest
frame.
͏ (similar to rounding in math)
͏ .
͏ Which the simple "gte" logic may misalign.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11217#comment:9>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".