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

Reply
 
Thread Tools Search this Thread Display Modes
Old 7th December 2014, 22:20   #301  |  Link
STJAM
Registered User
 
Join Date: Oct 2012
Posts: 20
Thanks qwerty1983, I can't wait to evaluate MC_Spudsmod.
STJAM is offline   Reply With Quote
Old 23rd November 2015, 09:10   #302  |  Link
caiyuwei
Registered User
 
Join Date: Nov 2009
Posts: 16
I'm playing around with MC_Spudsmod and I don't understand why can't it use with QTGMC?

My script is

Quote:
QTGMC(Preset="Slower", EZDenoise=0)
AssumeFPS("ntsc_film")
MC_Spudsmod()
I checked with AvsPmod and no error but when i encode, there's error output stream.
But for IVTC, it's sill ok? and my source is YV12

Is there anyway for it working with QTGMC?

Thank you

Last edited by caiyuwei; 23rd November 2015 at 09:13.
caiyuwei is offline   Reply With Quote
Old 23rd November 2015, 09:47   #303  |  Link
manono
Moderator
 
Join Date: Oct 2001
Location: Hawaii
Posts: 7,406
Quote:
Originally Posted by caiyuwei View Post
QTGMC(Preset="Slower", EZDenoise=0)
AssumeFPS("ntsc_film")
MC_Spudsmod()
I'm curious about the script. Are you creating a slow motion video on purpose? Do you understand what QTGMC does? If you're trying to use it as an IVTC, that's not how.

I suspect your encode is crashing because you have two complex and slow filters in the same script. Maybe try dividing it into two encodes, the QTGMC part first to a lossless AVI and then the MC_Spudsmod.

Or, if you're using multi-threading, don't.

Last edited by manono; 24th November 2015 at 06:58.
manono is offline   Reply With Quote
Old 23rd November 2015, 10:04   #304  |  Link
caiyuwei
Registered User
 
Join Date: Nov 2009
Posts: 16
Quote:
Originally Posted by manono View Post
I'm curious about the script. Are you creating a slow motion video on purpose? Do you understand what QTGMC does? If you're trying to use it as an IVTC, that's not how.

I suspect your encode is crashing because you have two complex and slow filters in the same script. Maybe try dividing it into two encodes, the QTGMC part first to a lossless AVI and then the MC_Spudsmod.

Or, if you're using a multi-threading, don't.
Thank you for your interesting
I just do deinterlace for the video. The scripts uses yadif as default. I just replace yadift by QTGMC.
I tried changing QTGMC ("Slow") to QTGMC ("Medium") but my encode is still crashing...

But for another videos using ITVC to interlace, it works well

Last edited by caiyuwei; 23rd November 2015 at 10:09.
caiyuwei is offline   Reply With Quote
Old 23rd November 2015, 13:13   #305  |  Link
ajk
Registered User
 
Join Date: Jan 2006
Location: Finland
Posts: 138
You might be running out of memory, and also in general I haven't always had great luck with running several MVTools intensive filters at the same time.

If nothing else helps, just run QTGMC() separately to an intermediate, lossless AVI file, and then do the noise removal afterwards in another script.
ajk 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 10:16.


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