<div dir="ltr"><div>Hi Team,<br><br></div><div>Is there any way to specify Entropy method to H264 encoder?<br><br>AVCodecContext *c_enc = NULL;<br>c_enc->width =iwidth;// 320;// c_dec->width;// 352;<br> c_enc->height = iheight;// 240;// c_dec->height;// 288;<br> //c_enc->sample_aspect_ratio = c_dec->sample_aspect_ratio;<br><br> /// frames per second<br> c_enc->time_base = (AVRational){1, fps};<br> c_enc->framerate = (AVRational){fps, 1};<br> c_enc->gop_size = 10;<br> c_enc->max_b_frames = 1;<br> c_enc->pix_fmt = AV_PIX_FMT_YUV420P;<br><br></div>How to know which Entropy Method used in H264 encoded stream?<br clear="all"><div><div><br>-- <br><div class="gmail_signature">Thanks & Regards<br>Vittal Prasad B R<br><br><br><br><br></div>
</div></div></div>