Advertisement
Guest User

Untitled

a guest
Apr 4th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. output_codec_ctx->bit_rate = 400000;
  2. output_codec_ctx->width = 1920;
  3. output_codec_ctx->height = 1200;
  4. output_codec_ctx->time_base.num = 1;
  5. output_codec_ctx->time_base.den = 12;
  6. output_codec_ctx->gop_size = 8;
  7. output_codec_ctx->max_b_frames = 1;
  8. output_codec_ctx->pix_fmt = AV_PIX_FMT_YUV420P;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement