提交 69dfcb9f authored 作者: Anthony Minessale's avatar Anthony Minessale

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

上级 bf30ad31
...@@ -407,8 +407,9 @@ static switch_status_t add_stream(MediaStream *mst, AVFormatContext *fc, AVCodec ...@@ -407,8 +407,9 @@ static switch_status_t add_stream(MediaStream *mst, AVFormatContext *fc, AVCodec
c->b_frame_strategy = 1; // b_strategy=1 c->b_frame_strategy = 1; // b_strategy=1
c->qcompress = 0.6; // qcomp=0.6 c->qcompress = 0.6; // qcomp=0.6
c->qmin = 10; // qmin=10 c->qmin = 10; // qmin=10
c->qmax = 51; // qmax=51 c->qmax = 31; // qmax=31
c->max_qdiff = 4; // qdiff=4 c->max_qdiff = 4; // qdiff=4
av_opt_set(c->priv_data, "crf", "18", 0);
if (codec_id == AV_CODEC_ID_VP8) { if (codec_id == AV_CODEC_ID_VP8) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论