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.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Development

Reply
 
Thread Tools Search this Thread Display Modes
Old 16th August 2012, 02:45   #61  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Thank you for being cretindesalpes.
__________________
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 ???
StainlessS is offline   Reply With Quote
Old 29th September 2012, 15:53   #62  |  Link
Motenai Yoda
Registered User
 
Motenai Yoda's Avatar
 
Join Date: Jan 2010
Posts: 709
hi!
There is a way to change the seed on scenechange?
I want try to use a different fixed pattern for scene.
__________________
powered by Google Translator
Motenai Yoda is offline   Reply With Quote
Old 11th January 2013, 14:20   #63  |  Link
Tanbheer
Registered User
 
Join Date: Oct 2011
Posts: 8
I have a question can I use this version 1.6.1 or 1.7 with GradFun2DBmod? Will it work like same. Because the link of the original version of Tom barry's 1.4.0 is dead
Tanbheer is offline   Reply With Quote
Old 11th January 2013, 16:32   #64  |  Link
cretindesalpes
͡҉҉ ̵̡̢̛̗̘̙̜̝̞̟̠͇̊̋̌̍̎̏̿̿
 
cretindesalpes's Avatar
 
Join Date: Feb 2009
Location: No support in PM
Posts: 712
Yes you can.
__________________
dither 1.28.1 for AviSynth | avstp 1.0.4 for AviSynth development | fmtconv r30 for Vapoursynth & Avs+ | trimx264opt segmented encoding
cretindesalpes is offline   Reply With Quote
Old 20th March 2013, 02:51   #65  |  Link
foxyshadis
ангел смерти
 
foxyshadis's Avatar
 
Join Date: Nov 2004
Location: Lost
Posts: 9,558
cretindesalpes and LaTo, you guys are awesome. I added you to the first post.

Motenai Yoda, maybe, but it would be better done by having another filter find the scenes first. I'd have to think about a good way to do it.
foxyshadis is offline   Reply With Quote
Old 20th March 2013, 05:28   #66  |  Link
filler56789
SuperVirus
 
filler56789's Avatar
 
Join Date: Jun 2012
Location: Antarctic Japan
Posts: 1,351
@foxyshadis: Thanks for the update
filler56789 is offline   Reply With Quote
Old 20th March 2013, 23:50   #67  |  Link
Adub
Fighting spam with a fish
 
Adub's Avatar
 
Join Date: Sep 2005
Posts: 2,699
Good to see you back foxyshadis!
__________________
FAQs:Bond's AVC/H.264 FAQ
Site:Adubvideo
Adub is offline   Reply With Quote
Old 12th April 2013, 20:38   #68  |  Link
Motenai Yoda
Registered User
 
Motenai Yoda's Avatar
 
Join Date: Jan 2010
Posts: 709
Quote:
Originally Posted by Motenai Yoda View Post
hi!
There is a way to change the seed on scenechange?
I want try to use a different fixed pattern for scene.
I came out with

Code:
global seed=0

scriptclip("""global seed = ydifferencefromprevious() < 50 ? seed : seed+1
addgrainc(last,50,0,0.2,0.2,seed,constant=true)
""")
__________________
powered by Google Translator

Last edited by Motenai Yoda; 12th April 2013 at 22:35.
Motenai Yoda is offline   Reply With Quote
Old 25th November 2013, 23:32   #69  |  Link
cretindesalpes
͡҉҉ ̵̡̢̛̗̘̙̜̝̞̟̠͇̊̋̌̍̎̏̿̿
 
cretindesalpes's Avatar
 
Join Date: Feb 2009
Location: No support in PM
Posts: 712
AddGrainC 1.7.1:
  • Added a 64-bit version. Compiled with MSVC 2012 (requires the 2012 runtime libraries)
__________________
dither 1.28.1 for AviSynth | avstp 1.0.4 for AviSynth development | fmtconv r30 for Vapoursynth & Avs+ | trimx264opt segmented encoding
cretindesalpes is offline   Reply With Quote
Old 2nd March 2014, 18:52   #70  |  Link
ultim
AVS+ Dev
 
ultim's Avatar
 
Join Date: Aug 2013
Posts: 359
Hi cretindesalpes,

AddGrainC cannot tolerate negative frame indices. Here is the description of at least one occurance where this causes a crash: https://github.com/AviSynth/AviSynthPlus/issues/38
Can you please have a look at that?
__________________
AviSynth+
ultim is offline   Reply With Quote
Old 2nd March 2014, 21:58   #71  |  Link
cretindesalpes
͡҉҉ ̵̡̢̛̗̘̙̜̝̞̟̠͇̊̋̌̍̎̏̿̿
 
cretindesalpes's Avatar
 
Join Date: Feb 2009
Location: No support in PM
Posts: 712
OK, I will look at this issue.
__________________
dither 1.28.1 for AviSynth | avstp 1.0.4 for AviSynth development | fmtconv r30 for Vapoursynth & Avs+ | trimx264opt segmented encoding
cretindesalpes is offline   Reply With Quote
Old 9th March 2021, 11:34   #72  |  Link
pinterf
Registered User
 
Join Date: Jan 2014
Posts: 2,314
New build with packed RGB fix (e.g. RGB32)
Code:
- 1.8.3  2021/03/09
  Fix: possible crash for packed RGB formats
https://github.com/pinterf/AddGrainC/releases/
pinterf is offline   Reply With Quote
Old 9th March 2021, 21:41   #73  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by pinterf View Post
New build with packed RGB fix (e.g. RGB32)
Code:
- 1.8.3  2021/03/09
  Fix: possible crash for packed RGB formats
https://github.com/pinterf/AddGrainC/releases/
thanks, is it possible to add soft and maxts to AddGrainC from Dither_add_grain16?
__________________
See My Avisynth Stuff
real.finder is offline   Reply With Quote
Old 10th March 2021, 08:57   #74  |  Link
pinterf
Registered User
 
Join Date: Jan 2014
Posts: 2,314
Quote:
Originally Posted by real.finder View Post
thanks, is it possible to add soft and maxts to AddGrainC from Dither_add_grain16?
Dither_add_grain16 is not a plugin filter but a script in dither.avsi.
It's using AddGrainC, TemporalSoften, mt_lut, SelectEven, ConvertFPS (see Dither_gen_grain_internal), I think there is no point to put this very same sequence into a binary plugin.
EDIT: that means that a Dither_add_grain_hbd is needed which is based on Dither_add_grain16 in order to avoid the lsb hack and/or use high bit depth clips when calling AddGrainC.

Last edited by pinterf; 10th March 2021 at 09:25.
pinterf is offline   Reply With Quote
Old 10th March 2021, 19:06   #75  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by pinterf View Post
Dither_add_grain16 is not a plugin filter but a script in dither.avsi.
It's using AddGrainC, TemporalSoften, mt_lut, SelectEven, ConvertFPS (see Dither_gen_grain_internal), I think there is no point to put this very same sequence into a binary plugin.
EDIT: that means that a Dither_add_grain_hbd is needed which is based on Dither_add_grain16 in order to avoid the lsb hack and/or use high bit depth clips when calling AddGrainC.
you right, I think I will make a clone of it to do HBD
__________________
See My Avisynth Stuff
real.finder is offline   Reply With Quote
Old 18th February 2022, 23:43   #76  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,156
1.8.4 was released
https://github.com/pinterf/AddGrainC/releases
kedautinh12 is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 19:55.


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