|
|
|
|
@ -230,44 +230,3 @@ export const DEFAULT_VARIANT_STATE:VideoVariant = {
@@ -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.' |
|
|
|
|
}, |
|
|
|
|
}; |
|
|
|
|
|