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

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage
Register FAQ Today's Posts Search

Reply
 
Thread Tools Search this Thread
Old 13th March 2021, 17:23   #241  |  Link
real.finder
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
real.finder is offline   Reply With Quote
Old 5th May 2021, 17:55   #242  |  Link
wonkey_monkey
Formerly davidh*****
 
wonkey_monkey's Avatar
 
Join Date: Jan 2004
Posts: 2,885
DebugColourSpaces - for testing filters against multiple colourspaces at once

Discussion (in Avisynth Development)
__________________
My AviSynth filters / I'm the Doctor
wonkey_monkey is offline   Reply With Quote
Old 15th May 2021, 19:51   #243  |  Link
wonkey_monkey
Formerly davidh*****
 
wonkey_monkey's Avatar
 
Join Date: Jan 2004
Posts: 2,885
Waveform 2.0
__________________
My AviSynth filters / I'm the Doctor
wonkey_monkey is offline   Reply With Quote
Old 31st May 2021, 22:55   #244  |  Link
wonkey_monkey
Formerly davidh*****
 
wonkey_monkey's Avatar
 
Join Date: Jan 2004
Posts: 2,885
Feedback

Lets you send a filter chain's output back into itself as input for the next frame.
__________________
My AviSynth filters / I'm the Doctor
wonkey_monkey is offline   Reply With Quote
Old 15th August 2021, 17:10   #245  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,170
EEDI2CUDA ported from Vapoursynth
https://github.com/AmusementClub/Vap...ment-899069883
kedautinh12 is offline   Reply With Quote
Old 16th August 2021, 13:14   #246  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,170
EEDI2CUDA now have x86 ver
https://github.com/AmusementClub/Vap...uns/1135300628
kedautinh12 is offline   Reply With Quote
Old 26th August 2021, 02:20   #247  |  Link
kedautinh12
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.
kedautinh12 is offline   Reply With Quote
Old 9th September 2021, 15:04   #248  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,170
New fork frfun7 from pinterf
https://github.com/pinterf/Frfun7/releases
kedautinh12 is offline   Reply With Quote
Old 9th September 2021, 20:37   #249  |  Link
GMJCZP
Registered User
 
GMJCZP's Avatar
 
Join Date: Apr 2010
Location: I have a statue in Hakodate, Japan
Posts: 761
Quote:
Originally Posted by kedautinh12 View Post
New fork frfun7 from pinterf
https://github.com/pinterf/Frfun7/releases
Fabulous! If the whole family of prunedtree plugins is revived it would be great, and if we add the TUnsharp update to that my Khameleon script would be 100% operational in HBD.
I'm going to update the information on Khameleon, thanks to pinterf.
__________________
By law and justice!

GMJCZP's Arsenal
GMJCZP is offline   Reply With Quote
Old 12th September 2021, 17:31   #250  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,170
Avisynth-retinex
https://github.com/Asd-g/AviSynth-Retinex
kedautinh12 is offline   Reply With Quote
Old 5th November 2021, 07:02   #251  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,170
SubImageFile
https://github.com/Asd-g/AviSynthPlu...ases/tag/1.0.0

PropToClip
https://github.com/Asd-g/AviSynthPlu...ases/tag/1.0.0
kedautinh12 is offline   Reply With Quote
Old 1st February 2022, 15:48   #252  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,170
edgelevel_avisynth
https://github.com/rigaya/edgelevel_avisynth
kedautinh12 is offline   Reply With Quote
Old 15th March 2022, 00:10   #253  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,170
New fork vinverse from Asd-g
https://github.com/Asd-g/vinverse
kedautinh12 is offline   Reply With Quote
Old 29th March 2022, 10:06   #254  |  Link
Reel.Deel
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
Reel.Deel is offline   Reply With Quote
Old 31st March 2022, 20:16   #255  |  Link
arnea
Registered User
 
Join Date: Oct 2005
Posts: 7
Plugin for stabilizing scanned films using perforation as a reference: https://github.com/arnean/PerfPan
arnea is offline   Reply With Quote
Old 31st March 2022, 21:27   #256  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,494
Arnea, maybe make a thread here somewhere too.
Quote:
Panning algorithm

I took the Avisynth core AddBoders filter and modified it to do panning - i.e. on one side it will add borders but on the other side it will crop to keep the image size.
It will work with all image formats and should be quite effective. Just one remark: if the original clip is in YV12 colourspace then it is possible to pan only in steps of two pixels.
The plugin will automatically do it, but the result is not as good as with other formats.
AddBorders (presume typo),
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)
EDIT: -ve = right shift, as it is where we get source from, rather than we put dest.

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: Arnea, dont reply here, is for new plugins only. Start new thread if necessary.

EDIT: Wonkey Donkey posted this in your Avs Devs thread,
Quote:
Originally Posted by wonkey_monkey View Post
For that you can use env->Invoke(...)

http://avisynth.nl/index.php/Filter_SDK/Env_Invoke

Crop and AddBorders will only get you pixel-accurate (or less, depending on colour format) panning, though. Instead you can use one of the resizers with offsets (be warned that bicubicresize will soften your image unless you set b = 0 and c = 0.5, if I remember correctly).
And my edit was this,
Quote:
Originally Posted by StainlessS View Post
EDIT: Below, Wonkey suggests resizer rather than crop, yes, that is better than crop.
__________________
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.
StainlessS is offline   Reply With Quote
Old 1st April 2022, 13:03   #257  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
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
Output file
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
Apparently input style is often posted in YouTube comments.
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.
StainlessS is offline   Reply With Quote
Old 2nd April 2022, 19:04   #258  |  Link
Julek
Registered User
 
Julek's Avatar
 
Join Date: Dec 2020
Posts: 100
Descale now supports AVS:
https://github.com/Irrational-Encodi...eleases/tag/r8
Julek is offline   Reply With Quote
Old 4th April 2022, 10:51   #259  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,170
Descale x86 ver
https://github.com/Irrational-Encodi...e-r8-win32.zip
kedautinh12 is offline   Reply With Quote
Old 11th April 2022, 13:05   #260  |  Link
Reel.Deel
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.
Reel.Deel is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 20:20.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.