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. |
![]() |
#761 | Link | |
Cantankerous Fossil
Join Date: Mar 2006
Location: A wretched hive of scum and villainy
Posts: 4,470
|
Quote:
As for the MS VC runtimes - I highly recommend using a all-in-one installer.
__________________
Groucho's Avisynth Stuff |
|
![]() |
![]() |
![]() |
#762 | Link | |
Registered User
Join Date: Dec 2018
Location: Massachusetts USA
Posts: 25
|
Quote:
BTW, the project is to save a collection of EIA-J videos, from the 1970s. I got the ancient Sony machine to run and now need AVISynth to make the results viewable. Thanks again. |
|
![]() |
![]() |
![]() |
#763 | Link |
Registered User
Join Date: Jan 2006
Posts: 9
|
hey guys. i'm having a bit of a problem with qtgmc. i'm trying to get as much of an accurate, quality driven result to my source as possible. the problem is that when i add "NoiseProcess=2" (without quotes) to my avs file in avspmod, i get an error in the preview window and of course the encode does not start:
"script error: there is no function named 'fft3dfilter" this confuses me because i was under the impression that the 'slower' preset uses the 'dfttest' filter as opposed to the lower quality 'fft3dfilter' and it shouldn't even be called upon. here's my qtgmc line: QTGMC(Preset="Slower", MatchPreset="Slower", MatchPreset2="Slower", SourceMatch=3, Lossless=2, TR2=1, NoiseDeint="Generate", Edithreads=4) i should also mention that i get that same error if i use the 'placebo' preset as opposed to the 'slower' one. also, how do TR2 and the NoiseProcess=2 settings coincide with each other? should i use them together, or should i use one and not the other if i'm shooting for accuracy? |
![]() |
![]() |
![]() |
#764 | Link | ||
Moderator
![]() Join Date: Oct 2001
Location: Hawaii
Posts: 7,265
|
Quote:
Quote:
|
||
![]() |
![]() |
![]() |
#765 | Link | ||
Registered User
Join Date: Jan 2006
Posts: 9
|
Quote:
Quote:
|
||
![]() |
![]() |
![]() |
#766 | Link |
Registered User
Join Date: Jan 2006
Posts: 9
|
i installed both dfttest filter, along with addgrainc and now get a working preview with:
QTGMC(Preset="Slower", MatchPreset="Slower", MatchPreset2="Slower", SourceMatch=3, Lossless=2, TR2=1, Denoiser="dfttest", NoiseProcess=2, NoiseDeint="Generate", Edithreads=4) but it's very, very dark as if the black levels were crushed to crap. ...i THINK i installed addgrainc correctly - all i did was copy paste the dll, but i wasn't sure what i should do with the avs file included in the zip. Last edited by Diamenz; 16th November 2019 at 01:23. |
![]() |
![]() |
![]() |
#767 | Link | |
Registered User
Join Date: Sep 2007
Posts: 3,982
|
@Diamenz -
preset="blah", and noisepreset="blah" are 2 different switches . It's in the documentation Quote:
You can use showsettings=true, to overlay what settings are being passed If you have wrong levels, usually it's some mismatch of newer script version and older plugins or vice-versa |
|
![]() |
![]() |
![]() |
#768 | Link | |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 1,293
|
Quote:
Code:
ColorBars(width=640, height=480, pixel_type="yv12") QTGMC(Preset="Slower", MatchPreset="Slower", MatchPreset2="Slower", SourceMatch=3, Lossless=2, TR2=1, Denoiser="dfttest", NoiseProcess=2, NoiseDeint="Generate", Edithreads=4)
__________________
My Avisynth Stuff Last edited by real.finder; 16th November 2019 at 06:07. |
|
![]() |
![]() |
![]() |
#770 | Link |
Registered User
Join Date: Nov 2019
Posts: 1
|
Hello, I'm having trouble with the Very Slow and Placebo settings in QTGMC. Whenever I select them, it seems only the chroma channel is processed, luma is not included, whereas with all other settings from Slower and above, it works as intended. Am I missing anything vital in the script or a filter? Thank you.
![]() |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|