[x264-devel] x264 seems to ignore --min-keyint option
BugMaster
BugMaster at narod.ru
Mon May 18 01:02:08 CEST 2015
On Sun, 17 May 2015 12:22:54 -0700, Paul wrote:
>
>
> 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.
>
>
> 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.
>
>
> Thanks for the info.
>
If you want *CONSTANT* key frame interval than you shouldn't mess with
--min-keyint (its purpose is not for this but to prevent keyframes at
flashes) but simply set --keyint and disable scenecut detection with
--no-scenecut.
More information about the x264-devel
mailing list