<div dir="ltr"><div><div><div>Dear Sergio,<br><br></div>No I haven't tried and looks quite promising, thank you so much for the information, hopefully tomorrow<i> </i>I can check it.<br><br></div>Thanks again,<br></div>
David<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-05-28 18:23 GMT+02:00 Sergio Garcia Murillo <span dir="ltr"><<a href="mailto:sergio.garcia.murillo@gmail.com" target="_blank">sergio.garcia.murillo@gmail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Have you tried to set the picture type before calling the encoder?<br>
<br>
pic.i_type = X264_TYPE_I;<br>
[..]<br>
int len = x264_encoder_encode(enc, &nals, &numNals, &pic, &pic_out);<br>
<br>
Best regards<br>
Sergio<br>
<br>
El 28/05/2014 18:15, BugMaster escribió:<div class="HOEnZb"><div class="h5"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Wed, 28 May 2014 16:51:07 +0200, David Cassany Viladomat wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
Maybe some of you can help me. We are developing an streaming<br>
server using x264 and we would like to be able to force intra<br>
addition in the output stream. What I mean is that at the same time<br>
x264 criterias and GOP configurations are applied to determine<br>
whenever an intra frame is needed or not we would like to have the<br>
capability no add an intra frame whenever we want.<br>
We have been trying to executex264_encoder_intra_<u></u>refresh method<br>
before encoding some particular frames, but without success. Does<br>
anyone know if such a thing can be done with x264?<br>
Thank you,<br>
David<br>
</blockquote>
Hi. --no-scenecut and --keyint infinite are not enough for you? After<br>
using them both x264 wouldn't insert intra-frames other than first and<br>
you can decide yourself which frame you want to make intra/key-frame.<br>
<br>
______________________________<u></u>_________________<br>
x264-devel mailing list<br>
<a href="mailto:x264-devel@videolan.org" target="_blank">x264-devel@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/x264-devel" target="_blank">https://mailman.videolan.org/<u></u>listinfo/x264-devel</a><br>
</blockquote>
<br>
______________________________<u></u>_________________<br>
x264-devel mailing list<br>
<a href="mailto:x264-devel@videolan.org" target="_blank">x264-devel@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/x264-devel" target="_blank">https://mailman.videolan.org/<u></u>listinfo/x264-devel</a><br>
</div></div></blockquote></div><br></div>