Set default qp to 27 for better quality
This commit is contained in:
parent
313310f678
commit
12a85c6689
|
@ -20,7 +20,7 @@ sub print_help {
|
||||||
GetOptions(
|
GetOptions(
|
||||||
"input|file|filename|i=s" => \(my $filename = ""),
|
"input|file|filename|i=s" => \(my $filename = ""),
|
||||||
"resolution|res=s" => \(my $resolution = "3840x2160"),
|
"resolution|res=s" => \(my $resolution = "3840x2160"),
|
||||||
"quantization|qp=i" => \(my $qp = 32),
|
"quantization|qp=i" => \(my $qp = 27),
|
||||||
"framerate|fps=i" => \(my $fps = 30),
|
"framerate|fps=i" => \(my $fps = 30),
|
||||||
"intra-period|intra=i" => \(my $period = 64),
|
"intra-period|intra=i" => \(my $period = 64),
|
||||||
"preset|pre=s" => \(my $preset = "ultrafast"),
|
"preset|pre=s" => \(my $preset = "ultrafast"),
|
||||||
|
|
Loading…
Reference in New Issue