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. |
![]() |
#21 | Link |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,880
|
mcabel,
check out Groucho2004 Avisynth Info Tool [check your avisynth installation for problems] https://forum.doom9.org/showthread.php?t=173259
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? |
![]() |
![]() |
![]() |
#22 | Link |
Registered User
Join Date: Jan 2018
Posts: 2,072
|
I think you lack some vc++ ver, try with full ver
https://github.com/abbodi1406/vcredist And fftw3 latest ver (faster than 3.3.5 homepage) https://forum.doom9.org/showthread.p...37#post1965537 |
![]() |
![]() |
![]() |
#23 | Link | ||
Registered User
Join Date: Jan 2017
Posts: 13
|
Quote:
The author, Fred, seems to have several results for comparison, so I'm not sure how to send one out for encoding purposes. Also about this, I don't see a prefetch() in the script, do I have to add one (where?) Quote:
Code:
Current AVS working example is like GeneralConvolution(0, " -1 -2 -2 -2 -1 -2 -2 -3 -2 -2 -2 -3 70 -3 -2 -2 -2 -3 -2 -2 -1 -2 -2 -2 -1", auto=true, luma=true, chroma=false) Screenshot of megui (gui/encoder for avisynth) and the script renamed to .txt https://ibb.co/gVyV90b |
||
![]() |
![]() |
![]() |
#24 | Link | |
Formally known as .......
Join Date: Sep 2021
Location: On a need to know basis.
Posts: 833
|
Quote:
You need to use a site like "Imgur" or similar to do this.
__________________
This can be Very "TeDiouS".. Long term RipBot264 user. Ryzen 9 7950X Intel i9-13900KF Ryzen 9 5950X Ryzen 9 5900X Ryzen 9 3950X Link to RB v1.27.0 |
|
![]() |
![]() |
![]() |
#25 | Link | |
Registered User
Join Date: Jan 2017
Posts: 13
|
Quote:
Ill use paste bin for the code and imgur for the image: https://pastebin.com/t1FwjUtP https://imgur.com/a/uQ9rW13 PD: after my previous comment I read that to send a video for encode I can use "return result" at the end of the file, so I did. The only thing I'm missing (I think) is where to add Prefetch() (what does that do? ) so I can do the GeneralConvolution. |
|
![]() |
![]() |
![]() |
#26 | Link | |
Formally known as .......
Join Date: Sep 2021
Location: On a need to know basis.
Posts: 833
|
Quote:
I think that Prefetch() may have to be early in the script... http://avisynth.nl/index.php/AviSynth%2B#Example Google might be your best friend. Good luck. Just out of curiosity, could you upload a sample of the clip you're trying to "clean up" ??? (MediaFire or similar)
__________________
This can be Very "TeDiouS".. Long term RipBot264 user. Ryzen 9 7950X Intel i9-13900KF Ryzen 9 5950X Ryzen 9 5900X Ryzen 9 3950X Link to RB v1.27.0 Last edited by TDS; 9th May 2023 at 06:09. |
|
![]() |
![]() |
![]() |
#27 | Link |
Registered User
Join Date: Jul 2018
Posts: 1,000
|
"megui (gui/encoder for avisynth) and the script renamed to .txt"
You can not use any gui - you can write scripts in any text editor (free windows Notepad) and run encoding with x26x command line (.bat file also designed in notepad) with .avs input and monitor script output in VirtualDub (x32 and x64 versions for different running environments). Also FAR file manager have text editor and some AVS script highlignt if required. So typical full working script example is about Code:
LoadPlugin("ffms2.dll") FFmpegSource2("myfile.mp4") GeneralConvolution(0, " -1 -2 -2 -2 -1 -2 -2 -3 -2 -2 -2 -3 70 -3 -2 -2 -2 -3 -2 -2 -1 -2 -2 -2 -1", auto=true, luma=true, chroma=false) Prefetch(N) # N is your threads number for best performance - typically number of real cores of CPU |
![]() |
![]() |
![]() |
#28 | Link | |
Registered User
Join Date: Dec 2004
Location: Terneuzen, Zeeland, the Netherlands, Europe, Earth, Milky Way,Universe
Posts: 689
|
Quote:
Code:
result="result1" Fred.
__________________
About 8mm film: http://www.super-8.be Film Transfer Tutorial and example clips: https://www.youtube.com/watch?v=W4QBsWXKuV8 More Example clips: http://www.vimeo.com/user678523/videos/sort:newest |
|
![]() |
![]() |
![]() |
#29 | Link | |
Registered User
Join Date: Dec 2004
Location: Terneuzen, Zeeland, the Netherlands, Europe, Earth, Milky Way,Universe
Posts: 689
|
Quote:
Set this at the begin of the script: Code:
SetFilterMTMode("DEFAULT_MT_MODE", 2) Code:
Prefetch(2) Fred.
__________________
About 8mm film: http://www.super-8.be Film Transfer Tutorial and example clips: https://www.youtube.com/watch?v=W4QBsWXKuV8 More Example clips: http://www.vimeo.com/user678523/videos/sort:newest |
|
![]() |
![]() |
![]() |
Tags |
avisynth, avspmod, restoration, upscaling |
Thread Tools | Search this Thread |
Display Modes | |
|
|