Log in

View Full Version : Every player crash when open an X264 file


Devilman1
30th October 2007, 18:27
I recorded a program from television and I wanted to encode it with x264 and a script done with latest AVSP and using the latest x264 build and the interlaced option.
The encode happen without any problem, but when tryng to play it using any plyer the screen is gray and the player crash.
What could it be?

Here are my x264 script:
x264.exe --pass 1 --bitrate 1965 --zones 68453,69715,q=40 --interlaced --progress --no-psnr --no-ssim --bframes 3 --subme 1 --ref 1 --output NUL "C:\DVD-recorder\VIDEO_TS\VTS_01_1.avs"
x264.exe --pass 2 --bitrate 1965 --zones 68453,69715,q=40 --interlaced --progress --no-psnr --no-ssim --bframes 3 --subme 6 --ref 3 --trellis 1 --b-pyramid --b-rdo --weightb --bime --sar 16:15 --output "C:\DVD-recorder\VIDEO_TS\VTS_01_1_1.mkv" "C:\DVD-recorder\VIDEO_TS\VTS_01_1.avs"


Thanks

foxyshadis
31st October 2007, 03:47
Broken codec, probably. Try reinstalling ffdshow, nero, coreavc, or whatever you use to decode h.264, and make sure some other codec hasn't taken over in the meantime.