LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
dgdecode_mpeg2source("your file.d2v")mirkosp wrote:Try using the following code instead:
- Code: Select all
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
dgdecode_mpeg2source("your file.d2v")
mirkosp wrote:See which of the two fits, but in the first case there's hardly anything you can do besides just giving in and loading the plugin manually each time.
Scintilla wrote:mirkosp wrote:See which of the two fits, but in the first case there's hardly anything you can do besides just giving in and loading the plugin manually each time.
Actually, there is: make a .AVSI file in your plugins directory that contains the LoadPlugin line, so the line gets automatically called every time. That's what I do.


OzzieAlThor79 wrote:So to not clutter the board, I have an extremely basic script I am using just to tinker.
Lanczos4Resize(720,480)
FastLineDarken(150,100,4,0)
Tweak(sat=1.1,cont=1.1)
Telecide(order=1,guide=0)
Decimate(cycle=5, mode=2)
LoadTDeint()
TDeint(mode=1,order=1)
BlendBob()
Here's what I am getting from my Huffyuv AVI (with "Always suggest RGB" clicked).
Quoted Image converted to link:
http://i14.photobucket.com/albums/a343/kfantrivia/issue.jpg
Quoted Image converted to link:
http://i14.photobucket.com/albums/a343/kfantrivia/issue2.jpg
You can see the dark shadows kind of where the body "will or would be". I don't get this all the time. On the first picture, the shadow on the white arm on the right is there although that object is NOT moving.
The guides don't tell me what I've screwed up this time.
Besides probably having something that does the same thing twice in my script, is one of my filters causing this?
Telecide(order=1,guide=0)
Decimate(cycle=5, mode=2)
FastLineDarken(150,100,4,0)Users browsing this forum: No registered users and 1 guest