update variant default source

This commit is contained in:
gingervitis 2021-01-16 15:33:48 -08:00 committed by Gabe Kangas
parent 0bdcd0fbf6
commit 4efc644955
2 changed files with 1 additions and 42 deletions

View File

@ -230,44 +230,3 @@ export const DEFAULT_VARIANT_STATE:VideoVariant = {
audioBitrate: 0,
encoderPreset: 'veryfast',
};
export const VIDEO_VARIANT_DEFAULTS = {
framerate: {
label: 'Frame rate',
min: 10,
max: 80,
defaultValue: 24,
unit: 'fps',
incrementBy: 1,
tip: 'You prob wont need to touch this unless youre a hardcore gamer and need all the bitties',
},
videoBitrate: {
label: 'Video Bitrate',
min: 600,
max: 1200,
defaultValue: 800,
unit: 'kbps',
incrementBy: 100,
tip: 'This is importatnt yo',
},
audioBitrate: {
label: 'Audio Bitrate',
min: 600,
max: 1200,
defaultValue: 800,
unit: 'kbps',
incrementBy: 100,
tip: 'nothing to see here'
},
encoderPreset: {
label: 'Encoder Preset',
defaultValue: ENCODER_PRESETS[2],
tip: 'Info and stuff.'
},
videoPassthrough: {
tip: 'If No is selected, then you should set your desired Video Bitrate.'
},
audioPassthrough: {
tip: 'If No is selected, then you should set your desired Audio Bitrate.'
},
};

View File

@ -51,7 +51,7 @@ code {
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
// background-color: rgba(255,255,255,.05);
background-color: #15102a;
background-color: #140028;
}
.ant-card {
border-radius: .5em;