Log in

View Full Version : x264 movies to high framerate and keyframe problems


beefcake
24th January 2007, 20:30
I seem to have a framerate and keyframe problem with x264 encoding. When I encode files from an avi container to x264 in a mkv container, the framerate is way to high and I can't seem to search through the index of the movie (time skipping I mean). I just use the latest version of MeGUI, create a avisynth script with the aviscript editor and encode. Doesn't matter which profile I use, they all seem to have these 2 problems. Does anybody know the cause of this problem and how to solve it?

lucassp
25th January 2007, 01:53
manually edit the AVS file MeGUI created:

DirectShowSource("D:\test\test.avi",fps=23980.8153477218,audio=false)

and just replace the "fps=23980.8153477218" with "fps=23.976", or from "fps=25000" to "fps=25". hope it helps

beefcake
25th January 2007, 09:39
Problem solved!

Thanks a lot!