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
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