Browse Source

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

gnattu 1 tháng trước cách đây
mục cha
commit
2e467f29de

+ 1 - 1
MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs

@@ -756,7 +756,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
                 _threads,
                 _threads,
                 vf,
                 vf,
                 isAudio ? string.Empty : GetImageResolutionParameter(),
                 isAudio ? string.Empty : GetImageResolutionParameter(),
-                EncodingHelper.GetVideoSyncOption("0", EncoderVersion).Trim(), // passthrough timestamp
+                EncodingHelper.GetVideoSyncOption("-1", EncoderVersion).Trim(), // auto decide fps mode
                 tempExtractPath);
                 tempExtractPath);
 
 
             if (offset.HasValue)
             if (offset.HasValue)