PDA

View Full Version : NO resize option?


otakucode
26th April 2002, 20:51
I'm dealing with some MPEG-2 streams that are already 480x480, but simply in a very high bitrate (5800kbps to be exact) and quite noisy (and the audio is 32kHz but thats a different issue which I've figured out). So I just want to run a noise filter on em, deinterlace em, and reencode to cut down the bitrate to SVCD standards. Well, DVD2SVCD does this for me, but there is one issue. There is no option to specify "No resize"... at first I thought, well, its 480x480 so no resizing will be done, right? Apparently wrong. I don't know if its actually doing anything to the video or not, but when I leave it on my usual default of Bicubic resize, processing the video takes an hour. The exact same video processed with all the other same parameters and rezise set to SimpleResize takes half an hour to encode. Obviously, some code is being run that never should be. Is there an *automatic* way to stop this from going on?

OtakuCODE

PCBadBoy
29th April 2002, 05:57
There is no automatic way of making this the resize option nul. What you need to do is go to the Frameserver tab and choose edit when dvd2avi processing is done. At his point you can remove the resize line from the text that is displayed. Ergo...No resizing will be done during your encode.

Sorry I have no example for the screen you will modify.

Now I am fairly new at this so if this is incorrect, someone please correct me.;)

otakucode
29th April 2002, 13:05
No, you got it all right, that is what I have been doing so far. I was just hoping I was missing something to set it up to leave that line out of the avisynth script automatically.

OtakuCODE