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
OtakuCODE