I just wondered...
what is this filter used for?
is it really necessary?
i mean...
i tried a lot of tutorials and they're all says i should add this filter...
the thing is..
i also tryed to skip this filter and i got the same results...![]()
Thanks in advance!
+ Reply to Thread
Results 1 to 30 of 33
-
-
You only need to use the resize filter if you want to resize your video.
-
KBeee, thanks for respondin' man!
so according to what you're sayin' - its not really necessary...
correct me if i'm wrong...
cause if i have a 640x272 AVI file - what reason do i have to resize it? -
There could be many reasons. Maybe you want to make a very small file to post on your web site. Maybe you want to create a DV AVI file (which must have a 720x480 or 720x576 frame size). Maybe you will be frameserving to an MPEG encoder to make DVD compatible MPEG files. Maybe you need to reduce the size to fit on your portable video player. Maybe you want to correct/change the aspect ratio...
-
Originally Posted by GangstaRap
Only resize if you need to for specific reasons, as Jagabo said.
As you're using VDMod, there should be 2 resize filters, called "resize" and also "VDMod_Resize".
If you DO need to resize then the VDMod_resize filter has more options than the plain vanila "resize" filter. -
VDMod_resize doesn't come with VirtualDubMod. You have to download and install it.
-
jagabo, thanks for postin man!
i guess i didnt explain myself well...
i know that if i want to leave it an AVI format - the resize is unnecessary.
but when i want to encode to VCD\SVCD - does it have special sizes?
what are those compatible MPEG sizes?
do i have to change this size (640x272) or any other AVI size to a compatible MPEG size?
and again - thanks for your great help guys!!!
youre helpin me alot!!! -
VCD: 352x240 NTSC, 352x288 PAL
SVCD: 480x480 NTSC, 480x576 PAL
See the "What is" links at the top left of every page here:
https://www.videohelp.com/vcd
https://www.videohelp.com/svcd -
Originally Posted by jagabo
what if i wont choose to resize to this exact sizes?
what problems (if so...) can it cause?
thanks for the help man!!! -
...and WHEN you do resize to create compliant (S)VCD's, you are going to have to pad it on the top n bottom or else you your AR won't be correct.
-
45tripp, okay, thanks man.
Pinstripes23, hehe youll' have to go easy with me...
what do you mean "pad it"?
you mean those black top and bottom margins?
wont them automatically created when i'm using the Resize filter?
thanks again! -
Originally Posted by GangstaRap
Originally Posted by GangstaRap
Resizing VCD/SVCD is not as straightfoward as resizing for DVD
At least for me.
read this resizing guide or just use the tables.
https://forum.videohelp.com/viewtopic.php?t=174200&postdays=0&postorder=asc&start=0
as an example.
taking your video going to 4:3 mpeg ntsc SVCD
you need to resize to 480x272
and add borders.
With vdub you tick the 'expand frame...' box and expand to 480x480
there's an app called avi resize calculator
to help you resize avi to dvd -
45tripp, wow! thanks for the great help!!!
just one last question;
in my "Filter Mode" tab the Default is "Nearest neighbor"...
should i leave it?
what is it anyway??
thanks again man!!! -
You almost always want to use the Lanczos3 resize filter. When enlarging you may sometimes want to use Bicubic.
Nearest neighbor is the poorest. It will generate lots of jaggies and moire artifacts.
Bilinear will generate moire artifacts when downsizing. It also gives the least sharp results.
Bicubic will generate moire artifacts when downsizing but gives a sharp picture. It gives sharp results when upsizing.
Lanczos3 generates sharp results when upsizing or downsizing. It generates the least moire artifacts.
Use FitCD to calculate the resizing parameters. Use the middle "MPEG resizing" section. -
jagabo, first of all, thanks man! really appreciate it!!!
is this the calculated size? the destination size?
did i miss something? -
Below where your picture is will be the AviSynth script. There will be an AddBorders line that will tell how many pixels of black are needed to pad out the resolution to 480x480. And you do realize that you're adding black to the sides and more than necessary to the top and bottom by having 2 blocks overscan don't you? The effect is also to lower the resolution. I don't know why that guy makes 2 blocks overscan the default. Unless you need it to make low subs visible, I'd set the blocks overscan to 0.
-
2 blocks in the default because many users of FitCD use it to bring subtitles back inside the overscan area because fan-subbers have no idea where subtitles should be. If you have badly positioned, hardcoded subs then you should leave it at 2 blocks.
2 blocks is also a good size when upscaling for DVD full-D1, as it reduces the amount of resizing without making visible borders (on most TVs) and the cost of the black to bitrate is minimal, so more goes to the image.
It is only when working with the stupidly low resolutions of VCD and SVCD that it becomes an issue.Read my blog here.
-
When using VirtualDub to resize, you add borders using the "Expand frame and letterbox image" section of the Resize filter.
-
Thanks for postin guys!!!
Originally Posted by manono
but like guns1inger said - 2 blocks is the default... whatever the reason is...
Originally Posted by guns1inger
i hate it.
i guess because the zoomed videos i used to get when using ConvertXToDVD...
and i'm assuming this blocks will zoom out my video...
so i dont see the necessity in this option...
why do i need to add blocks for subtitles when i can just add top and bottom borders as much as i want by resizing the image...?
Originally Posted by manono
where do i need to add those values?
do i even need to take it under consideration though i use VDubMOD to encode?
(its an AviSynth script... i guess...)
Thanks for the great help guys!
and if it seems like a rookies questions - i guess i'm guilty... -
The blocks add the borders, top and bottom, and left and right. If you just resize to put borders top and bottom then you screw the aspect ratio. If you use the 2 blocks borders scripts in avisynth then you get the correct image size and aspect ratio all in one go. And ConvertXtoDVD will encode from an avisynth script so you can use it to get the correct image. FWIW, ConvertXtoDVD does not zoom images at all.
Read my blog here.
-
VDMod_resize doesn't come with VirtualDubMod. You have to download and install it.
Here is the resize filter that comes with Virtualdub 1.7.2
-
guns1inger, so those blocks are the pads that Pinstripes23 told me to add?
DarrellS, it seems like this filter you have is makin the whole calculations by itself and spares the headache...
where can i get one of this? is it free?
guns1inger, DarrellS, jagabo, manono,
THANKS FOR YOUR TIME AND YOUR PATIENT!!! -
Originally Posted by guns1inger
-
to fill out the frame use the "Expand frame and letterbox image" section of VirtualDub's Resize filter:
Or install AVISynth, use the Save Script button in FitCD to save the AVISynth script, then open that AVS file in VirtualDub (AVISynth will handle the resizing via the script). -
DarrellS, it seems like this filter you have is makin the whole calculations by itself and spares the headache...
where can i get one of this? is it free?
Virtualdub is getting better with every release. Before long, it will have all the options that the mods have and more. The mods are getting no more updates ( the Audio-X build was the last build ) while Virtualdub is constantly updated.
Smart rendering makes the new versions the best and even though they don't have MPEG2 or WMV support yet, they can handle these formats with Avisynth script.
Virtualdub-MPEG2 might get one more update to include smart rendering, not sure yet. VirtualdubMod is finished, no more updates. -
Originally Posted by manonoRead my blog here.
-
DarrellS, thanks for postin man!
and as you said, Virtualdub don't have MPEG2 support so i used to make a frame serving to TMPGEnc,
i think now i'll give it a shot with AviSynth script.
i'll try both FITCD and the Virtualdub's Resize Filter...
just one more thing:
i visited virtualdub's site and found only experimental 1.7.1 version...
is that the version with the wonder resize filter?
Similar Threads
-
Megui Resize Filter
By xxxThiefxxx in forum Video ConversionReplies: 4Last Post: 18th Apr 2012, 23:00 -
VDUbMod Specific FIlter
By shukero in forum EditingReplies: 4Last Post: 3rd Dec 2010, 16:42 -
Resize filter in VirtualDubMod
By CSULB71 in forum Video ConversionReplies: 5Last Post: 28th Dec 2008, 11:48 -
How to use the Resize filter with WinAvi?
By GangstaRap in forum Video ConversionReplies: 1Last Post: 2nd Jul 2008, 05:28 -
Which one directshow filter to resize the image ?
By jazzzy in forum Software PlayingReplies: 1Last Post: 20th Feb 2008, 09:55