Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > VapourSynth

Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 6th February 2019, 15:13   #1  |  Link
Pat357
Registered User
 
Join Date: Jun 2006
Posts: 452
Boost.Compute: kernel compilation failed (-42)

I get the following error :

Code:
C:\Program Files (x86)\VapourSynth\core32>vspipe -i D:\film\Vapoursynth\nnedi_double.vpy -
Boost.Compute: kernel compilation failed (-42)
--- source ---

--- build log ---
error   : Binary format for key='0', ident='' is not recognized

Width: 3840
Height: 2160
Frames: 2000
FPS: 2997/125 (23,976 fps)
Format Name: YUV420P16
Color Family: YUV
Alpha: No
Sample Type: Integer
Bits: 16
SubSampling W: 1
SubSampling H: 1
My script is was for benchmark comparison between NNEDI3 and NNEDI3CL :
Code:
import vapoursynth as vs
core = vs.get_core(threads=2)

clip = core.lsmas.LibavSMASHSource(r'd:\film\American.Soldiers.2005.1080p.BluRay.H264.AAC-RARBG\American.Soldiers.2005.1080p.BluRay.H264.AAC-RARBG.mp4').std.Trim(5001,7000)
clip = core.resize.Point(clip, format=vs.YUV420P16)

# enlarge
# clip = core.std.Transpose(clip).nnedi3.nnedi3(field=1, dh=True, nsize=4, nns=3, pscrn=2).std.Transpose().nnedi3.nnedi3(field=1, dh=True, nsize=4, nns=3, pscrn=2)
clip = core.nnedi3cl.NNEDI3CL(clip, field=1, dh=True, dw=True, nsize=4, nns=3, pscrn=2)

clip.set_output()
Only the 32bit vspipe gives this error, on 64bit vspipe, everything seems OK.

System :
Intel Skylake X i9 7940X @ 4.4GHz
GTX-1070 Ti (Asus)

Last edited by Pat357; 6th February 2019 at 15:23.
Pat357 is offline  
Old 6th February 2019, 17:03   #2  |  Link
HolyWu
Registered User
 
Join Date: Aug 2006
Location: Taiwan
Posts: 392
Quote:
Originally Posted by Pat357 View Post
Only the 32bit vspipe gives this error, on 64bit vspipe, everything seems OK.
Does NNEDI3CL(clip, field=1, info=True) show the same info between 32- and 64-bit? Note that I don't build nor support 32-bit plugins anymore.
HolyWu is offline  
Old 6th February 2019, 23:50   #3  |  Link
Wilbert
Moderator
 
Join Date: Nov 2001
Location: Netherlands
Posts: 6,364
Rule 6. Thread closed.
Wilbert is offline  
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:28.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.