<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body data-blackberry-caret-color="#00a8df" style="background-color: rgb(255, 255, 255); line-height: initial;">
<div style="width: 100%; font-size: initial; font-family: Calibri, 'Slate Pro', sans-serif; color: rgb(31, 73, 125); text-align: initial; background-color: rgb(255, 255, 255);">
Was trying to match other video streams that I did not want to reencode which already had a constant key frame interval (from a camcorder). When merging these will the new x264 ones it causing the mp4box muxer to start new streams.</div>
<div style="width: 100%; font-size: initial; font-family: Calibri, 'Slate Pro', sans-serif; color: rgb(31, 73, 125); text-align: initial; background-color: rgb(255, 255, 255);">
<br name="BB10" caretmarkerset="INVALID" class="markedForCaretMarkerRemoval">
</div>
<div style="width: 100%; font-size: initial; font-family: Calibri, 'Slate Pro', sans-serif; color: rgb(31, 73, 125); text-align: initial; background-color: rgb(255, 255, 255);">
Might want to update the documentation to note this. It took me awhile to figure out why the muxing was not working like I thought it would.</div>
<div style="width: 100%; font-size: initial; font-family: Calibri, 'Slate Pro', sans-serif; color: rgb(31, 73, 125); text-align: initial; background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="width: 100%; font-size: initial; font-family: Calibri, 'Slate Pro', sans-serif; color: rgb(31, 73, 125); text-align: initial; background-color: rgb(255, 255, 255);">
Thanks for the info.</div>
<div style="width: 100%; font-size: initial; font-family: Calibri, 'Slate Pro', sans-serif; color: rgb(31, 73, 125); text-align: initial; background-color: rgb(255, 255, 255);">
<br style="display:initial">
</div>
<div style="font-size: initial; font-family: Calibri, 'Slate Pro', sans-serif; color: rgb(31, 73, 125); text-align: initial; background-color: rgb(255, 255, 255);">
Sent from my BlackBerry 10 smartphone.</div>
<table width="100%" style="background-color:white;border-spacing:0px;">
<tbody>
<tr>
<td colspan="2" style="font-size: initial; text-align: initial; background-color: rgb(255, 255, 255);">
<div id="_persistentHeader" style="border-style: solid none none; border-top-color: rgb(181, 196, 223); border-top-width: 1pt; padding: 3pt 0in 0in; font-family: Tahoma, 'BB Alpha Sans', 'Slate Pro'; font-size: 10pt;">
<div><b>From: </b>Henrik Gramner</div>
<div><b>Sent: </b>Sunday, May 17, 2015 10:37 AM</div>
<div><b>To: </b>Mailing list for x264 developers</div>
<div><b>Reply To: </b>Mailing list for x264 developers</div>
<div><b>Subject: </b>Re: [x264-devel] x264 seems to ignore --min-keyint option</div>
</div>
</td>
</tr>
</tbody>
</table>
<div style="border-style: solid none none; border-top-color: rgb(186, 188, 209); border-top-width: 1pt; font-size: initial; text-align: initial; background-color: rgb(255, 255, 255);">
</div>
<br>
<div class="BodyFragment">
<div class="PlainText">On Sun, May 17, 2015 at 6:59 PM, Paul <ranftmaps@hotmail.com> wrote:<br>
> The --min-keyint 30 option appears to be being ignored.<br>
><br>
> Mediainfo is not reporting a key frames are a constant 30 and is reporting<br>
> that the encoder options were as below.  Please note that in the options<br>
> listed the value of keyint_min=16.<br>
<br>
Is there any particular reason why'd you want to enforce a high<br>
keyint_min? x264 is quite good at deciding optimal keyframe placement<br>
by itself.<br>
<br>
The technical answer is that keyint_min is actually restricted to the<br>
interval [1, keyint_max/2+1]. Loren made this change back in 2005 (<br>
<a href="http://git.videolan.org/?p=x264.git;a=commit;h=648328088b1c4bfb3afcbc92b6711cb7b7b5e068">http://git.videolan.org/?p=x264.git;a=commit;h=648328088b1c4bfb3afcbc92b6711cb7b7b5e068</a><br>
), but I don't really know the reason behind the restriction and if<br>
that reason is still relevant today. You'd have to ask him.<br>
<br>
Henrik<br>
_______________________________________________<br>
x264-devel mailing list<br>
x264-devel@videolan.org<br>
<a href="https://mailman.videolan.org/listinfo/x264-devel">https://mailman.videolan.org/listinfo/x264-devel</a><br>
</div>
</div>
</body>
</html>