|
|
|
@ -49,7 +49,8 @@ namespace ErsatzTV.Core.FFmpeg
@@ -49,7 +49,8 @@ namespace ErsatzTV.Core.FFmpeg
|
|
|
|
|
.WithRealtimeOutput(playbackSettings.RealtimeOutput) |
|
|
|
|
.WithSeek(playbackSettings.StreamSeek) |
|
|
|
|
.WithInputCodec(path, playbackSettings.HardwareAcceleration, videoStream.Codec) |
|
|
|
|
.WithFrameRate(playbackSettings.FrameRate); |
|
|
|
|
.WithFrameRate(playbackSettings.FrameRate) |
|
|
|
|
.WithVideoTrackTimeScale(playbackSettings.VideoTrackTimeScale); |
|
|
|
|
|
|
|
|
|
playbackSettings.ScaledSize.Match( |
|
|
|
|
scaledSize => |
|
|
|
|