Quantcast Avisynth: Help with Writing New Script? - Page 2 - digitalFAQ.com Forums [Archives]
  #21  
06-07-2006, 05:04 PM
audioslave audioslave is offline
Free Member
 
Join Date: Mar 2003
Location: Sweden
Posts: 725
Thanks: 0
Thanked 0 Times in 0 Posts
So this is what I put in the filter editor in DVD-RB?
Code:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\LimitedSupport_09Jan06B.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\mt_masktools.dll")
Import("C:\Program Files\AviSynth 2.5\plugins\LRemoveDust.avsi")
Import("C:\Program Files\AviSynth 2.5\plugins\LimitedSharpenFaster.avsi")
Import("C:\Program Files\AviSynth 2.5\plugins\Soothe.avsi")

BlindPP(cpu=4)
LRemoveDust_YV12(4,1)
dull  = last
sharp = dull.LimitedSharpenFaster()
Soothe(sharp,dull)
EDIT: Minor script changes.
__________________
AudioSlave
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #22  
06-08-2006, 04:54 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
You don't have to add any "Loadplugin" or "import" line if what you want to load (or import) is already in the directory "C:\Program Files\AviSynth 2.5\plugins". Everything that is in this directory is loaded automatically by avisynth, so you can remove all that lines.

Concerning the blindPP line : personally I do not add it because it is not recommended to use it on a MPEG2 source by the author of the DGDecode.dll. It's sad that DVD-RB does not allow to add it automatically in the "MPEG2Source" line.
Reply With Quote
  #23  
06-08-2006, 02:26 PM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
It's sad that DVD-RB does not allow to add it automatically in the "MPEG2Source" line.
I always use a batch text replacer after the prepare phase to add the parameter CPU=4 in the MPEG2Source line.
Reply With Quote
  #24  
06-08-2006, 02:43 PM
audioslave audioslave is offline
Free Member
 
Join Date: Mar 2003
Location: Sweden
Posts: 725
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Boulder
Quote:
Originally Posted by Dialhot
It's sad that DVD-RB does not allow to add it automatically in the "MPEG2Source" line.
I always use a batch text replacer after the prepare phase to add the parameter CPU=4 in the MPEG2Source line.
How do you do that?
__________________
AudioSlave
Reply With Quote
  #25  
06-08-2006, 02:51 PM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
Uh, use a batch text replacer program
Reply With Quote
  #26  
06-08-2006, 02:54 PM
audioslave audioslave is offline
Free Member
 
Join Date: Mar 2003
Location: Sweden
Posts: 725
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Boulder
Uh, use a batch text replacer program
Please forgive my ignorance but I have no idea what that means...
__________________
AudioSlave
Reply With Quote
  #27  
06-08-2006, 02:57 PM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
It's any program that can change text strings inside text files. I use idct=6 so I substitute idct=6 with idct=6,cpu=4 in every avs file in the Rebuilder-created d2vavs folder.

I use the one attached in this post : http://forum.doom9.org/showthread.ph...500#post762500
Reply With Quote
  #28  
06-08-2006, 04:28 PM
audioslave audioslave is offline
Free Member
 
Join Date: Mar 2003
Location: Sweden
Posts: 725
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks a lot!
One more question: What is idct?
__________________
AudioSlave
Reply With Quote
  #29  
06-08-2006, 05:40 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by audioslave
Thanks a lot!
One more question: What is idct?
Man, are you reading the manuals sometimes ?
idct is, among other things, the name of a parameter of mpeg2source. It corresponds to the algorythm you want to use to perform the inverse discrete cosine transform (idct) during mpeg2 decoding.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Hand writing recognition software totonho03 Computers 1 10-21-2006 03:50 AM
Help With Nero SKVCD BIN: Overburn Writing? CNightWolf Authoring VCD, DVD, Blu-ray 1 06-26-2004 04:45 AM
nero 6 says 40x max for writing CDs el_mero_zooter Blank Media / Burning Discs 0 10-22-2003 03:37 PM
KVCD: Encoding is aborted with stream writing error? Romanov Video Encoding and Conversion 7 04-23-2003 01:48 PM
Writing ripped WMAs to a DVD-R digitalvideo Audio Conversion 1 05-18-2002 08:37 PM

Thread Tools



 
All times are GMT -5. The time now is 07:47 AM  —  vBulletin © Jelsoft Enterprises Ltd