Apropo FPS: bevor es verloren geht, weil es vermutlich nie in ffmpeg aufgenommen wird
hat schon jemand NVIDIA Optical Flow Accelerator (NVOFA) FRUC ausprobiert?
ZitatThe library exposes FRUC APIs that can be used for frame rate up conversion of video files. See https://docs.nvidia.com/video-…gramming-guide/index.html for the API documentation and sample code.
This is important because NVIDIA GPUs since the Turing generation have hardware support for optical flow-based frame interpolation. MPV already includes --interpolation, but if the GPU supports optical flow-based frame interpolation, this should obviously be preferred for maximum smoothness and quality. I believe NVOFA FRUC only returns interpolated frames, so exactly which frames are interpolated would need to be decided (to match the user's monitor's frame rate, to match to an arbitrary fps, to just interpolate between all frames --> 2x fps, etc.).
wurde hier im mpv issue besprochen: https://github.com/mpv-player/mpv/issues/11060
philipl hat auch ein ffmpeg filter dafür geschrieben, der aber wegen den Lizenzen nie offiziell Teil von ffmpeg sein wird.
https://github.com/philipl/FFmpeg/tree/fruc-me
Wer es ausprobieren will. Ich würde gerne, man braucht aber eine neuere Nvidia GPU. RTX und so.