Go Back    Forum > Digital Video > Video Project Help > Restore, Filter, Improve Quality

Reply
 
LinkBack Thread Tools
  #21  
10-15-2018, 05:38 PM
sanlyn sanlyn is offline
Premium Member
 
Join Date: Aug 2009
Location: N. Carolina and NY, USA
Posts: 3,648
Thanked 1,308 Times in 982 Posts
Quote:
Originally Posted by yukukuhi View Post
there is a new error message:

Avisynth open failure:
Script error: there is no function named 'dctfilter'
(Deblock_QED.avsi, line 44)
(C:\Users\SGK\Desktop\chinnavar Movie Comedya1.avs, line 11)
http://avisynth.nl/index.php/DctFilter
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Ads / Sponsors
 
Join Date: ∞
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #22  
10-24-2018, 11:56 AM
yukukuhi yukukuhi is offline
Free Member
 
Join Date: Apr 2018
Posts: 68
Thanked 0 Times in 0 Posts
Ok but now I get a error like this:

Script error: invalid arguments to function deblock_qed.

It's the same script as in post 12 of this thread.

Please help.
Reply With Quote
  #23  
10-24-2018, 02:27 PM
sanlyn sanlyn is offline
Premium Member
 
Join Date: Aug 2009
Location: N. Carolina and NY, USA
Posts: 3,648
Thanked 1,308 Times in 982 Posts
The script in post #12 has multiple errors, mainly because you omitted all the punctuation between elements, so that RemoveSpotsMC and MDG2 are not applied to a, b, and c.

Code:
aud=NicMPG123Source("C:\Users\SGK\Desktop\Adithya TV Comedy Collection\"
   \+ "Chinnvar Movie Comedya PID 125 L2 2ch 48 256 DELAY 5ms.mp2", 
   \normalize=false) 

vid=MPEG2Source("C:\Users\SGK\Desktop\Adithya TV Comedy Collection\Chinnvar Movie Comedya.d2v") 
AudioDub(vid,aud) 

deblock_qed(last,quant1=28, quant2=32)

Source1=last
a=source1.SelectEvery(3,0).RemoveSpotsMC2().MDG2() 
b=source1.SelectEvery(3,1).RemoveSpotsMC2().MDG2() 
c=source1.SelectEvery(3,2).RemoveSpotsMC2().MDG2() 
Interleave(a,b,c)
return last

Last edited by sanlyn; 10-24-2018 at 02:41 PM.
Reply With Quote
  #24  
10-26-2018, 07:34 AM
yukukuhi yukukuhi is offline
Free Member
 
Join Date: Apr 2018
Posts: 68
Thanked 0 Times in 0 Posts
Ok I get that one, but to test out the deblock_qed filter I tried a simple script like below here:

Code:
MPEG2Source("C:\Users\SGK\Desktop\Adithya TV Comedy Collection\Chinnvar Movie Comedya.d2v") 

deblock_qed(quant1=28, quant2=32)

Even for this basic script I'm getting the same invalid arguments to function deblock_qed error messeage. Please help.
Reply With Quote
  #25  
10-26-2018, 08:36 PM
sanlyn sanlyn is offline
Premium Member
 
Join Date: Aug 2009
Location: N. Carolina and NY, USA
Posts: 3,648
Thanked 1,308 Times in 982 Posts
I have no idea what's going on with your system. Deblock_QED has been around forever, with no problems, and is a component of several other plugins including MCTemporalDenoise. One of 'QED's support files is the original DeBlock, which is a stronger deblocker anyway.

Code:
DeBlock(quant=25, aOffset=8, bOffsert=8)
You should already have DeBlock.dll anyway. It's a DeBlock-QED requirement. http://avisynth.nl/index.php/DeBlock
Reply With Quote
  #26  
10-27-2018, 10:14 PM
sanlyn sanlyn is offline
Premium Member
 
Join Date: Aug 2009
Location: N. Carolina and NY, USA
Posts: 3,648
Thanked 1,308 Times in 982 Posts
Again, folks, it's time to correct my own dumb typos.

Quote:
Originally Posted by sanlyn View Post
Code:
DeBlock(quant=25, aOffset=8, bOffsert=8)
Above, the "b" Offset parameter is misspelled. Hope it didn't cause problems.

Correction:

Code:
DeBlock(quant=25, aOffset=8, bOffset=8)
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Diagonal line noise on VHS video? Luma noise? bilditup1 Capture, Record, Transfer 66 10-17-2015 01:03 AM
Cartoon restoration project - film grain noise removal? via Email or PM Restore, Filter, Improve Quality 1 07-26-2014 11:39 AM
Pre-processing audio in SoundForge for noise removal in Goldwave [GUIDE] admin Restore, Filter, Improve Quality 0 05-12-2009 10:03 PM
Video censor (blur) removal stoogedog Edit Video, Audio 6 07-20-2006 02:47 AM
Types of Copyprotection Tom_n_Jonna Restore, Filter, Improve Quality 2 01-19-2006 08:23 AM




 
All times are GMT -5. The time now is 11:26 PM