mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 03:30:05 -05:00
Enable VP9 ARNR
This commit is contained in:
parent
51b1280e1e
commit
227a6016c2
@ -231,8 +231,8 @@ class X264Output(Output, ClsMod):
|
|||||||
class VPxOutput(Output, ClsMod):
|
class VPxOutput(Output, ClsMod):
|
||||||
lib = pixfmtlib
|
lib = pixfmtlib
|
||||||
|
|
||||||
base = ('vpxenc --end-usage=3 -p 1 --cpu-used=-8 --lag-in-frames=4 '
|
base = ('vpxenc --end-usage=3 -p 1 -q --cpu-used=-8 --lag-in-frames=5 '
|
||||||
'--min-q=2 --disable-kf -o - -')
|
'--min-q=2 --disable-kf --arnr-maxframes=3 -o - -')
|
||||||
|
|
||||||
def __init__(self, codec='vp9', fps=24, crf=15, pix_fmt='yuv420p'):
|
def __init__(self, codec='vp9', fps=24, crf=15, pix_fmt='yuv420p'):
|
||||||
super(VPxOutput, self).__init__()
|
super(VPxOutput, self).__init__()
|
||||||
|
Loading…
Reference in New Issue
Block a user