Log in

View Full Version : Win7 - AVISynth 2.6 - Intel SDK not found


MrVideo
28th September 2017, 06:50
I've been doing all my AVS stuff on my XP-64 box, without any issues. But I've run into a situation where I can't get FRIMSource.dll to work (even though jdobbs BDRB uses it just fine). So, I thought I would try and get stuff going on the Win7 box. AVISynth 2.6.0.6 is installed and AVSMeter likes it just fine.

But, the AVS script I'm trying to run fails because of the following error: Cannot initialize Intel Media SDK session

WTF? What is that all about? But more so, what does it take to fix it? Why is an Intel thing trying to be loaded on my AMD box?

The XP-64 box is AMD as well. I only use AMD processors.

poisondeathray
28th September 2017, 06:55
Probably Intel quicksync related for decode/encode


When using FRIMSource and FRIM Encode -- you ARE using "Intel Quicksync". If your system supports hardware encoding, look at FRIM_SW_DECODE and FRIM_SW_ENCODE in HIDDENOPTS.TXT. If you set it to hardware mode in the CONFIG/INI file (and your system truly supports it) you should see the higher speeds.



http://forum.doom9.net/showthread.php?p=1685895#post1685895


You might need to edit the ini

MrVideo
28th September 2017, 07:36
Probably Intel quicksync related for decode/encode
So, are you saying this error isn't because of something that AVISynth needs, but what FRIMSource needs? This is probably showing up on the Win7 box because I never got this far before.
You might need to edit the ini
And what might that INI file be? Looks like I'll have to go back to the other thread.

UPDATE: I'm back in the FRIM thread, as this is a FRIM usage issue.