jellyfin/MediaBrowser.MediaEncoding/Encoder
gnattu 68bfabbaba Add option to extract keyframe only during trickplay image generation
This would be significantly faster than decoding every frame, but it does have compatibility issues. Not all decoders support this mode, notably the VP9 decoder, CUVID decoders, and QSV decoders.

Some videos with very long key-frame intervals may also perform poorly with this mode, as the image timing could become too inaccurate to reflect the actual frame.

Signed-off-by: gnattu <gnattuoc@me.com>
2024-07-17 00:47:22 +08:00
..
EncoderValidator.cs Fix broken hardware encoder and filter for trickplay (#11506) 2024-05-07 07:23:28 -06:00
EncodingUtils.cs Revert "Use System.Net.IPNetwork" 2023-11-14 21:16:33 +01:00
MediaEncoder.cs Add option to extract keyframe only during trickplay image generation 2024-07-17 00:47:22 +08:00