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 14th February 2022, 08:30   #21  |  Link
Mitra
Registered User
 
Join Date: Mar 2021
Posts: 40
Quote:
Originally Posted by kedautinh12 View Post
If you use Avs cuda, you can try KTGMC
https://github.com/pinterf/AviSynthC...er/TestScripts

Or you can try another faster filter like
yadifmod2:
https://github.com/Asd-g/yadifmod2
BWDIF:
https://github.com/Asd-g/AviSynth-BWDIF

I tried both the yadifmod2 and BWDIF, they are fast but their quality is not good for me.

I compiled and installed AVS+Cuda without any problems, but when run this script:
Code:
FFMS2("s.ts")
onCUDA()
KTGMC()
gives this error:
Quote:
This Avisynth does not support memory type 2 (CUDA)
(m.avs, line 2)
m.avs: Unknown error occurred
and with this:
Code:
FFMS2("s.ts")
KTGMC()
onCUDA()
gives this error:
Quote:
Evaluate: Unhandled C++ exception!
(C:/Program Files (x86)/AviSynth+/plugins64+/KTGMC.avsi, line 451)
(m.avs, line 2)
m.avs: Unknown error occurred
and this is line 449~451 of KTGMC.avs :
Quote:
449- bobbed = (InputType == 0) ? useEdiExt ? isyuy2(EdiExt) ? EdiExt.nonyuy2clipin(true) : EdiExt : planarClip.KTGMC_Bob( 0,0.5 ) : \
450- (InputType == 1) ? planarClip : \
451- planarClip.Blur( 0,1 )

i don't know how to solve the errors.

Last edited by Mitra; 14th February 2022 at 08:40.
Mitra is offline   Reply With Quote
Old 14th February 2022, 08:44   #22  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,153
You can ask pinterf some problem about avs cuda
https://forum.doom9.org/showthread.php?t=181351
kedautinh12 is online now   Reply With Quote
Old 14th February 2022, 08:53   #23  |  Link
Mitra
Registered User
 
Join Date: Mar 2021
Posts: 40
Quote:
Originally Posted by kedautinh12 View Post
You can ask pinterf some problem about avs cuda
https://forum.doom9.org/showthread.php?t=181351
Thanks, I'll ask him.
Mitra is offline   Reply With Quote
Reply

Tags
avisynth, filter, qtgmc, video

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:44.


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