Commit 83aa2b0 1 parent fb92b7e commit 83aa2b0 Copy full SHA for 83aa2b0
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ impl EncoderConfig {
97
97
EncoderConfig {
98
98
min_key_frame_interval : 12 ,
99
99
max_key_frame_interval : 240 ,
100
- low_latency : true ,
100
+ low_latency : false ,
101
101
quantizer : 100 ,
102
102
tune : Tune :: Psnr ,
103
103
pixel_range : PixelRange :: Unspecified ,
Original file line number Diff line number Diff line change @@ -88,10 +88,10 @@ pub fn parse_cli() -> CliOptions {
88
88
. default_value ( "240" )
89
89
) . arg (
90
90
Arg :: with_name ( "LOW_LATENCY" )
91
- . help ( "low latency mode. true or false" )
91
+ . help ( "low latency mode. true or [ false] " )
92
92
. long ( "low_latency" )
93
93
. takes_value ( true )
94
- . default_value ( "true " )
94
+ . default_value ( "false " )
95
95
) . arg (
96
96
Arg :: with_name ( "TUNE" )
97
97
. help ( "Quality tuning (Will enforce partition sizes >= 8x8)" )
You can’t perform that action at this time.
0 commit comments