FS-8752 #resolve [When recording a conference, the first 2 seconds are pixelated]

This commit is contained in:
Anthony Minessale 2016-03-10 13:59:55 -06:00
parent bf30ad3194
commit 69dfcb9f63
1 changed files with 2 additions and 1 deletions

View File

@ -407,8 +407,9 @@ static switch_status_t add_stream(MediaStream *mst, AVFormatContext *fc, AVCodec
c->b_frame_strategy = 1; // b_strategy=1
c->qcompress = 0.6; // qcomp=0.6
c->qmin = 10; // qmin=10
c->qmax = 51; // qmax=51
c->qmax = 31; // qmax=31
c->max_qdiff = 4; // qdiff=4
av_opt_set(c->priv_data, "crf", "18", 0);
if (codec_id == AV_CODEC_ID_VP8) {