pyrates
8th June 2007, 02:46
I got a core 2 quad cpu with 3 gigs of ram and so far with builds 658 and 656 of x264, I'm getting this crash with it:
C:\>x264.exe --pass 2 --bitrate 7550 --stats "L:\Encoding\movie\1080.stats" --ref 16 --mixed-refs --no-fast-pskip --bframes 3 --b-pyramid --b-rdo --bime --weightb --direct auto --direct-8x8 -1 --filter -2,-1 --subme 7 --trellis 1 --analyse all --8x8dct --vbv-maxrate 25000 --me umh --threads auto --thread-input --non-deterministic --cqmfile "E:\1\site\Appz\Video\h.264 stuff\eqm_avc_hr.cfg" --progress --no-psnr --output "H:\1080p.264" "L:\Encoding\movie\1080p.avs"
avis [info]: 1920x816 @ 23.98 fps (196432 frames)
x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2 SSSE3
x264 [warning]: VBV maxrate specified, but no bufsize.
mb type: 7 mes: 72287/196432 (36.8%), 2.04 fps, eta 16:56:30
mv: l1r0 (-132,328)
limit: 288
mb_xy: 22,27
completed: 504
Assertion failed: 0, file encoder/analyse.c, line 2714
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
The problem is it's the same error message every time, but at different points in the movie. First time was around 13%, another was around 26%, and now 36.8%. I'm trying it with build 654, but don't know why this is happening. Anyone know what this error means?
Here is the avisynth script I use:
# SetMTMode(2,0)
# Modify the path so that it finds your decomb dll file #
LoadPlugin("E:\1\site\Appz\Video\DeComb\decomb521.dll")
# Modify the path so that it finds your MPEG2DEC dll file #
LoadPlugin("E:\1\site\Appz\Video\DGMPGDec\DGDecode.dll")
LoadPlugin("E:\MKVMagic\exe\filter\Convolution3D.dll")
LoadPlugin("E:\MKVMagic\exe\filter\deen.dll")
LoadPlugin("E:\MKVMagic\exe\filter\MSharpen.dll")
LoadPlugin("E:\MKVMagic\exe\filter\tdeint.dll")
LoadPlugin("E:\MKVMagic\exe\filter\UnFilter.dll")
LoadPlugin("E:\MKVMagic\exe\filter\undot.dll")
import("E:\1\site\Appz\Video\MvBob\mvbob.avs")
import("E:\1\site\Appz\Video\AVS Scripts\convert60ito24p.avsi")
Import("E:\MKVMagic\exe\filter\HybridFuPP.avsi")
# VC-1 Source
DirectShowSource("L:\Encoding\movie\FEATURE_1_FEATURE_2.rebuilt.EVO",video=true,audio=false,fps=24000/1001,framecount=196432,seek=false,seekzero=false)
ConvertToYV12()
#Crop(left, top, -right, -bottom)
Crop(0, 132, -0, -132)
# Assume Top Field
#AssumeTFF().SeparateFields()
# Telecide(order=1)
# Assume Bottom Field
#AssumeBFF().SeparateFields()
#Telecide(order=0)
# Reduce down to 23.976 fps
# Decimate()
# Undot()
# Convolution3d(preset="movieHQ")
# HybridFuPP(preset="High")
#assumefps(23976,1000)
assumefps(24000,1001)
And yes I can play the file the directshowsource references just fine.
C:\>x264.exe --pass 2 --bitrate 7550 --stats "L:\Encoding\movie\1080.stats" --ref 16 --mixed-refs --no-fast-pskip --bframes 3 --b-pyramid --b-rdo --bime --weightb --direct auto --direct-8x8 -1 --filter -2,-1 --subme 7 --trellis 1 --analyse all --8x8dct --vbv-maxrate 25000 --me umh --threads auto --thread-input --non-deterministic --cqmfile "E:\1\site\Appz\Video\h.264 stuff\eqm_avc_hr.cfg" --progress --no-psnr --output "H:\1080p.264" "L:\Encoding\movie\1080p.avs"
avis [info]: 1920x816 @ 23.98 fps (196432 frames)
x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2 SSSE3
x264 [warning]: VBV maxrate specified, but no bufsize.
mb type: 7 mes: 72287/196432 (36.8%), 2.04 fps, eta 16:56:30
mv: l1r0 (-132,328)
limit: 288
mb_xy: 22,27
completed: 504
Assertion failed: 0, file encoder/analyse.c, line 2714
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
The problem is it's the same error message every time, but at different points in the movie. First time was around 13%, another was around 26%, and now 36.8%. I'm trying it with build 654, but don't know why this is happening. Anyone know what this error means?
Here is the avisynth script I use:
# SetMTMode(2,0)
# Modify the path so that it finds your decomb dll file #
LoadPlugin("E:\1\site\Appz\Video\DeComb\decomb521.dll")
# Modify the path so that it finds your MPEG2DEC dll file #
LoadPlugin("E:\1\site\Appz\Video\DGMPGDec\DGDecode.dll")
LoadPlugin("E:\MKVMagic\exe\filter\Convolution3D.dll")
LoadPlugin("E:\MKVMagic\exe\filter\deen.dll")
LoadPlugin("E:\MKVMagic\exe\filter\MSharpen.dll")
LoadPlugin("E:\MKVMagic\exe\filter\tdeint.dll")
LoadPlugin("E:\MKVMagic\exe\filter\UnFilter.dll")
LoadPlugin("E:\MKVMagic\exe\filter\undot.dll")
import("E:\1\site\Appz\Video\MvBob\mvbob.avs")
import("E:\1\site\Appz\Video\AVS Scripts\convert60ito24p.avsi")
Import("E:\MKVMagic\exe\filter\HybridFuPP.avsi")
# VC-1 Source
DirectShowSource("L:\Encoding\movie\FEATURE_1_FEATURE_2.rebuilt.EVO",video=true,audio=false,fps=24000/1001,framecount=196432,seek=false,seekzero=false)
ConvertToYV12()
#Crop(left, top, -right, -bottom)
Crop(0, 132, -0, -132)
# Assume Top Field
#AssumeTFF().SeparateFields()
# Telecide(order=1)
# Assume Bottom Field
#AssumeBFF().SeparateFields()
#Telecide(order=0)
# Reduce down to 23.976 fps
# Decimate()
# Undot()
# Convolution3d(preset="movieHQ")
# HybridFuPP(preset="High")
#assumefps(23976,1000)
assumefps(24000,1001)
And yes I can play the file the directshowsource references just fine.