Kurtnoise
18th October 2008, 14:14
1st script :
DirectShowSource("E:\TRASH\3_1_video.mkv",fps=25,audio=false)
edeintted = AssumeTFF().SeparateFields().SelectEven().EEDI2(field=-1)
tdeintted = TDeint(edeint=edeintted,order=1)
tfm(order=1,clip2=tdeintted).tdecimate(hybrid=3)
LanczosResize(720,576)
I get this :
x264.exe --pass 1 --bitrate 1500 --stats "E:\TRASH\3_1_video.stats" --bframes 3 --b-adapt 2 --b-pyramid --weightb --direct auto --filter -1:-1 --subme 2 --partitions none --me dia --threads auto --thread-input --progress --no-psnr --no-ssim --output NUL "E:\TRASH\3_1_video.avs"
avis [info]: 720x576 @ 25.00 fps (31430 frames)
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 PHADD SSE4 Cache64
[2.4%] 760/31430 frames, 47.30 fps, 1622.14 kb/s, eta 0:10:48
"../kmp_runtime.c", line 5235: OMP runtime internal error: assertion failure.
Please submit a bug report with this message, compile and run commands used,
and machine configuration info including native compiler and operating system
versions. Faster response will be obtained by including all program sources.
Please send submissions to http://premier.intel.com/
2nd script:
DirectShowSource("E:\TRASH\3_1_video.mkv",fps=25,audio=false)
#edeintted = AssumeTFF().SeparateFields().SelectEven().EEDI2(field=-1)
#tdeintted = TDeint(edeint=edeintted,order=1)
#tfm(order=1,clip2=tdeintted).tdecimate(hybrid=3)
LanczosResize(720,576)
with the same x264 settings, all works fine...:eek:
tried w/ bob0r - r999 & Skystrife - r998 builds.
OS: vista 32bits - Q9450 @2,66GHz
DirectShowSource("E:\TRASH\3_1_video.mkv",fps=25,audio=false)
edeintted = AssumeTFF().SeparateFields().SelectEven().EEDI2(field=-1)
tdeintted = TDeint(edeint=edeintted,order=1)
tfm(order=1,clip2=tdeintted).tdecimate(hybrid=3)
LanczosResize(720,576)
I get this :
x264.exe --pass 1 --bitrate 1500 --stats "E:\TRASH\3_1_video.stats" --bframes 3 --b-adapt 2 --b-pyramid --weightb --direct auto --filter -1:-1 --subme 2 --partitions none --me dia --threads auto --thread-input --progress --no-psnr --no-ssim --output NUL "E:\TRASH\3_1_video.avs"
avis [info]: 720x576 @ 25.00 fps (31430 frames)
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 PHADD SSE4 Cache64
[2.4%] 760/31430 frames, 47.30 fps, 1622.14 kb/s, eta 0:10:48
"../kmp_runtime.c", line 5235: OMP runtime internal error: assertion failure.
Please submit a bug report with this message, compile and run commands used,
and machine configuration info including native compiler and operating system
versions. Faster response will be obtained by including all program sources.
Please send submissions to http://premier.intel.com/
2nd script:
DirectShowSource("E:\TRASH\3_1_video.mkv",fps=25,audio=false)
#edeintted = AssumeTFF().SeparateFields().SelectEven().EEDI2(field=-1)
#tdeintted = TDeint(edeint=edeintted,order=1)
#tfm(order=1,clip2=tdeintted).tdecimate(hybrid=3)
LanczosResize(720,576)
with the same x264 settings, all works fine...:eek:
tried w/ bob0r - r999 & Skystrife - r998 builds.
OS: vista 32bits - Q9450 @2,66GHz