Optimize encoding parameters for low-latency

This commit is contained in:
Cameron Gutman
2020-01-17 18:45:14 -08:00
parent 15dd6b3cd0
commit 32b6f8a395
6 changed files with 14 additions and 14 deletions
-2
View File
@@ -7,8 +7,6 @@
namespace config {
struct video_t {
// ffmpeg params
int max_b_frames;
int gop_size;
int crf; // higher == more compression and less quality
int qp; // higher == more compression and less quality, ignored if crf != 0