![]() |
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") |
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. |
Quote:
|
Quote:
|
Uh, use a batch text replacer program :wink:
|
Quote:
|
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 |
Thanks a lot! :)
One more question: What is idct? :oops: |
Quote:
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. |
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.