Don't pass through timestamp for image extractor (#13999)

This commit is contained in:
gnattu 2025-04-26 23:36:40 +08:00 committed by GitHub
parent 9092130350
commit 2e467f29de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)