Japhsoncross
12th May 2008, 05:38
I use the following video input and command and I sometimes got x264 crash at the first 11 frames encoded on the 1st pass.
video: this is not the video i first found crash, but this crashes as well, and it's easy to reproduce ;)
colorbars()
converttoyv12()
trim(0, 100)
cmd:
R839_x264.exe --keyint 300 --min-keyint 1 --bframes 5 --b-pyramid --ref 16 --deblock 0:0 --bitrate 350 --pass 1 --stats "stats.log" --partitions all --direct auto --weightb --me esa --merange 16 --subme 7 --b-rdo --mixed-refs --bime --8x8dct --no-fast-pskip --no-dct-decimate --direct-8x8 1 --threads 12 --thread-input --output NUL "1.avs" --progress --trellis 2
R839_x264.exe --keyint 300 --min-keyint 1 --bframes 5 --b-pyramid --ref 16 --deblock 0:0 --bitrate 350 --pass 2 --stats "stats.log" --partitions all --direct auto --weightb --me esa --merange 16 --subme 7 --b-rdo --mixed-refs --bime --8x8dct --no-fast-pskip --no-dct-decimate --direct-8x8 1 --threads 12 --thread-input --output "Rev830 VAQ 350.mkv" "1.avs" --progress --trellis 2
I first found this issue on R830_fgo patched version, I was first testing with some small size video, and that's why i use such overkill settings. it sometimes crashed, and I thought that would be a broken patch, and I changed to R839 from x264.nl, still crashed. Then I guessed it could be a hardware issue, I was runing Phenom9750+RD780+2G DDR2 800X4 @Windows XP 32bit, 2G for system memory, and 6G ramdisk for x264 encoding with fast&silent I/O. I move the whole folder to another PC Athlon64X2 4200+, nForce560, 1G DDR2 800X2, without ramdisk, fresh WinXP 32bit installed, and it never crashes, but when I change the --threads from auto to 6, since Phenom is QuadCore, the auto threads equals 6, and it begins to crashes sometimes at first pass the 11th frame sometimes, which was exactlly the same as what I've saw with Phenom9750. I move again the folder to an Intel E2180 PC, it crashes as well.
I hope these information could be useful for you.
video: this is not the video i first found crash, but this crashes as well, and it's easy to reproduce ;)
colorbars()
converttoyv12()
trim(0, 100)
cmd:
R839_x264.exe --keyint 300 --min-keyint 1 --bframes 5 --b-pyramid --ref 16 --deblock 0:0 --bitrate 350 --pass 1 --stats "stats.log" --partitions all --direct auto --weightb --me esa --merange 16 --subme 7 --b-rdo --mixed-refs --bime --8x8dct --no-fast-pskip --no-dct-decimate --direct-8x8 1 --threads 12 --thread-input --output NUL "1.avs" --progress --trellis 2
R839_x264.exe --keyint 300 --min-keyint 1 --bframes 5 --b-pyramid --ref 16 --deblock 0:0 --bitrate 350 --pass 2 --stats "stats.log" --partitions all --direct auto --weightb --me esa --merange 16 --subme 7 --b-rdo --mixed-refs --bime --8x8dct --no-fast-pskip --no-dct-decimate --direct-8x8 1 --threads 12 --thread-input --output "Rev830 VAQ 350.mkv" "1.avs" --progress --trellis 2
I first found this issue on R830_fgo patched version, I was first testing with some small size video, and that's why i use such overkill settings. it sometimes crashed, and I thought that would be a broken patch, and I changed to R839 from x264.nl, still crashed. Then I guessed it could be a hardware issue, I was runing Phenom9750+RD780+2G DDR2 800X4 @Windows XP 32bit, 2G for system memory, and 6G ramdisk for x264 encoding with fast&silent I/O. I move the whole folder to another PC Athlon64X2 4200+, nForce560, 1G DDR2 800X2, without ramdisk, fresh WinXP 32bit installed, and it never crashes, but when I change the --threads from auto to 6, since Phenom is QuadCore, the auto threads equals 6, and it begins to crashes sometimes at first pass the 11th frame sometimes, which was exactlly the same as what I've saw with Phenom9750. I move again the folder to an Intel E2180 PC, it crashes as well.
I hope these information could be useful for you.