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