Add width+height resizing to variant settings. Closes https://github.com/owncast/owncast/issues/700

This commit is contained in:
Gabe Kangas
2021-02-07 17:03:02 -08:00
parent 26bbd48d4d
commit 8ea0daab69
3 changed files with 56 additions and 7 deletions

View File

@@ -56,6 +56,9 @@ export interface VideoVariant {
audioBitrate: number;
videoPassthrough: boolean;
videoBitrate: number;
scaledWidth: number;
scaledHeight: number;
}
export interface VideoSettingsFields {
latencyLevel: number;