mirror of https://github.com/mgba-emu/mgba.git
Qt: Increase bitrates of h.264 video now that the video is being encoded at a faster, lower quality
This commit is contained in:
parent
97f2594ec9
commit
5988b4ad2e
|
@ -113,7 +113,7 @@ VideoView::VideoView(QWidget* parent)
|
||||||
.container = "MP4",
|
.container = "MP4",
|
||||||
.vcodec = "h.264",
|
.vcodec = "h.264",
|
||||||
.acodec = "AAC",
|
.acodec = "AAC",
|
||||||
.vbr = 5000,
|
.vbr = 8000,
|
||||||
.abr = 384,
|
.abr = 384,
|
||||||
.width = 1620,
|
.width = 1620,
|
||||||
.height = 1080
|
.height = 1080
|
||||||
|
@ -123,7 +123,7 @@ VideoView::VideoView(QWidget* parent)
|
||||||
.container = "MP4",
|
.container = "MP4",
|
||||||
.vcodec = "h.264",
|
.vcodec = "h.264",
|
||||||
.acodec = "AAC",
|
.acodec = "AAC",
|
||||||
.vbr = 3000,
|
.vbr = 5000,
|
||||||
.abr = 256,
|
.abr = 256,
|
||||||
.width = 1080,
|
.width = 1080,
|
||||||
.height = 720
|
.height = 720
|
||||||
|
|
Loading…
Reference in New Issue