|
|
@ -176,7 +176,10 @@ namespace MediaBrowser.Api
|
|
|
|
VideoCodec = videoCodec,
|
|
|
|
VideoCodec = videoCodec,
|
|
|
|
Container = state.OutputContainer,
|
|
|
|
Container = state.OutputContainer,
|
|
|
|
Framerate = framerate,
|
|
|
|
Framerate = framerate,
|
|
|
|
CompletionPercentage = percentComplete
|
|
|
|
CompletionPercentage = percentComplete,
|
|
|
|
|
|
|
|
Width = state.OutputWidth,
|
|
|
|
|
|
|
|
Height = state.OutputHeight,
|
|
|
|
|
|
|
|
AudioChannels = state.OutputAudioChannels
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|