We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c037d5c commit 3dfcea1Copy full SHA for 3dfcea1
src/FFmpegWriter.cpp
@@ -1225,7 +1225,7 @@ AVStream *FFmpegWriter::add_video_stream() {
1225
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(55, 39, 101)
1226
#if (LIBAVCODEC_VERSION_MAJOR >= 58)
1227
case AV_CODEC_ID_AV1 :
1228
- // TODO: Set `crf` or `qp` according to bitrate, as bitrate is not supported by these encoders yet.
+ // TODO: Set `crf` or `qp` according to bitrate, as bitrate is not supported by these encoders yet.
1229
if (info.video_bit_rate >= 1000) {
1230
c->bit_rate = 0;
1231
if (strstr(info.vcodec.c_str(), "aom") != NULL) {
0 commit comments