Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Feqzz/qZoom-Client
Browse files Browse the repository at this point in the history
  • Loading branch information
Feqzz committed Aug 7, 2020
2 parents 34a8d07 + a929caf commit 4370cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/videohandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ int VideoHandler::init()
mOutputVideoCodecContext->gop_size = 0;

av_opt_set(mOutputVideoCodecContext->priv_data, "preset", "veryslow", 0);
av_opt_set(mOutputVideoCodecContext->priv_data, "crf", "32", 0);//0 is lossless, 53 is worst possible quality
av_opt_set(mOutputVideoCodecContext->priv_data, "crf", "36", 0);//0 is lossless, 53 is worst possible quality
//av_opt_set(outputVideoCodecContext->priv_data, "qmin", "15", 0);
//av_opt_set(outputVideoCodecContext->priv_data, "qmax", "35", 0);

Expand Down

0 comments on commit 4370cb9

Please sign in to comment.