<font size=2 face="sans-serif">Hi, tried using the </font><font size=1 face="}">avcodec_encode_video2</font><font size=2 face="sans-serif">
function. my problem is thhat if I call this function once per frame, the
video has a small bitrate and looks bad.</font>
<br><font size=2 face="sans-serif">If I call this function twice</font>
<br><font size=1 face="}">    AVCodecContext *c;...</font>
<br><font size=1 face="}">    c->me_method = ME_EPZS;</font>
<br><font size=1 face="}">    c->width = img->getWidth();</font>
<br><font size=1 face="}">    c->height = img->getHeight();</font>
<br><font size=1 face="}">    c->time_base.num = 1;</font>
<br><font size=1 face="}">    c->time_base.den = 25;</font>
<br><font size=1 face="}">    c->gop_size = 10;</font>
<br><font size=1 face="}">    c->max_b_frames = 1;</font>
<br><font size=1 face="}">    c->pix_fmt = PIX_FMT_YUV420P;</font>
<br><font size=1 face="}">    c->rc_max_rate = 750000;</font>
<br><font size=1 face="}">    c->rc_buffer_size = 3000000;</font>
<br><font size=1 face="}">    c->refs = 1;</font>
<br><font size=1 face="}">    c->coder_type = FF_CODER_TYPE_VLC;</font>
<br><font size=2 face="sans-serif">....</font>
<br>
<br><font size=1 face="}">  avcodec_encode_video2(c, &avpkt, picture,
&outbufMaxSize); //outbufMaxSize == 0</font>
<br><font size=1 face="}">  </font><font size=1 color=#008000 face="}">avcodec_encode_video2(c,
&avpkt, nullptr, &outbufMaxSize); //</font><font size=1 face="}">outbufMaxSize</font><font size=1 color=#008000 face="}">
== 1</font>
<br><font size=1 face="}"> ++picture->pts;</font>
<br>
<br><font size=1 face="}">then the video looks as expected. What goes wrong?</font>
<br>
<br>
<br><font size=2 face="sans-serif">Hella Aglaia Mobile Vision GmbH<br>
Steffen Roeber<br>
Firmware & Tools<br>
Treskowstr. 14, D-13089 Berlin<br>
Amtsgericht Berlin-Charlottenburg HRB 66976 B<br>
Geschäftsführer: Kay Talmi<br>
<br>
Fon:  +49 30 200 04 29– 412<br>
Fax:  +49 30 200 04 29– 109<br>
Mail: Steffen.Roeber@hella.com<br>
URL: </font><a href="www.aglaia-gmbh.de"><font size=2 face="sans-serif">www.aglaia-gmbh.de</font></a><font size=2 face="sans-serif"><br>
<br>
URL: </font><a href=www.mobilevision.de><font size=2 face="sans-serif">www.mobilevision.de</font></a><font size=2 face="sans-serif"><br>
<br>
Dieses Dokument ist vertraulich zu behandeln. Die Weitergabe sowie Vervielfältigung,
Verwertung und Mitteilung seines Inhalts ist nur mit unserer ausdrücklichen
Genehmigung gestattet. Alle Rechte vorbehalten, insbesondere für den Fall
der Schutzrechtsanmeldung.<br>
This document has to be treated confidentially. Its contents are not to
be passed on, duplicated, exploited or disclosed without our express
permission. All rights reserved, especially the right to apply for protective
rights.</font>