mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-02 13:15:25 -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,
|
_threads,
|
||||||
vf,
|
vf,
|
||||||
isAudio ? string.Empty : GetImageResolutionParameter(),
|
isAudio ? string.Empty : GetImageResolutionParameter(),
|
||||||
EncodingHelper.GetVideoSyncOption("-1", EncoderVersion).Trim(), // auto decide fps mode
|
EncodingHelper.GetVideoSyncOption("-1", EncoderVersion), // auto decide fps mode
|
||||||
tempExtractPath);
|
tempExtractPath);
|
||||||
|
|
||||||
if (offset.HasValue)
|
if (offset.HasValue)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user