x264.exe fatal error when doing 29,97 fps conversion

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
mark235
Posts: 7
Joined: Sun Jan 14, 2007 1:31 am

x264.exe fatal error when doing 29,97 fps conversion

Post by mark235 »

pmp conversion is great and I've got some really neat 25 fps material encoded so far that doesn't cause any problems. Encoding 29,97 fps material does though. x264.exe gives me the following error message when conversion has reached 100%:

http://www.megaupload.com/en/?d=3L14SBJ6

I can still mux the .264 file with an audio source at this point and all seems to turn out ok, but when I play the pmp file with pmp avc 1.02 player I have a green flickering bar at the left of my screen about 25 pixels wide.

I use similar scripts for 25 fps and 29.97 fps material (of course with adjusted cropping and d2v files for each source) and it looks like this:

LoadPlugin("C:\Program Files\DVD2AVI_NIC\System\DGDecode.DLL")
MPEG2Source("D:\DVD backup\Da vinci Code\small\vinci.d2v")
Crop(92,64,-92,-62)
Lanczos4resize(480, 272)
Sharpen(0.4)
Tweak(sat=1.3, bright=15, cont=1.0)
ConvertToYV12()

the command line that I use with x264.exe is:
x264 --bitrate 1100 -A all --level 3 --pictiming --aud --no-psnr --thread-input --progress --output movie.264 movie.avs
Post Reply