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. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#241 | Link |
|
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,757
|
sAddGrainCT https://github.com/realfinder/AVS-St...ddGrainCT.avsi
the support in https://forum.doom9.org/showthread.php?t=174121
__________________
See My Avisynth Stuff |
|
|
|
|
|
#242 | Link |
|
Formerly davidh*****
![]() Join Date: Jan 2004
Posts: 2,885
|
DebugColourSpaces - for testing filters against multiple colourspaces at once
Discussion (in Avisynth Development) |
|
|
|
|
|
#245 | Link |
|
Registered User
Join Date: Jan 2018
Posts: 2,170
|
EEDI2CUDA ported from Vapoursynth
https://github.com/AmusementClub/Vap...ment-899069883 |
|
|
|
|
|
#246 | Link |
|
Registered User
Join Date: Jan 2018
Posts: 2,170
|
EEDI2CUDA now have x86 ver
https://github.com/AmusementClub/Vap...uns/1135300628 |
|
|
|
|
|
#247 | Link |
|
Registered User
Join Date: Jan 2018
Posts: 2,170
|
BestAudioSource@a5b0669 (have x86 ver)
https://drive.google.com/file/d/1F3F...ew?usp=sharing I got from https://gitlab.com/uvz/AviSynthPlus-.../-/tree/master Parameters https://forum.doom9.org/showthread.php?t=177337 Last edited by kedautinh12; 26th August 2021 at 02:37. |
|
|
|
|
|
#248 | Link |
|
Registered User
Join Date: Jan 2018
Posts: 2,170
|
New fork frfun7 from pinterf
https://github.com/pinterf/Frfun7/releases |
|
|
|
|
|
#249 | Link | |
|
Registered User
Join Date: Apr 2010
Location: I have a statue in Hakodate, Japan
Posts: 761
|
Quote:
I'm going to update the information on Khameleon, thanks to pinterf. |
|
|
|
|
|
|
#250 | Link |
|
Registered User
Join Date: Jan 2018
Posts: 2,170
|
Avisynth-retinex
https://github.com/Asd-g/AviSynth-Retinex |
|
|
|
|
|
#252 | Link |
|
Registered User
Join Date: Jan 2018
Posts: 2,170
|
edgelevel_avisynth
https://github.com/rigaya/edgelevel_avisynth |
|
|
|
|
|
#254 | Link |
|
Registered User
Join Date: Mar 2012
Location: Texas
Posts: 1,686
|
Port of FFmpeg's grayworld filter to AviSynth+: https://github.com/Asd-g/AviSynthPlus-grayworld
Thanks Asd
|
|
|
|
|
|
#255 | Link |
|
Registered User
Join Date: Oct 2005
Posts: 7
|
Plugin for stabilizing scanned films using perforation as a reference: https://github.com/arnean/PerfPan
|
|
|
|
|
|
#256 | Link | ||
|
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,494
|
Arnea, maybe make a thread here somewhere too.
Quote:
can be replaced with some resize, and can even shift YV12 by fractional pixel. Something like (untested - Hope I did it right) Code:
W=Width H=Height XSHIFT = -0.5 # Half pixel shift; -ve = right shift, +ve = left shift Spline36Resize(W,H, XSHIFT,0, W,H) Could of course do like this Code:
W=Width H=Height XSHIFT = 0.5 # Half pixel shift; +ve = right shift, -ve = left shift Spline36Resize(W,H, -XSHIFT ,0, W,H) EDIT: Wonkey Donkey posted this in your Avs Devs thread, Quote:
__________________
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 ??? Last edited by StainlessS; 1st April 2022 at 13:55. |
||
|
|
|
|
|
#257 | Link |
|
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,494
|
Utility script function ConvTxtToOggChap.avsi, posted in another D9 forum,
https://forum.doom9.org/showthread.p...57#post1966757 Converts very loosely user specified times and chapter name in file, to Ogg/Ogm Chapter style in file. eg, source file Code:
00:00 Title 1 02:40 Title 2 09:27 Title 3 15:12 Title 4 #... 1:05:23 Title x 1:13:26 Title xx #... 00:00. Title 7 02:40.12 Title 8 09:27.99 Title 9 15:12.71 Title 10 23:59:59.987 Title 11 Code:
CHAPTER01=00:00:00.000 CHAPTER01NAME=Title 1 CHAPTER02=00:02:40.000 CHAPTER02NAME=Title 2 CHAPTER03=00:09:27.000 CHAPTER03NAME=Title 3 CHAPTER04=00:15:12.000 CHAPTER04NAME=Title 4 CHAPTER05=01:05:23.000 CHAPTER05NAME=Title x CHAPTER06=01:13:26.000 CHAPTER06NAME=Title xx CHAPTER07=00:00:00.000 CHAPTER07NAME=Title 7 CHAPTER08=00:02:40.120 CHAPTER08NAME=Title 8 CHAPTER09=00:09:27.990 CHAPTER09NAME=Title 9 CHAPTER10=00:15:12.710 CHAPTER10NAME=Title 10 CHAPTER11=23:59:59.987 CHAPTER11NAME=Title 11 May be of limited use in Avisynth.
__________________
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 ??? Last edited by StainlessS; 1st April 2022 at 13:28. |
|
|
|
|
|
#258 | Link |
|
Registered User
Join Date: Dec 2020
Posts: 100
|
Descale now supports AVS:
https://github.com/Irrational-Encodi...eleases/tag/r8 |
|
|
|
|
|
#259 | Link |
|
Registered User
Join Date: Jan 2018
Posts: 2,170
|
Descale x86 ver
https://github.com/Irrational-Encodi...e-r8-win32.zip |
|
|
|
|
|
#260 | Link |
|
Registered User
Join Date: Mar 2012
Location: Texas
Posts: 1,686
|
ChickenDream: realistic film grain generator, plug-in for Vapoursynth and Avisynth+
Thread: https://forum.doom9.org/showthread.php?t=184052 Repo: https://github.com/EleonoreMizo/chickendream Last edited by Reel.Deel; 12th April 2022 at 02:50. |
|
|
|
![]() |
|
|