libde265 icon indicating copy to clipboard operation
libde265 copied to clipboard

Add framerate control to sherlock265

Open EdenGottlieb opened this issue 3 years ago • 0 comments

This PR adds framerate control to sherlock265.

The framerate is controlled using a Qt SpinBox element.

Default framerate is 30, which is suitable for most videos but not all.

I tried extracting the video framerate from the SPS, which is analyzed inside libde265 internals, but is not readily accessible from outside. The only option appears to be to dump the whole SPS header and process it manually, or modify libde265 to provide it with the API, which is a bit out of scope right now.

Further work:

  • Detect video framerate automatically

image

EdenGottlieb avatar Dec 21 '21 12:12 EdenGottlieb