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 Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 30th January 2017, 10:43   #261  |  Link
DarkNite
Almost Silent Member
 
DarkNite's Avatar
 
Join Date: Jun 2002
Location: Purgatory
Posts: 273
From NNEDI3 OpenCL thread:

Quote:
Only nsize=0 implemented, other values are silently ignored.
From QTGMC.avsi:

Quote:
850 (ChromaEdi == "NNEDI3") ? Input.NNEDI3( field=-2, nsize=4, nns=0, qual=1, threads=EdiThreads, Y=false ) : \
If you're OK with that parameter being silently ignored, then go for it. Let us know how it works for you.
__________________
Rethinking the "Why?" chromosome.
DarkNite is offline   Reply With Quote
Old 30th January 2017, 16:50   #262  |  Link
cork_OS
Registered User
 
cork_OS's Avatar
 
Join Date: Mar 2016
Posts: 160
Quote:
Originally Posted by LigH View Post
And furthermore, it might limit the parallelizability; but that has to be tested by people with experience.
Quote:
Originally Posted by DarkNite View Post
If you're OK with that parameter being silently ignored, then go for it. Let us know how it works for you.
No luck. With NNEDI3 replaced by NNEDI3ocl in QTGMC.avsi it become slow and with artefacts.
__________________
I'm infected with poor sources.
cork_OS is offline   Reply With Quote
Old 6th February 2017, 17:26   #263  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
new update

same place https://forum.doom9.org/showpost.php...postcount=2041
__________________
See My Avisynth Stuff
real.finder is offline   Reply With Quote
Old 9th February 2017, 10:01   #264  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
high bit depth now basically work in avs+

pastebin and in Attachments
Attached Files
File Type: zip QTGMC 3.354s.zip (19.5 KB, 300 views)
File Type: zip QTGMC 3.357s.zip (19.8 KB, 6802 views)
__________________
See My Avisynth Stuff

Last edited by real.finder; 21st April 2017 at 08:30.
real.finder is offline   Reply With Quote
Old 11th February 2017, 19:07   #265  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
@real.finder: 'dither_luma_rebuild (from SMDegrain)'
So this means one has to also include "SMDegrain v.3.1.2d.avsi", right? (because if one doesn't that function isn't defined,...)
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 11th February 2017, 19:43   #266  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by Selur View Post
@real.finder: 'dither_luma_rebuild (from SMDegrain)'
So this means one has to also include "SMDegrain v.3.1.2d.avsi", right? (because if one doesn't that function isn't defined,...)
yes you must have SMDegrain too if you didn't set tv_range=false, don't remember if the original mod by dogway work here or not, you should use v3.1.2.87s or up
__________________
See My Avisynth Stuff
real.finder is offline   Reply With Quote
Old 28th February 2017, 15:12   #267  |  Link
magiblot
Eurobeat Fan
 
Join Date: Sep 2014
Posts: 108
It seems that last QTGMC version causes problems on all sanimebob versions for me (the last of which is this one, that requires new parameters introduced in QTGMC).

Source is PAL, loaded through a DGIndex 1.5.8 .d2v file.

Code:
sanimebob(1) #using QTGMC-3.33s

Code:
sanimebob(1) #using QTGMC-3.354s (bad)
magiblot is offline   Reply With Quote
Old 28th February 2017, 16:27   #268  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
can you upload sample? I think this because your source is full range
__________________
See My Avisynth Stuff
real.finder is offline   Reply With Quote
Old 28th February 2017, 18:34   #269  |  Link
magiblot
Eurobeat Fan
 
Join Date: Sep 2014
Posts: 108
Yes, here it is:

https://mega.nz/#!JtdShIKQ!JgxWH0-EZ...YEnONXEZrUgroU
magiblot is offline   Reply With Quote
Old 28th February 2017, 22:20   #270  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by magiblot View Post
just try and didn't see any problem in frame 8 after bob, what SMDegrain you have? and try with tv_range=false
__________________
See My Avisynth Stuff
real.finder is offline   Reply With Quote
Old 1st March 2017, 13:15   #271  |  Link
magiblot
Eurobeat Fan
 
Join Date: Sep 2014
Posts: 108
You are right, it went back to normal with TV_range=false. (What does this parameter do?)

I have this version of SMDegrain:
Code:
###                       v3.1.2d (Dogway's mod) - 21 July 2015                              ###
###          mod in 2016-01-24 to fix subpixel=3 and add Prefilter auto 16 (lsb) support      ###
###                           and yuy2 support in avs 2.6 with masktools 2.6                 ###
Please let me know if there is a newer version.

Thanks for your help.
magiblot is offline   Reply With Quote
Old 1st March 2017, 17:40   #272  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by magiblot View Post
You are right, it went back to normal with TV_range=false. (What does this parameter do?)

I have this version of SMDegrain:
Code:
###                       v3.1.2d (Dogway's mod) - 21 July 2015                              ###
###          mod in 2016-01-24 to fix subpixel=3 and add Prefilter auto 16 (lsb) support      ###
###                           and yuy2 support in avs 2.6 with masktools 2.6                 ###
Please let me know if there is a newer version.

Thanks for your help.
the new on is v3.1.2.87, see the link in my signature
__________________
See My Avisynth Stuff
real.finder is offline   Reply With Quote
Old 8th March 2017, 06:28   #273  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
just port qtgmc for high bit depth in avs+ http://pastebin.com/raw/JuhpFSgV but it's not work well (big difference from 8 bit)

test with
QTGMC(SLMode=0,tv_range=false)

and compare 3.353s or 3.354s

SLMode=0 cuz I get the unsupported colour format same as old alpha masktools2 (bug somewhere?)
tv_range=false to not need SMDegrain (I already update it for high bit depth but to not increase the confusion)
__________________
See My Avisynth Stuff

Last edited by real.finder; 8th March 2017 at 08:49.
real.finder is offline   Reply With Quote
Old 19th March 2017, 21:17   #274  |  Link
PirateIce
Registered User
 
Join Date: Nov 2016
Posts: 24
hey real.finder, first thanks for all your efforts with qtgmc!
just wondering are you already moving more of the processing to 16bit in avs+ or are you just adding the avs+ conversion functions? super excited if full 16 bit support is already close.
PirateIce is offline   Reply With Quote
Old 19th March 2017, 22:52   #275  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by PirateIce View Post
hey real.finder, first thanks for all your efforts with qtgmc!
just wondering are you already moving more of the processing to 16bit in avs+ or are you just adding the avs+ conversion functions? super excited if full 16 bit support is already close.
no conversion will done, so not all settings will work in high bit now cuz there are others plugins not support high bit yet
__________________
See My Avisynth Stuff
real.finder is offline   Reply With Quote
Old 27th March 2017, 19:00   #276  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
good news for QTGMC users with anime source, it seems ghosting will be less as you using more bit depth, also less halos with Sharpness > 0
__________________
See My Avisynth Stuff
real.finder is offline   Reply With Quote
Old 30th March 2017, 22:33   #277  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,751
Since you seem to use functions of SMDegrain more often in recent versions, shouldn't it be documented in the list of "core plugins", or at least "additional plugins"?

I was told that a simple QTGMC(preset="Slow") already requires SMDegrain 3.1.2d now (for Dither_Luma_Rebuild).
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid

Last edited by LigH; 30th March 2017 at 22:43.
LigH is online now   Reply With Quote
Old 31st March 2017, 13:29   #278  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by LigH View Post
Since you seem to use functions of SMDegrain more often in recent versions, shouldn't it be documented in the list of "core plugins", or at least "additional plugins"?

I was told that a simple QTGMC(preset="Slow") already requires SMDegrain 3.1.2d now (for Dither_Luma_Rebuild).
it's already done in next upcoming edit but wait for pinterf to release new masktools update
__________________
See My Avisynth Stuff
real.finder is offline   Reply With Quote
Old 2nd April 2017, 08:49   #279  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
just tried QTGMC 3.357 from the pastebin link with Avisynth 2.6 MT and got:
Quote:
Script error: there is no function named "nonyuy2clipin"
my script looks like this:
Code:
SetMemoryMax(768)
SetMTMode(5,8) # change MT mode
LoadPlugin("G:\Hybrid\AVISYN~1\LoadDll.dll")
LoadPlugin("G:\Hybrid\AVISYN~1\AddGrainC.dll")
LoadPlugin("G:\Hybrid\AVISYN~1\dfttest.dll")
LoadPlugin("G:\Hybrid\AVISYN~1\EEDI2.dll")
LoadPlugin("G:\Hybrid\AVISYN~1\eedi3.dll")
LoadPlugin("G:\Hybrid\AVISYN~1\FFT3DFilter.dll")
LoadPlugin("G:\Hybrid\AVISYN~1\mt_masktools-26.dll")
LoadPlugin("G:\Hybrid\AVISYN~1\mvtools2.dll")
LoadPlugin("G:\Hybrid\AVISYN~1\nnedi.dll")
LoadPlugin("G:\Hybrid\AVISYN~1\nnedi2.dll")
LoadPlugin("G:\Hybrid\AVISYN~1\SSE2Tools.dll")
LoadPlugin("G:\Hybrid\AVISYN~1\TDeint.dll")
LoadPlugin("G:\Hybrid\AVISYN~1\VerticalCleanerSSE2.dll")
LoadPlugin("G:\Hybrid\AVISYN~1\PlanarTools.dll")
LoadPlugin("G:\Hybrid\AVISYN~1\nnedi3.dll")
LoadPlugin("G:\Hybrid\AVISYN~1\RgTools.dll")
LoadCPlugin("G:\Hybrid\AVISYN~1\yadif.dll")
LoadDll("G:\Hybrid\AVISYN~1\fftw3.dll")
LoadDll("G:\Hybrid\AVISYN~1\LIBFFT~1.DLL")
Import("G:\Hybrid\avisynthPlugins\QTGMC.avsi")
Import("G:\Hybrid\avisynthPlugins\SMDegrain v.3.1.2d.avsi")
LoadCPlugin("G:\Hybrid\AVISYN~1\ffms2.dll")
# loading source: C:\Users\Selur\Desktop\source.avi
#  input luminance scale tv
FFVideoSource("C:\Users\Selur\Desktop\source.avi",cachefile="H:\Temp\avi_3ed4c33894e101eeafef5c603ca7faab_491_1_0.ffindex",fpsnum=30000,fpsden=1001)
# current resolution: 720x480
# deinterlacing
ConvertToYUY2(interlaced=true)
SetMTMode(2) # change MT mode
AssumeBFF()
QTGMC(Preset="Fast", ediThreads=2)
# filtering
return last
reading:
Quote:
# v3.354s
# - added optional chikuzen PlanarTools for YUY2 using nonyuy2clipin/nonyuy2clipout in AnimeIVTC() v2.20
I thought nonyuy2clipin would come with PlanarTools,...

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 2nd April 2017, 09:33   #280  |  Link
Groucho2004
 
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
Quote:
Originally Posted by Selur View Post
I thought nonyuy2clipin would come with PlanarTools
It's a function in AnimeIVTC().
__________________
Groucho's Avisynth Stuff

Last edited by Groucho2004; 2nd April 2017 at 09:35.
Groucho2004 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 09:33.


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