aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Configuration/TrickplayOptions.cs
AgeCommit message (Collapse)Author
2024-07-17Add option to extract keyframe only during trickplay image generationgnattu
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-03-28fix: move trickplay specific option into TrickplayOptions (#11229)gnattu
2023-06-22Change default threads to 1Nick
2023-06-22crobibero styling, format, code suggestionsNick
2023-06-22Change defaultsNick
2023-06-22HashSet datatype was causing default values to always be added on server startnicknsy
2023-06-22Optionsnicknsy