<div class="gmail_quote"><div>I plan to use the function x264_encoder_reconfig to change the parameter, but I realized that the parameter keyint_interval may not be changed by this function in real time, or am I wrong? is there another way but using this function to change this parameter? I decided to use the i_scenecut_threshold because in the source code the description of the variable matches exactly to what I want. </div>
<div><br></div><div>thanks in advance</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi<br>
<br>
I've been implementing an application and I need to increase or decrease the<br>
I frame frequency. For this I've studying the source code and I found that<br>
the parameter<br>
i_scenecut_threshold make the I-frame frequency increase or decrease. What I<br>
want to know is how does the values of i_scenecut_threshold can change, what<br>
the values<br>
means? What is the min and max value?<br>
<br>
Thanks in advance<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://mailman.videolan.org/pipermail/x264-devel/attachments/20110113/278cc9f8/attachment-0001.html" target="_blank">http://mailman.videolan.org/pipermail/x264-devel/attachments/20110113/278cc9f8/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Thu, 13 Jan 2011 13:23:06 -0800<br>
From: Jason Garrett-Glaser <<a href="mailto:jason@x264.com" target="_blank">jason@x264.com</a>><br>
To: Mailing list for x264 developers <<a href="mailto:x264-devel@videolan.org" target="_blank">x264-devel@videolan.org</a>><br>
Subject: Re: [x264-devel] how i_scenecut_threshold values works<br>
Message-ID:<br>
<<a href="mailto:AANLkTinLa23a%2B8Ux0OAS4maF1XuftimtCp_8HLzuMox0@mail.gmail.com" target="_blank">AANLkTinLa23a+8Ux0OAS4maF1XuftimtCp_8HLzuMox0@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
On Thu, Jan 13, 2011 at 1:08 PM, Rafael Sousa <<a href="mailto:rafael.lmsousa@gmail.com" target="_blank">rafael.lmsousa@gmail.com</a>> wrote:<br>
> Hi<br>
> I've been implementing an application and I need to increase or decrease the<br>
> I frame frequency.<br>
<br>
Then you should be adjusting the keyframe interval.<br>
<br>
Jason<br>
<br></blockquote></div>