PDA

View Full Version : New MPEGDecoder for AviSynth


Neoze
26th September 2002, 11:33
This DLL lets you load VOB/MPEG-2 Program/Transport files to be loaded directly into Avisynth.
i.e. no need for creating a d2v file.

http://forum.doom9.org/showthread.php?s=&threadid=31329&perpage=20&pagenumber=1

This can speed up the compression!

Another thing is a new resize filter: lanczos3
http://forum.doom9.org/showthread.php?s=&threadid=33290&highlight=lanczos
I have done some test and this resize is excellent.

->to DVD2sVCD
I allways use fitcd to calculate the optimized border for cce. (2 Blocks TV-overscan)
It could be great if they was an option in dvd2svcd to add the border

And last I allways crop a little to eliminate garbage,and to have pure black border. So the syntax of the new MPEGDecoder is better to read: NicCrop(8,10,64,68)
will crop 8 off the left handside 10 off the right handside 64 off the top & 68 off the button

dvd2svcd
26th September 2002, 12:43
Well, I can't switch to MPEGDecoder.dll for a number of reasons, the two biggest obstacles being that I'd have to rewrite a lot in dvd2svcd and the second is that MPEGDecoder doesn't take TFF and RFF into account.

Neoze
26th September 2002, 13:36
As far as the quality is not concerned it is not so important.

But about having an option to add a border, what did you think about?

poopity poop
8th October 2002, 22:35
you you guys can always edit the avs file....you can change anything you want.. and add anything you want for encoding