Skip to content

Commit

Permalink
Simplified.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Feb 7, 2024
1 parent 529afcb commit 1d0be7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/tlIO/FFmpegWrite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -651,9 +651,6 @@ namespace tl
}
p.avCodecContext->thread_count = 0;
p.avCodecContext->thread_type = FF_THREAD_FRAME;
// p.avCodecContext->bit_rate = 2000000;
// p.avCodecContext->gop_size = 10;
// p.avCodecContext->max_b_frames = 1;

AVDictionary *codecOptions = NULL;
if (avCodecID == AV_CODEC_ID_VP9)
Expand Down

0 comments on commit 1d0be7f

Please sign in to comment.