|
|
|
@ -216,7 +216,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService |
|
|
|
|
|
|
|
|
|
|
|
var desiredState = new FrameState( |
|
|
|
var desiredState = new FrameState( |
|
|
|
playbackSettings.RealtimeOutput, |
|
|
|
playbackSettings.RealtimeOutput, |
|
|
|
false, // TODO: fallback filler needs to loop
|
|
|
|
fillerKind == FillerKind.Fallback, |
|
|
|
videoFormat, |
|
|
|
videoFormat, |
|
|
|
Optional(videoStream.Profile), |
|
|
|
Optional(videoStream.Profile), |
|
|
|
Optional(desiredPixelFormat), |
|
|
|
Optional(desiredPixelFormat), |
|
|
|
|