jellyfin/MediaBrowser.Model/Configuration
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
..
BaseApplicationConfiguration.cs Enable nullable for more files 2021-10-26 13:56:30 +02:00
EmbeddedSubtitleOptions.cs Fix minor warnings in MediaBrowser.Model/Configuration (#2149) 2022-10-06 21:44:12 +02:00
EncodingOptions.cs fix: move trickplay specific option into TrickplayOptions (#11229) 2024-03-28 09:26:01 -06:00
ImageOption.cs Enable TreatWarningsAsErrors for MediaBrowser.Model 2021-02-20 23:29:33 +01:00
ImageSavingConvention.cs Fix some warnings 2020-02-23 12:11:43 +01:00
LibraryOptions.cs Default to not extract lyrics (#11523) 2024-05-10 09:03:09 -06:00
MediaPathInfo.cs Fix InvalidOperationException when serializing MediaPathInfo 2021-09-03 16:39:03 +02:00
MetadataConfiguration.cs Enable TreatWarningsAsErrors for MediaBrowser.Model 2021-02-20 23:29:33 +01:00
MetadataOptions.cs Fix some warnings 2021-09-09 15:59:13 +02:00
MetadataPlugin.cs Enable nullabe reference types for MediaBrowser.Model 2020-04-05 18:10:56 +02:00
MetadataPluginSummary.cs Enable TreatWarningsAsErrors for MediaBrowser.Model 2021-02-20 23:29:33 +01:00
MetadataPluginType.cs Store lyrics in the database as media streams (#9951) 2024-02-26 05:09:40 -07:00
PathSubstitution.cs Remove useless nullable directives 2021-06-11 23:36:10 +02:00
ServerConfiguration.cs Don't close inactive session on default (#11491) 2024-05-05 19:21:44 -06:00
TrickplayOptions.cs Add option to extract keyframe only during trickplay image generation 2024-07-17 00:47:22 +08:00
TrickplayScanBehavior.cs crobibero styling, format, code suggestions 2023-06-22 16:23:52 -07:00
TypeOptions.cs Enable TreatWarningsAsErrors for MediaBrowser.Model 2021-02-20 23:29:33 +01:00
UserConfiguration.cs Migrate to customizable cast receiver config 2023-09-23 11:04:53 -06:00
XbmcMetadataOptions.cs Enable nullable for more files 2021-10-26 13:56:30 +02:00