GZZ
3rd December 2008, 16:35
I get the following error in X264 encoder:
"F:\GZZ\!Tools\x264\x264.exe" "c:\GZZ\Chicken\job1.AVS" --bitrate
7096 --level 4.1 --sar 1:1 --aud --vbv-bufsize 14745 --vbv-maxrate 17500 --filt
er 0,0 --bframes 3 --direct auto --keyint 24 --min-keyint 1 --subme 2 --b-pyrami
d --b-adapt 1 --aq-mode 2 --me dia --partitions none --threads auto --thread-inp
ut --progress --no-psnr --no-ssim --stats "c:\GZZ\Chicken\job1.log" --pass 1 --o
utput NUL
avis [info]: 1920x1080 @ 23.98 fps (116401 frames)
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
x264 [info]: profile Main, level 4.1
[95.7%] 111400/116401 frames, 10.38 fps, 7011.80 kb/s, eta 0:08:01
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
I'am using the following AVS Script:
LoadPlugin("F:\GZZ\!Tools\dgAVCDec\DGAVCDecode.dll")
AVCSource("c:\GZZ\Chicken\Video.dga")
X264 encoder is rev. r1029 - I have downloaded the newest version r1046 from x264.nl to see if its any better.
I can insert a Trim script like Trim(111000, 116401) and encode the last part without any problems, so I dont think it has anything to do with the source. I have tried reencode it twice and it stops at the exact same location.. So is this a bug in X264 encoder ?
"F:\GZZ\!Tools\x264\x264.exe" "c:\GZZ\Chicken\job1.AVS" --bitrate
7096 --level 4.1 --sar 1:1 --aud --vbv-bufsize 14745 --vbv-maxrate 17500 --filt
er 0,0 --bframes 3 --direct auto --keyint 24 --min-keyint 1 --subme 2 --b-pyrami
d --b-adapt 1 --aq-mode 2 --me dia --partitions none --threads auto --thread-inp
ut --progress --no-psnr --no-ssim --stats "c:\GZZ\Chicken\job1.log" --pass 1 --o
utput NUL
avis [info]: 1920x1080 @ 23.98 fps (116401 frames)
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
x264 [info]: profile Main, level 4.1
[95.7%] 111400/116401 frames, 10.38 fps, 7011.80 kb/s, eta 0:08:01
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
I'am using the following AVS Script:
LoadPlugin("F:\GZZ\!Tools\dgAVCDec\DGAVCDecode.dll")
AVCSource("c:\GZZ\Chicken\Video.dga")
X264 encoder is rev. r1029 - I have downloaded the newest version r1046 from x264.nl to see if its any better.
I can insert a Trim script like Trim(111000, 116401) and encode the last part without any problems, so I dont think it has anything to do with the source. I have tried reencode it twice and it stops at the exact same location.. So is this a bug in X264 encoder ?