Qt: Increase bitrates of h.264 video now that the video is being encoded at a faster, lower quality
Jeffrey Pfau jeffrey@endrift.com
Fri, 14 Nov 2014 03:55:13 -0800
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
src/platform/qt/VideoView.cpp
→
src/platform/qt/VideoView.cpp
@@ -113,7 +113,7 @@ addPreset(m_ui.presetHQ, (Preset) {
.container = "MP4", .vcodec = "h.264", .acodec = "AAC", - .vbr = 5000, + .vbr = 8000, .abr = 384, .width = 1620, .height = 1080@@ -123,7 +123,7 @@ addPreset(m_ui.presetYoutube, (Preset) {
.container = "MP4", .vcodec = "h.264", .acodec = "AAC", - .vbr = 3000, + .vbr = 5000, .abr = 256, .width = 1080, .height = 720