dont export base bitrate

This commit is contained in:
Felix Ableitner 2018-10-10 02:39:34 -05:00 committed by Chocobozzz
parent 2f71dcf8de
commit c197877971
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export enum VideoResolution {
* Google Live Encoder: https://support.google.com/youtube/answer/2853702?hl=en * Google Live Encoder: https://support.google.com/youtube/answer/2853702?hl=en
* YouTube Video Info (tested with random music video): https://www.h3xed.com/blogmedia/youtube-info.php * YouTube Video Info (tested with random music video): https://www.h3xed.com/blogmedia/youtube-info.php
*/ */
export function getBaseBitrate (resolution: VideoResolution) { function getBaseBitrate (resolution: VideoResolution) {
switch (resolution) { switch (resolution) {
case VideoResolution.H_240P: case VideoResolution.H_240P:
// quality according to Google Live Encoder: 300 - 700 Kbps // quality according to Google Live Encoder: 300 - 700 Kbps