Qt: Increase bitrates of h.264 video now that the video is being encoded at a faster, lower quality

This commit is contained in:
Jeffrey Pfau 2014-11-14 03:55:13 -08:00
parent 97f2594ec9
commit 5988b4ad2e
1 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ VideoView::VideoView(QWidget* parent)
.container = "MP4",
.vcodec = "h.264",
.acodec = "AAC",
.vbr = 5000,
.vbr = 8000,
.abr = 384,
.width = 1620,
.height = 1080
@ -123,7 +123,7 @@ VideoView::VideoView(QWidget* parent)
.container = "MP4",
.vcodec = "h.264",
.acodec = "AAC",
.vbr = 3000,
.vbr = 5000,
.abr = 256,
.width = 1080,
.height = 720