View Full Version : Avisynth+ doesnt work for me


RextheC
15th February 2025, 13:16
Heho :) and first of all ! greetz to all of ya !

I have trouble with AVS+/VD to run on Win7 64bit.

For examole: error messages like: couldnt find decompressor, or MSVCP140.dll fail, or somthing else.

My System: CPU 3Ghz/ 4GB RAM - Win7 64bit+SP1 and one update.(2020).
currently no internet.

[Question] please dont stoning me (-:

-What runtimes do i have to install ?
-which version of VD and AVS+ should i take ?
-and what about AVSPmod ?
-codec packs ?
-and PlugIns+

this is the script, i want to get run:

AVISource("FULL PATH TO VIDEO !", audio=true)
ConvertToYUY2(interlaced=true) # alternative that specifies interlacing
#ColorYUV(autowhite=true) # auto white balance
AssumeTFF() # optional, BFF for DV source
QTGMC(Preset="Slow", EZDenoise=1.5, TR2=3)
#QTGMC(preset="slow", matchpreset="Slow", matchpreset2="Slow", fpsdivisor=2, sourcematch=3, tr1=2, tr2=1, NoiseTR=2, sharpness=0.1)
#QTGMC(preset="Slower", matchpreset="slow", matchpreset2="slow", sourcematch=3, SubPel=2, SubPelInterp=2, TR1=2, TR2=0, NoisePreset="Slower", NoiseProcess = 2, NoiseTR=2, ShutterBlur=3, sharpness=0.1, EdiThreads=3)
TWEAK(0,1.05,-7.3,0.9)
crop(4,2,-4,-8) # use both lines
spline36resize(768,576)


If I get one more error message - explosion in germany (-B

THX for HELP

StainlessS
15th February 2025, 16:15
You may suffer a little bit with only 4GB RAM

DDR3 desktop RAM from CEX UK (priced in euro)
https://ie.webuy.com/search?stext=DDr3&sortBy=prod_cex_ie_price_asc&availability=In%20Stock%20Online~In%20Stock%20In%20Store&categoryFriendlyName=DDR3%20-%20Desktop%20240%20Pin
DDR3 Laptop:-
https://ie.webuy.com/search?stext=DDr3&sortBy=prod_cex_ie_price_asc&availability=In%20Stock%20Online~In%20Stock%20In%20Store&categoryFriendlyName=DDR3%20-%20Laptop%20204%20Pin
(I'm assuming DDR3 if W7, perhaps you have some equivalent to CEX in Germany)

For "MSVCP140.dll", you need a CPP runtime (dont offhand know which one), but
here [abbodi1406 / vcredist ]:- https://github.com/abbodi1406/vcredist/releases/tag/v0.87.0/
a compressed installer for all of the VS CPP redistributables, pick the 27.7MB "VisualCppRedist_AIO_x86_x64.exe ", v0.87.0, updated about 4 days ago.

Also probably need this (avoid codec packs):- LAV Filters 0.79.2 (released 2024/04/08):- https://forum.doom9.org/showthread.php?t=156191

AVS+:- https://forum.doom9.org/showthread.php?t=181351
Maybe get Avisynth 3.7.3 final (20230715)

VD2:- https://github.com/v0lt/VirtualDub2/releases

Dont know what type of video source that you have, AviSource only opens AVI files.

update and squeal a bit more if probs.

VoodooFX
15th February 2025, 16:35
Avisynth+ doesnt work for me

How do you know that?

-What runtimes do i have to install ?

The missing ones!
For example Microsoft Visual C++ 2015-2022 Redistributable

-which version of VD and AVS+ should i take ?

The latest.

-and what about AVSPmod ?

Use that instead of VD.

-codec packs ?

Don't install such.

-and PlugIns+

Yeah, cool.

AVISource

Don't use it, it's outdated.
Use LWLibAvVideoSource() [https://github.com/HomeOfAviSynthPlusEvolution/L-SMASH-Works/releases]

StainlessS
15th February 2025, 16:39
Three simple test scripts for AVS/AVS+


Version



Colorbars



Colorbars
Info

RextheC
15th February 2025, 17:29
okey, thank you so much (-;
Will try now the follow:
-install AVS+ 3.7.3 in 64bit version and the PlugIns+ in PlugIns+ folder ?
-install VD2 44282 ?
-install runtime 2015-2019 ?
-install AVSPmod 2.7.6.1 ?

edit: and the AIO ?

right?

Greetz

edit2:

I have a Matrox mini 02 to capture with composite and PCI card.
L-frame with 50 frames /or uncompressed with 101 codec from matrox.

StainlessS
15th February 2025, 17:39
Will try now the follow:
-install AVS+ 3.7.3 in 64bit version and the PlugIns+ in PlugIns+ folder ?
-install VD2 44282 ?
-install runtime 2015-2019 ?
-install AVSPmod 2.7.6.1 ?

edit: and the AIO ?

right?

Yep, except for the runtime in red, the AIO installs ALL runtimes that are missing/updated.
Each M$ runtime installer has a big installer exe tool, the AIO only carries a single version of the big file, so is much smaller than installing each M$ one separately.

EDIT: A plugin may require any version of the CPP runtimes, the latest runtime alone is not sufficient. [so install all of em is a good idea]

StainlessS
15th February 2025, 17:45
I have a Matrox mini 02 to capture with composite and PCI card.
L-frame with 50 frames /or uncompressed with 101 codec from matrox.

Is it a 64 bit codec ?
(If not try and get one)

EDIT: Try without codec install first (LavFilters may have one)

RextheC
15th February 2025, 17:47
okey. cool, will do that.
but runtimes 2015 - 2019 are enough? or even from 2010?

hmm, 64bit codec ? Do i have to look this with Mediainfo?

StainlessS
15th February 2025, 17:51
Other filters may require other runtimes, so best install all via AIO.

EDIT: It depends upon which version of eg Visual Studio compiled the plugin. [eg VS 6.0, VS 7.1, VS 8.0, etc]

StainlessS
15th February 2025, 18:01
hmm, 64bit codec ? Do i have to look this with Mediainfo?

avs+ x64 would require 64 bit matrox codec for AVI. (assuming that your source files are indeed AVI)
You may need to look at Matrox website for that info. (MediaInfo no good).
EDIT: OR see provided docs.
EDIT: Also, can you play the AVI's in a 64 bit player ? (or a 32 bit player only)

Dependency Walker can be used to find out if 32/64 bit dll/exe.
https://www.dependencywalker.com/

RextheC
15th February 2025, 18:13
ok, checked.
now i have all the tools above downloded.
:)
i will see now

Thx for support! :-)(-;


coming soon..
AFK

VoodooFX
15th February 2025, 18:26
For capture I recommend to use MagicYUV (https://www.magicyuv.com/)codec, latest version is not free, but the old version is free -> https://www.videohelp.com/download/MagicYUV_v1.2_win-rev2.exe

RextheC
15th February 2025, 20:04
ok.
Just have to make some food for my old dad. 88 years. He really would like to see his Records before dead.

:] I HAVE to do it :) !

The Matrox l-frame codec is mpeg2

RextheC
15th February 2025, 21:57
Heho,
I now have
-installed the runtimes pack with success :)
-installed AVS+ (only the x64 version - hope this was right?!) with success :)
-installed/copy the plugIns+ in the plugIns+ x64 folder in AVS+ (which is installed in Programms x86) with success :)
-installed VD or unzip it to Programms x86 and run the .exe file with no success :(

Error VD says: Kernel32 wait on adress

opi-ms-win-core-synch-1-2-0.dll

What should i say. Avisynth and Virtual Dub dont like me at all!

Any ideas? please help.

RextheC
15th February 2025, 22:09
If anybody want something to see, the plugins or a part of vids.
I would upload it !

wetransfer.com ?!

let me know..
greetz

VoodooFX
15th February 2025, 22:21
Yes, upload a small sample of your video.

RextheC
15th February 2025, 22:25
ok.
And I check another VD version?! Because get this message never before.

Should I install both AVS+ versions (x64 AND x86) ?

gruß :)

edit:
I post the link to the vid here, thats okey?

VoodooFX
15th February 2025, 22:58
I post the link to the vid here, thats okey?

OK.
gdgddrgdr

RextheC
15th February 2025, 23:12
https://www.transfernow.net/de/manage/20250215ZIkJK4fo/wOBHexhG

hope it works.
PW****************************************************IS-------------------***************************************************************************doom9---------------------+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
if needed :-p

VoodooFX
15th February 2025, 23:19
That link you posted is for your personal management of that upload. :)

Real link is this: https://www.transfernow.net/dl/20250215ZIkJK4fo pass "doom9"

VoodooFX
15th February 2025, 23:22
No problem at all with that video, opened in AvSPmod:
LWLibAvVideoSource("D:\test.avi")

RextheC
15th February 2025, 23:30
! ups -okey :-/
thx @VoodooFX for the right link!

RextheC
15th February 2025, 23:34
Yeah, thats cool. I dont know why this works for everyone, but(t) not for me! sucks.
I check it with AVSPmod..
:) thx

RextheC
16th February 2025, 00:22
I know the plugins work with 32bit. Because the script i have showed ,

is from a guy who got my test vid (the one which is linked here too) and make it TV ready and a bit better look.

So he send me all i need, (and said: that i must take the VD2-32bit version because the plugins are in 32bit) furthermore, AVS+,PlugIns+(32bit),AVSPmod and the script.
But unfortunatelly, I cant get it to run...fock o-; Have also tried Win10 and XP(both new install) with no luck.
He had used Win10?! and seems to work for him.

[Question] If i have 32bit PlugIns+ for AVS+ than I also take the VD 32bit to load .avs Script with the "open video file" option in VD - right?

and,

do I have to install only the 32bit AVS+ or both or only the 64bit? confused 8-p

sry for spelling errors,
my english is not the best [ -:I

Nochmals vielen Dank für euren support :+)

VoodooFX
16th February 2025, 00:31
But unfortunatelly, I cant get it to run...

Look like you think that we have a crystal ball here. No we don't have it. :)

So, start answering questions, here I repeat it again: "How do you know that?", don't tell me that the issue is your gut feeling or it's invisible. [yeah, real stories from github...]

RextheC
16th February 2025, 00:44
"How do I know" ..
what do you mean, sry but i dont understand.
what do you want to know?!
Ahh - the plugins are 32bit ?

VoodooFX
16th February 2025, 00:58
How do you know that you "cant get it to run"?

RextheC
16th February 2025, 01:10
because i have tried everything i know the last three or four weeks. :-I
And only got (x)?! - different error messages.
No idea what to do now, thats all.

edit: oh yea, i belive i know now.
AVSPmod insted of vd.
Thats the only thing i havent tried yet, okey.
this is the next i will do!

VoodooFX
16th February 2025, 01:30
because i have tried everything i know the last three or four weeks. :-I
And only got (x)?! - different error messages.

We don't have crystal ball here to see your "x", whatever that it.
Start describing your issues! There is no point in posting rants here.


No idea what to do now, thats all.

That's simple by your logic, you should apply "y" solutions. :D

RextheC
16th February 2025, 01:41
I want to load the script in post#1
with VD,
but that doesnt work.
Avisynth didnt find a decompressor for fourcc MMES is one of the errors.
Another is
MSVCP140.dll not found

thats the main errors.
and the new one from VD, i ve described.

VoodooFX
16th February 2025, 02:01
Multiple solutions were posted on that already.
What's your last issue?

RextheC
16th February 2025, 02:06
Error from VD when i start the 32bit .exe of VD it says: Kernel32 wait on adress opi-ms-win-core-synch-1-2-0.dll

then it starts. but that cant be normal i think.

VoodooFX
16th February 2025, 02:13
Error from VD when i start the 32bit .exe of VD it says: Kernel32 wait on adress opi-ms-win-core-synch-1-2-0.dll


For that to work you need to install 32bit Avisynth all 32 bit plugins, you wrote that you have installed only 64bit, why you even try to run 32 bits...

You was told to use AvSmod, any new issue?

RextheC
16th February 2025, 02:27
ok. thx for that info.
Deinstall Avisynth+ and than
only install 32bit ? or install the 32bit without deinstall 64bit ?

avspmod, i have to try out. now.

VoodooFX
16th February 2025, 02:48
No need to uninstall, you can have both 32bit & 64bit installed.

Btw, you need to install both 32bit & 64bit runtime libraries too.

StainlessS
16th February 2025, 05:44
If using 32 bit Avisynth, then you must use 32 bit plugins, 32 bit AvsPMod, 32 bit VDub2, and maybe 32 bit player.
If 64 bit avisynth, then as above but all 64 bit.



Btw, you need to install both 32bit & 64bit runtime libraries too.
VisualCppRedist_AIO_x86_x64.exe that you installed already has 32 and 64 bit runtimes.

-installed VD or unzip it to Programms x86 and run the .exe file with no success

Is the zip blocked?
Right click on zip and select properties, does it look like this,
https://i.postimg.cc/13hhcYbq/Untitled.jpg (https://postimages.org/)

If so, then see below and embedded links therein.
https://forum.doom9.org/showthread.php?p=1872609#post1872609
problem where eg dll has been downloaded from another computer or internet, and is blocked by the system because of this, you need to remove NTFS Alternate Data stream for the file.

Problem already posted about here[and some dozen posts following it]:- http://forum.doom9.org/showthread.php?p=1837271#post1837271

https://i.postimg.cc/13hhcYbq/Untitled.jpg (https://postimages.org/)

Solution, can Unblock via file Properties[as shown by above image arrow] , or use SysInternals Streams.exe or easiest found so-far is to use NirSoft "AlternateStreamView"
which allows mass removal via "Delete Selected Streams" menu option.
AlternateStreamView:- https://www.nirsoft.net/utils/alternate_data_streams.html

Below showing the Zone.Identifier Data that needs removal.
https://i.postimg.cc/HssDSyLp/Untitled.jpg (https://postimages.org/)


NOTE, some of Nirsoft tools may flag an Antivirus warning about PUP's (potentially unwanted programs), as many of its utils are sys fix tools to show passwords and such.
All Nirsoft tools are hi quality top notch tools and are nothing whatever to worry about [EDIT: So long as you download direct from NirSoft].

EDIT: After scanning all my drives, I found I had hundreds [if not thousands] of blocked files.

EDIT: Files are so blocked for your protection, only unblock if you think they are safe [non-malware].

EDIT:
To STOP all downloaded files from being blocked by system, under XP with GpEdit.msc, [Group Policy Editor].

gpedit.msc
User Configuration > Administrative Templates > Windows Components > Attachment Manager
Enable: "Do not preserve zone information in file attachments"

Above GpEdit.msc does NOT have an icon in Administrator tools (bit of a secret one and already exists in basic XP, Server 2003 Admin tools install not necessary), need use Start/Run or from command line.
For a easy removal of multiple Alternate Data Streams, can move all files to FAT32 partition [FAT32 dont support alternate data streams] and then move them back again.

EDIT: Below, Registry edit for fixing the problem [folder contents].

Folder: "STOP_DownloadedFileBlocking"

File: "!!! ENABLE Switches OFF file blocking !!!" [empty text file for info only]


File: "ENABLE_DoNotPreserveZoneInformationInFileAttachments_(FileBlockingIsDisabled).reg"

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments]
"SaveZoneInformation"=dword:00000001



File: "DISABLE_DoNotPreserveZoneInformationInFileAttachments_(FileBlockingIsReEnabled).reg"

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments]
"SaveZoneInformation"=dword:00000000

real.finder
16th February 2025, 10:45
ok. thx for that info.
Deinstall Avisynth+ and than
only install 32bit ? or install the 32bit without deinstall 64bit ?

avspmod, i have to try out. now.

maybe you can use RustDesk (https://en.wikipedia.org/wiki/RustDesk) with someone here (better someone trusted) to give him access to your pc and then he can fix the problem remotely in your system and then you can delete RustDesk easily after that

RextheC
18th February 2025, 10:56
maybe you can use RustDesk (https://en.wikipedia.org/wiki/RustDesk) with someone here (better someone trusted) to give him access to your pc and then he can fix the problem remotely in your system and then you can delete RustDesk easily after that

If someone want to do that, let me know.

unzip VD was good. but when i start the exe file i get this error message with kernel32

I trust everyone :) have nothing to lose.
Today I will try AvsPmod.

Emulgator
18th February 2025, 17:11
Tested for you here.

On a Win7U64, i7-940XM, 8GB system with AviSynth64+ r4182, AvsPmod64 2.7.9.2 I tried your QTGMC script to 50p.
This needs nnedi3. If you put nnedi 0.9.4.63 (clang W7 no AVX) in plugins folder it should work with such CPU.

For better color correction I appended additionally SmoothAdjust16(), this extended script runs here with Prefetch(3,4) @12fps.
For keeping the better gradation I can suggest using AvsPmod to export via CLI (ffmpeg to 10bit apch ProRes .mov).

RextheC
19th February 2025, 13:44
Hey. Thank you very much! I only have to understand some things you ve wrote.

sry :-?

Will reply soon as i can, when i have learn little bit more about it. Not easy :(

Emulgator
19th February 2025, 15:15
I am with you.
Operation systems introduce/depreciate functions, Compilation environments introduce/depreciate functions, as time progresses there are more and more incompatibilities coming up, so anyone maintaining a working state can call it a hard time keeping reliable toolboxes of matching versions.
Big thanks go to coders and compilers here in the forums who are well aware and try to do their best in keeping backwards compatibility while introducing new functions. Therefore I use to call all versions, also for myself.

My thought would be AviSynth installations with matching plugin folders, now for certain CPU instruction sets.
To reduce instruction set version collisions of .dlls I would update the Universal AviSynth installer script as follows:
put Avs+010 and the "very-earlies" to rest and match the available CPU instruction sets to plugin folders accommodating a few (4) levels of certain hardware environments in 32-bit and 64-bit

2000-2014 class W2k/XP/Vista/Win7 32 bit machines with min.SSE2, no AVX
2000-2014 class W2k/XP/Vista/Win7 64 bit machines with min.SSE2, no AVX
2011-2018 class Win7-32 bit machines with AVX
2011-2018 class Win7-64 bit machines with AVX
2013-now class Win7/8/10/11-32 bit machines with up to AVX2
2013-now class Win7/8/10/11-64 bit machines with up to AVX2
2017-now class Win10/11-32 bit machines with up to AVX512
2017-now class Win10/11-64 bit machines with up to AVX512

FranceBB, and others: since you have experience with XP64 and I have no access to such system: Thoughts welcome !

RextheC
19th February 2025, 16:48
ok.
Find this: https://forum.videohelp.com/threads/413500-QTGMC-can-t-run-on-multiple-cores
No idea if that depends on my probl,
Perhaps my HW is simply too old? Have a Radeon x1300/1550 GraKa?
dual core cpu.

Thx for your support. I will try what you suggest with the autoinstaller.

AND, yes of course! BigBig THX to all the coders and chefs of bits and bytes :) out there!

RextheC
19th February 2025, 17:43
Thats my current message:

FranceBB
19th February 2025, 21:45
Thats my current message:

attachments require an admin to actually check and manually approve the picture.
You can use https://imgur.com/upload to upload images much more effectively. ;)

Perhaps my HW is simply too old? Have a Radeon x1300/1550 GraKa?
dual core cpu.

Nah, "too old" doesn't exist in Avisynth!
Windows XP is still supported (both x86 and x64) and in that OS the best you can use in terms of assembly optimizations on the CPU is SSE4.2, which means that even 2008 era CPUs won't have any issues running Avisynth. Heck, potentially even older.


Try downloading AVSMeter and creating a .bat file which says:

AvsMeter.exe -Avsinfo -lf -log

pause

and if it shows any errors, post it here.
If it doesn't, then try to create a simple "AVS Script.avs" with

ColorBars(1920, 1080, pixel_type="YV12")

and then run it through AVSMeter with the following BAT:

AvsMeter.exe "AVS Script.avs"

pause

and report back. Also, given that most modern version of the plugins etc target Windows 10 and you're on Windows 7, try to use the XP builds which should work just fine.

Emulgator
20th February 2025, 01:12
https://github.com/jpsdr/NNEDI3/releases/download/0.9.4.63/NNEDI3_v0_9_4_63.7z
Choose the lowest version that safely fits your CPU (clang W7 no AVX).
Put the 32bit version in 32bit plugins folder and the 64bit version in 64bit plugins folder.
Use AVSMeter (32bit and 64bit) to check if AviSynth 32 and 64 are installed / your plugins are recognised.
And here the ubiquituous Groucho: AviSynth Universal Installer
https://forum.doom9.org/showthread.php?t=172124

RextheC
20th February 2025, 02:06
Hello. and what should i say.. JJeeahhhhiiiiiiy !!!
Think that needl3.dll is what causes the pain in my ass. Looks like it works now.

The clang W7 do the job! unbelievable - So many thx to Emulgator and everyone who helped :-D

Hope this was the last issue :p if not, i know where you are (-;
Once more - thxthxthxthx
Im happy.

GREETZ to all of ya - und viele liebe Grüße aus good old Ger :)

RextheC
21st February 2025, 11:53
Oh, bad news. Can load the script in VD, but with no effect to the video.

StainlessS
21st February 2025, 18:04
One thing, (I aint done any avs stuff for some time, but), move AssumeTFF to immediately after source.

What does Menu/File/File Information/ show.
(should be 768x576 as for your final Spline36resize)

You can also check if plays in eg MPC-HC or PotPlayer.
(NOT VLC, dont play AVS files),

Emulgator
21st February 2025, 23:11
VD -> Tools -> Script Editor
Which version/bitness of VD ? 44282 here, 32 and 64 bit.
And: you don't necessarily need VD, AvsPmod can also export to various formats: Tools -> Script encoder (CLI)

RextheC
22nd February 2025, 10:44
Hey.
I ve found this: https://www.hdhead.com/?p=202
and from 2010, a Matrox codec Pack VfW for Win7.

Will check your questions and report..

thx

edit: avspmod shows the script but nothing more ?!

Emulgator
22nd February 2025, 14:38
Script reload + Preview in AvsPmod: Press F5.
Script reload + Preview in VD: Press F2
MXO2 mini: 10bit uncompressed, sounds nice.
The press release: Do not press Download on that website...
Rather here:
https://video.matrox.com/en/apps/drivers/video/downloads/legacyProducts

RextheC
22nd February 2025, 15:39
Yes. All capture SW i needed,
I ve downloaded from the official matrox site for my 02mini.

If i load the script with AvsPmod then I can see a video and on the right site are a kind of equilizer to adjust or tweak? the video.
The Prewiev option on top of that is grey. Cant use that option for some reason.

Have only captured in 8bit mpeg2 l-frame because the uncompressed 10bit no SW can handle it.
But would like to capture so, if i find a way to convert.

What OS do you (all) use? Think its time for me to change into win10. Perhaps i get loss headache :-//

poisondeathray
23rd February 2025, 00:27
Have only captured in 8bit mpeg2 l-frame because the uncompressed 10bit no SW can handle it.
But would like to capture so, if i find a way to convert.


For avisynth+ you can use ffms2 , lsmash or bestsource to open uncompressed 10bit natively; you don't need to "convert" it

Emulgator
23rd February 2025, 10:38
Win10 means definitely more headache...
What poisondeathray says, plus: All your script asks for can be done in your Win7, even XP, to make your dad happy.
You can work going from a 10bit source and keep fidelity up until the end of your chain, more than the samples have to offer.

AvsPmod you will just have to learn. For now you just may change parameters, press F5 and judge the result on the main screen.
For your new 10bit export preset go into \AvsPmod64\tools\ffmpeg.presets
Drag ffmpeg.presets onto Editor. Add that line:
[ProRes HQ 10bit]
ffmpeg.exe -i "$video_input" -c:v prores_ks -profile:v hq -vf "format=yuv422p10, setsar=sar=$par_x/$par_y" -c:a pcm_s16le "$video_output".mov
From now on you have this preset as a new entry in AvsPmod -> Tools -> Script Encoder CLI.
Once you specify Output file and hit "Run", AvsPmod will start up AviSynth processing your script frameserving to ffmpeg,
hand over the new ProRes CL to ffmpeg and the ffmpeg will happily encode and write out your .mov to your desired path.
That 10bit-format (apch .mov) is accepted/understood by many NLEs like Vegas, and can be easily decoded by any encoder, GUI or CLI.
And of course you can specify your final desired compression format here as well.
Once you are happy with your script you may even feed the script to any other encoder available here in doom9 forums.

No need to dive into Win10 for beginners if you are not keen on becoming the nerd willing to sacrifice manyfold the time to tame that mess...
Only if you need to have state-of-the-art AI interpolation then you got to shell out serious money for newest hardware and even more serious time for the resulting learning curve.

A suggestion to play with (not the definitive final solution), gets a bit rid of the greenish tint:
v=LWLibavVideoSource("F:\_VID\RextheC\RextheC.avi")
a=LWLibavAudioSource("F:\_VID\RextheC\RextheC.avi")
AudioDub(v,a)
AssumeTFF() # optional, BFF for DV source
QTGMC(Preset="Slow", EZDenoise=1.5, TR2=3)
#[* # +++++ Start of Block "SmoothAdjust" +++++
smoothdebug=0 #0 no Diagram, 1 = Curve only, 2: Tweak only, 3: Both
ShowSmoothCurveDiagram=smoothdebug==1 ? true : smoothdebug==3 ? true : false
ShowSmoothTweakDiagram=smoothdebug==2 ? true : smoothdebug==3 ? true : false
smoothdebugwidth=1920
smoothdebugheight=1080
SmoothCurve16(ConvertTo16bit().ConvertToStacked(), \
Ycurve="0-4000;8191-8191;16383-16383;24575-24575;32767-32767;40959-40959;49151-49151;57343-57343;65535-60000", \
Ucurve="0-0;8191-8191;17000-15000;26000-29000;32300-32767;39000-42000;48000-52000;57343-60000;65535-65535", \
Vcurve="0-0;8191-8191;16383-16383;25000-28000;32000-32767;39000-42000;48000-52000;57343-60000;65535-65535", \
limiter=false, HQ=true, interp=100, debug=ShowSmoothCurveDiagram, screenW=smoothdebugwidth, screenH=smoothdebugheight)
SmoothTweak(HQ=true, brightness=0, contrast=1.0, saturation=1.0, hue1=+3, hue2=+3, limiter=false, debug=ShowSmoothTweakDiagram, screenW=smoothdebugwidth, screenH=smoothdebugheight)
ConvertFromStacked()
#*] # -------- End of Block "SmoothAdjust" --------
crop(12,2,-8,-12)
#ConvertToYUV420().ConvertBits(8).Spline36resize(720,576) # for a MPEG-2 DVD encode
#ConvertToYUV420().ConvertBits(8).Spline36resize(768,576) # for a AVC .mp4 or .mkv encode
ConvertBits(10).Spline36resize(768,576) # for a 10-bit 4:2:2 AVC or HEVC or AV1 or... .mp4 or .mkv encode
Prefetch(7,8) # or less, Prefetch(3,4) whatever your CPU can digest

RextheC
23rd February 2025, 15:19
Heho.
I have six 180min vhs captured via 8bit l-frame :-\ Next ~20 (-8
i ll capture uncompressed 10bit.

Also wil try to do what you both said. But hard to understand :-? some things.
If Win10 also doesnt work, than I go back to Win7.
I really want to know why, when i am doing the exact same things like the guy who make the script for me it fuc*ing wont work for me.

Yeah, and my dad asks me too several times :)!

StainlessS
23rd February 2025, 23:43
If Win10 also doesnt work, than I go back to Win7.

The right way to upgrade Windows 7 to Windows 10 in 2025
https://techcommunity.microsoft.com/discussions/windows10space/the-right-way-to-upgrade-windows-7-to-windows-10-in-2025/4364220

As of 2025, Microsoft has not officially supported a free upgrade Windows 7 to Windows 10 since the end of their special offer in 2016. However, there have been reports from users suggesting that the upgrade method still works for some people even after the official deadline.

Free Upgrade Method: Some users have successfully upgraded using their original Windows 7 license key during the installation process for Windows 10. This is not guaranteed, and you may still need to purchase a license if the key does not activate.

Last time I tried upgrade from Win 8.1 to 10 it failed.
The servers that activate the upgrade are no longer on-line [EDIT: since about Sept 2024, maybe].

If you do try upgrade, then suggest take an image of W7 using the USB bootable version of Macrium Reflect Free version.
(current versions are no longer free, you may have to search for old Ver$).
Macrium Free allows to create USB bootable tool via "Other Tools" (or similar name) entry on Menu bar.

StainlessS
24th February 2025, 10:59
Last Macrium Reflect Free version (~177MB):- https://www.majorgeeks.com/files/details/macrium_reflect_free_edition.html

Macrium Free allows to create USB bootable tool via "Other Tools" (or similar name) entry on Menu bar.
I only ever use the USB bootable tool, for taking/restoring image (I remove the app after USB tool creation, after checking that the tool boots from USB).

EDIT: Dont know if later versions of non free Trial allow for non time limited USB tool use.

EDIT: I also have Macrium_reflect_home_setup_x64_v8.1.8325.0.exe where so far as I know, USB tool continues to function.

EDIT: You could restore a created W7 image to another hard drive if you have one (keeping original drive), and check that it is restored {and boots} OK before
attempt to install W10. [ideally at least same size as original drive]
2nd hand price of W7 era drives are not too high, can probably get one for cheap, or much faster sata SSD where would maybe need 3.5" to 2.5" mounting adapter
if your drive cage whotsit dont already support 2.5" mounting.

RextheC
26th February 2025, 19:59
[short News)
Today I buyed me an new PC.

My GraKa semms to go down. screen-error from time to time.

now i can do that shit (-; with brandnew SSDs 16GB RAM and more ;-P

..waiting.. and hope.. perhaps now,
it works for me..

Want to install win10 pro 64bit with usb stick and RUFUS. Is that ok, or any other suggestions.
thx&greetz

StainlessS
6th March 2025, 01:42
Want to install win10 pro 64bit with usb stick and RUFUS. Is that ok, or any other suggestions.
sounds good.

StainlessS
13th March 2025, 19:57
from post #56,

The right way to upgrade Windows 7 to Windows 10 in 2025
https://techcommunity.microsoft.com/discussions/windows10space/the-right-way-to-upgrade-windows-7-to-windows-10-in-2025/4364220

As of 2025, Microsoft has not officially supported a free upgrade Windows 7 to Windows 10 since the end of their special offer in 2016. However, there have been reports from users suggesting that the upgrade method still works for some people even after the official deadline.

Free Upgrade Method: Some users have successfully upgraded using their original Windows 7 license key during the installation process for Windows 10. This is not guaranteed, and you may still need to purchase a license if the key does not activate.

Last time I tried upgrade from Win 8.1 to 10 it failed.
The servers that activate the upgrade are no longer on-line [EDIT: since about Sept 2024, maybe].

If you do try upgrade, then suggest take an image of W7 using the USB bootable version of Macrium Reflect Free version.
(current versions are no longer free, you may have to search for old Ver$).
Macrium Free allows to create USB bootable tool via "Other Tools" (or similar name) entry on Menu bar.

in particular,
Last time I tried upgrade from Win 8.1 to 10 it failed.
The servers that activate the upgrade are no longer on-line [EDIT: since about Sept 2024, maybe].
above failed upgrade was from USB based ISO setup, run from within Windows 8.1,

But, I have since done a clean install where boot from USB into W10 setup, and install succeded [EDIT: activated],
where the upgrade license check servers not used, as the machine was from a well know manufacturer (eg HP, Dell, Asus, etc)
with some kind of volume licence key embedded in firmware.
So check was just on a embedded licence key valid for both W8.1 and also W10, and not an upgrade from W8.1 to W10.
If trying it for yourself, then make Macrium image of disk before attempt.
[EDIT: And delete all partitions in the setup before letting it install]

(I'm not actually sure which machine it was now, either Acer or Toshiba, think Toshiba, was some time ago)
EDIT: Dont know if W7 to W10 possible with clean install. [EDIT: I got a W7 Dell 780, Q9550 CPU, maybe I try it one day]

EDIT: I know that you got a new machine, just tidying up a bit.