playing image per image backward stutters

Started by JB, September 28, 2018, 04:58:02 PM

Previous topic - Next topic

JB

I use the UP key to go to the wanted keyframe, ok
When using the RIGHT key to play image per image forward, it's smooth
When using the LEFT key to play image per image backward, it stutters, it hangs, it"s not smooth

is it my computer?
or the images before the keyframe are not buffered,
or there is a setting somewhere to enable buffering,
or it is not possible due to how the player plays video,
or it's coming in the next version,
or else?

eumagga0x2a

#1
Avidemux caches max. 8 previously decoded pictures. Once the content of the cache is consumed, it has to decode from the start of the GOP until the desired picture pops up. After that, you would be able display 7 more previous pictures smoothly because they are already in the cache.

To implement smooth reverse playback, Avidemux would have to cache both the current and the previous GOP, which might fill gigabytes of memory with long GOPs and Full HD let alone 4K video.

This is not coming anytime soon.

Edit: The above means that you get perfectly smooth reverse playback with intra-only codecs like MJPEG.