Topic: Archive versions? +Portable AVS

Is there any place to find archived downloads?

The "generate last script" was working in one of the earlier versions of SVP 4 when it got released as Pro version.

I forgot to mention: I'm using a portable AVS version: http://forum.doom9.org/showthread.php?t=172124
Switching between 260_MT and PLUS86.
Would that have a huge impact on encoding?

I'll clean out the portable installations and run the actual installers to see if that makes a difference.

There might be something missing from those given registry modifications to make portable AVS work in (most) programs.

Re: Archive versions? +Portable AVS

> The "generate last script" was working in one of the earlier versions of SVP 4 when it got released as Pro version.

what do you mean?

BTW, you need to associate .avs files with some app (notepad, for example)

Re: Archive versions? +Portable AVS

Using the generated scripts with first version of SVP 4 Pro would allow me to do encodes, but I can't downgrade SVP4 to earlier versions.
I've tried svpflow libraries versions 1.1.15-1.1.17 and still run into issues running generated script.
It was working for me with SVP 4.0.0 at the  least.

I got .avs associated with Avspmod.

Still have not tried using installed AVS instead of portable AVS yet.

Re: Archive versions? +Portable AVS

ok... I'll try to guess...
do you mean that error - http://www.svp-team.com/forum/viewtopic … 474#p56474 ?

Re: Archive versions? +Portable AVS

Yes.

I was going to try older builds of the libraries, but going as far back as 1.1.15 for svpflow, it still throws that error.

Re: Archive versions? +Portable AVS

So I looked up older version of generated scripts from 3.x and noticed the .avs script was slightly different.

OLD 3.x
    input = crop_params=="" ? src : eval("src.crop("+crop_params+")")
    input = resize_string=="" ? input : eval("input."+resize_string)

SVP 4 Pro
    input = crop_string=="" ? src : eval("src."+crop_string)
    input = resize_string=="" ? input : eval("input."+resize_string)

So I just used the old generated script with new libraries.
It works in avspmod, showing interpolated fps.

7 (edited by sparktank 23-02-2016 01:41:38)

Re: Archive versions? +Portable AVS

MistahBonzai wrote:

Fixed Change: rc:true to rc:false in the following script line...

super_params     = "{pel:2,scale:{up:2,down:4},gpu:1,rc:true}"

That works pefectly with updated, generated scripts (using "Last generated AVS script").

(instead of using older generated scripts.)

Re: Archive versions? +Portable AVS

But now having troubles getting SVP to push AVS+_x86 ('PLUS_86') to FFDShow properly.
Updated K-Lite Codec Pack (MEGA), fresh install. Reinstalled SVP.
Tried AviSynth+ r1779 and AviSynth+ r1825 (both MT).

AVSmeter and Avisynth Info Tool recognize PLUS_86.
Even the SVP GUI recognizes and shows AVS Plus in the events log.
It shows script in FFDshow and the GUI shows FRC enabled.
But the video does not look interpolated at all.
Temp. disabling SVP shows a quick OSD of "Access Violation".

Avisynth portable, to switch between different versions (mainly between 260_MT, PLUS_86, PLUS_64):
http://forum.doom9.org/showthread.php?p … ost1720988

Groucho2004 wrote:

The included Avisynth versions are (and the corresponding switches for the batch file):

Avisynth 2.5.7       (257)
Avisynth 2.5.8       (258)
Avisynth 2.6         (260)
Avisynth 2.6 ICL     (260_ICL)
Avisynth 2.6 MT      (260_MT)
Avisynth+ x86 r1576  (PLUS86)
Avisynth+ x64 r1576  (PLUS64)

But I swapped that PLUS version for MT versions.

SVP Events Log.
It shows it recognizes PLUS_86.
It's trying to use 260_MT instead.

20:05:57.865 [i]: Playback: starting up...
20:05:57.865 [i]: Playback [790c5e]: Avisynth (32-bit) version 0.1.0.0, [b]AviSynth+ 0.1 (r1779, MT, i386)[/b], C:\Windows\SysWOW64\avisynth.dll
20:05:57.867 [i]: Playback [790c5e]: resulting video frame 1280x544 [1920x818 -> scaled -> 1280x544]
20:05:57.867 [i]: Playback [790c5e]: 2 acceptible profiles, best is 'Double' [0]
20:05:57.879 [i]: Playback [790c5e]: enabled while video is playing
20:05:57.897 [i]: Playback: playing at 48 [24 *2/1]
20:05:58.729 [E]: Playback [790c5e]: AVS - Script error: [color=red]There is no function named 'SetMTMode'[/color].
20:05:58.729 [E]: Playback [790c5e]: AVS - (C:\Users\Desktank\AppData\Roaming\SVP4\scripts\790c5e.avs, line 12)

snippet of 790c5e.avs:

# This script was generated by SVP 4 Manager.
# Check http://www.svp-team.com for more details.

SetMemoryMax(1024)

global threads=7
global svp_scheduler=true

LoadPlugin("C:\Program Files (x86)\SVP 4\plugins\svpflow1.dll")
LoadPlugin("C:\Program Files (x86)\SVP 4\plugins\svpflow2.dll")

[color=red]SetMTMode[/color](3,threads)
ffdShow_source()
[color=red]SetMTMode[/color](2)

Events Log copied to my Pastebin:
http://pastebin.com/PQBzZcB5

AVS Meter -avsinfo log:
http://pastebin.com/Uu711Kz4

Avisynth Info Tool log:
http://pastebin.com/KPvxuc9x

Re: Archive versions? +Portable AVS

how the hell have you managed to insert BB codes inside the script?

Re: Archive versions? +Portable AVS

That's not the actual script.

I added it thinking the forum would add color to it like other forums.

That's how the hell.

Re: Archive versions? +Portable AVS

Point being:

SVP tries SetMT when my system is clearly using AVS+ MT.

I don't want to install. Your AVS is not the only one I use.
Having to install multiple versions and copy/overwrite everything any time is too cumbersome.

So glad I didn't pay to be co-author.
But maybe that's what it takes to get a civil answer around here?

I guess buying Pro really doesn't mean much at all since most useful answers come from other members.

Re: Archive versions? +Portable AVS

SetMTMode() calls should be omitted when using AVS+.
And it's so in the latest rev.66, at least.

Re: Archive versions? +Portable AVS

Is there anything else I can do to troubleshoot to narrow down the problem?

I'll try a reg cleaning after uninstalling SVP and AVS portable before re-installing.
I don't know how much of old reg entries is still included.

It might work better doing a clean install rather than updating through maintenance utility.

Re: Archive versions? +Portable AVS

yeah, I know the reason...
'generate.js' in the 'script' sub-folder was not updated in the Pro package

maintaining too many different versions becomes tricky o_O

Re: Archive versions? +Portable AVS

you may update now via maintenance tool

Re: Archive versions? +Portable AVS

Latest update solves issues and full functionality is restored!

Good luck with the other versions.

Sorry for the short temper.