mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-06-05 11:59:45 +00:00
perf(ffmpeg): reduce VPx encoding latency
This commit is contained in:
@@ -106,6 +106,7 @@ func vp9CodecSpec() codecSpec {
|
||||
argCodecVideo, "libvpx-vp9",
|
||||
"-deadline", "realtime",
|
||||
"-cpu-used", "8",
|
||||
"-lag-in-frames", "0",
|
||||
"-error-resilient", "1",
|
||||
"-static-thresh", "0",
|
||||
"-g", "1",
|
||||
@@ -128,6 +129,7 @@ func vp8CodecSpec() codecSpec {
|
||||
argCodecVideo, codecLibVPX,
|
||||
"-deadline", "realtime",
|
||||
"-cpu-used", "8",
|
||||
"-lag-in-frames", "0",
|
||||
"-error-resilient", "1",
|
||||
"-static-thresh", "0",
|
||||
"-g", "1",
|
||||
|
||||
Reference in New Issue
Block a user