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. |
![]() |
#63 | Link |
Pig on the wing
Join Date: Mar 2002
Location: Finland
Posts: 5,655
|
Change the field order parameter in QTGMC or use AssumeTFF() or AssumeBFF() before the QTGMC call.
__________________
And if the band you're in starts playing different tunes I'll see you on the dark side of the Moon... |
![]() |
![]() |
![]() |
#64 | Link |
Registered User
Join Date: Oct 2011
Posts: 6
|
Truly smitten with QTGMC's processing of HD progressive material (I'm partial to InputType=1). While it could be my imagination, I'm perceiving a slight motion blur as a result of the processing. My hunch is that Rep2 is my best bet for minimizing this effect. Could some kind soul please tell me which other parameters could play a hand in helping to minimize motion blur?
Again, I'm totally open to this being my imagination. Just trying to eliminate all other possibilities. Much obliged! |
![]() |
![]() |
![]() |
#65 | Link | |
Retried Guesser
Join Date: Jun 2012
Posts: 1,373
|
Quote:
I've used QTGMC to add motion blur; never thought it had too much by default. But try SBlurLimit=0; it looks like the only MB parameter that's not already at minimum. |
|
![]() |
![]() |
![]() |
#67 | Link |
Registered User
Join Date: Jul 2007
Posts: 97
|
To Didee and Vit, this script is absolutely amazing! I've been using this on old VHS-C tapes and the results are second to none
![]() Below is the code I'm using to get these PAL tapes up to 720p50 for blu-ray. Code:
AVISource("roadtrains.avi", audio=false).AssumeFPS(25,1).AssumeTFF() crop(18, 8, -14, -16) ColorMatrix(interlaced=true, mode="Rec.601->Rec.709") ConvertToYV12(interlaced=true, matrix="Rec709", chromaresample="Blackman") QTGMC(Preset="Placebo", TR2=2, EdiMode="EEDI3+NNEDI3", NoisePreset="Slower", ChromaNoise=True) nnedi3_rpow2(rfactor=2, pscrn=4, fapprox=0, cshift="BlackmanResize", fwidth=960, fheight=720, ep0=7) AddBorders(160,0,160,0) Any thoughts? Cheers, Mitch Sent from my SM-N9005 using Tapatalk Last edited by mjr4077au; 16th January 2016 at 09:45. |
![]() |
![]() |
![]() |
#68 | Link |
Registered User
Join Date: May 2009
Location: Belgium
Posts: 1,741
|
Do you use ConvertToYV12 because your source is in YUY2 ? If yes, I believe it's better to let it in YUY2 for de-interlacing and convert in YV12 after QTGMC.
Last edited by Music Fan; 16th January 2016 at 14:18. Reason: error |
![]() |
![]() |
![]() |
#69 | Link | |
Registered User
Join Date: Jul 2007
Posts: 97
|
Quote:
The captures are YUY2. Because I'm using RgTools instead of the older RemoveGrain tools and cannot use YV16 properly with QTGMC, I've opted to do it at that stage. Systematically, it seems better than going through all the Interleaved2Planar and Planar2Interleaved stages. It also seems hackish using older DLL files for AviSynth 2.5 for MaskTools to work with YUY2 in AviSynth 2.6. Cheers, Mitch. Last edited by mjr4077au; 16th January 2016 at 22:08. |
|
![]() |
![]() |
![]() |
#71 | Link | |
Registered User
Join Date: Jul 2007
Posts: 97
|
Quote:
![]() If I didn't resize, I'd add black borders to replace the crop and encode with a SAR of 16:15. Then I'd get the correct output resolution of 768x576 for the source. Last edited by mjr4077au; 16th January 2016 at 22:40. |
|
![]() |
![]() |
![]() |
#72 | Link |
Registered User
Join Date: May 2009
Location: Belgium
Posts: 1,741
|
Sorry, I made a bad calculation
![]() Your video actually keeps its 1.25 SAR after your crop thus your resize is ok. I believe I typed 576 instead of 552 on my calculator (918.720 would have been good for 688.576, not for 688.552). ![]() I removed this part of my first post. |
![]() |
![]() |
![]() |
#73 | Link |
Registered User
Join Date: Jul 2007
Posts: 97
|
All good! I edited my reply because that attachment was stupidly huge :P
I'd be interested on more feedback as to whether I should roll back to the old RemoveGrain package and masktools-2.5 to process the video as YUY2. In this post here on another thread of mine, Reel.Deel mentioned QTGMC requires modification to work in YV16. I'd also be interested in knowing more about that too. Cheers, Mitch. |
![]() |
![]() |
![]() |
#74 | Link |
Registered User
Join Date: Aug 2008
Location: Isle of Man
Posts: 588
|
[QUOTE=mjr4077au;1753495]
Code:
AVISource("roadtrains.avi", audio=false).AssumeFPS(25,1).AssumeTFF() crop(18, 8, -14, -16) ColorMatrix(interlaced=true, mode="Rec.601->Rec.709") ConvertToYV12(interlaced=true, matrix="Rec709", chromaresample="Blackman") QTGMC(Preset="Placebo", TR2=2, EdiMode="EEDI3+NNEDI3", NoisePreset="Slower", ChromaNoise=True) nnedi3_rpow2(rfactor=2, pscrn=4, fapprox=0, cshift="BlackmanResize", fwidth=960, fheight=720, ep0=7) AddBorders(160,0,160,0) |
![]() |
![]() |
![]() |
#75 | Link | |
Registered User
Join Date: Jul 2007
Posts: 97
|
[QUOTE=fvisagie;1753695]
Quote:
I cropped first due to the head switching noise. I was worried it'd affect the motion compensation in QTGMC. As I'm only cropping, not resizing, there should only be positives, right? Cheers, Mitch. |
|
![]() |
![]() |
![]() |
#76 | Link |
Pig on the wing
Join Date: Mar 2002
Location: Finland
Posts: 5,655
|
As you seem to crop vertically in mod-2 (YUY2), there should be no issues (and it's also recommended if there's only garbage there). Horizontal cropping shouldn't matter as long as you follow the basic rules which depend on the colorspace.
I'd move ColorMatrix after the deinterlacing part, but that's just a matter of taste.
__________________
And if the band you're in starts playing different tunes I'll see you on the dark side of the Moon... |
![]() |
![]() |
![]() |
#77 | Link | |
Registered User
Join Date: Jul 2007
Posts: 97
|
Quote:
|
|
![]() |
![]() |
![]() |
#78 | Link |
Pig on the wing
Join Date: Mar 2002
Location: Finland
Posts: 5,655
|
It shouldn't matter, the motion estimation procedure etc. is the same anyway.
__________________
And if the band you're in starts playing different tunes I'll see you on the dark side of the Moon... |
![]() |
![]() |
![]() |
#79 | Link | |
Registered User
Join Date: Aug 2008
Location: Isle of Man
Posts: 588
|
Quote:
![]() Cheers, Francois |
|
![]() |
![]() |
![]() |
#80 | Link | |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,579
|
Quote:
__________________
See My Avisynth Stuff |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|