mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-13 08:37:07 +00:00
Don't pass through timestamp for image extractor (#13999)
This commit is contained in:
parent
9092130350
commit
2e467f29de
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue