mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
Don't pass through timestamp for image extractor (#13999)
This commit is contained in:
parent
9092130350
commit
2e467f29de
@ -756,7 +756,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
||||
_threads,
|
||||
vf,
|
||||
isAudio ? string.Empty : GetImageResolutionParameter(),
|
||||
EncodingHelper.GetVideoSyncOption("0", EncoderVersion).Trim(), // passthrough timestamp
|
||||
EncodingHelper.GetVideoSyncOption("-1", EncoderVersion).Trim(), // auto decide fps mode
|
||||
tempExtractPath);
|
||||
|
||||
if (offset.HasValue)
|
||||
|
Loading…
x
Reference in New Issue
Block a user