I'm trying to simply resize an AVI to 640x360 using VirtualDub 1.6.9. I go to Video > Filters... > Add... > resize > OK, input the size details, change the filter mode to precise bicubic (A=-0.60), then OK everything. I then select Video > Direct stream copy, then go File > Save as AVI...
However, the size of the video in the new file remains unchanged.
I know I'm being stupid. What am I doing wrong?
Many thanks.![]()
+ Reply to Thread
Results 1 to 9 of 9
-
-
You need to select full processing mode when using any filters.
You need to select full processing mode when using any filters.
edit
Just a tip.
Don't forget to choose a new video compressor since you are going to be recompressing the file or it probably default to RGB no compression (unless that's what you want) . -
Ah, that would probably explain it. That's gonna take ages.
I'll tell you what I'm trying to do; perhaps there's an easier way. I'm trying to resize around 20 AVIs that are 640x326. The reason I'm trying to resize them is because I'm trying to convert them in TMPGEnc, and it's complaining that the resolution is illegal ( needs to be in multiples of 8 ).
Is there a better way of doing it? I'd prefer it if I could just get TMPGEnc to ignore the size! -
Frameserve the output from vdub to tmpgenc. It won't create an intermediate file and that will save some time (and disk space). I recall older versions of vdub 1.4 (I think) had a good explanation of frameserving under the help menu. It is frequently discussed here if you are not sure how to do it.
I haven't used tmpgenc extensively in the last while but I seem to recall that you can also adjust the framesize (res) within tmpgenc. Look for unlock.mcf under the extra subdirectory of tmpgenc. Use the load feature at the beginning of the program. -
On the advanced tab, select Centered, Custom size.
Cheers, Jim
My DVDLab Guides -
Download fitcd and avisynth. Use fitcd to write a resize script for avisynth. It works a lot faster than resizing and frameserving with virtualdub.
Donadagohvi (Cherokee for "Until we meet again") -
the script for resizing is easy for avisynth
Code:# 16:9 encoding AviSource("W:\project9_5\file33b.avi", false) ConvertToYUY2() AssumeFPS(23.976,False) LanczosResize(632,440,0.0,0.6) AddBorders(44,20,44,20)
adjust as required for your application"Each problem that I solved became a rule which served afterwards to solve other problems." - Rene Descartes (1596-1650)
Similar Threads
-
Megui Resize Filter
By xxxThiefxxx in forum Video ConversionReplies: 4Last Post: 18th Apr 2012, 23:00 -
resize filter in virtualdub for upsizing videos
By snafubaby in forum Newbie / General discussionsReplies: 1Last Post: 5th Dec 2011, 06:26 -
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