I have an avi file that is 320x240 pixels.
I'm trying to add boarders to an avi.
I need this avi file to have a new dimension of 352x240.
I expect to see virtical black bars on the left and right of the video.
They should be 16 pixels wide and 240 pixels high.
I'm using virtualdub to do this.
I add a resize filter.
I set the new width to 320
I set the new height to 240
I click on Expand frame and lettre box image.
I set the frame width to 352.
I set the frame height to 240.
Then from the main menu I select save as avi.
The image looks the right size with the left and right boarders I wanted.
I think I've done this correctly however, the resulting avi doesn't appear to be compressed and is too large to fit on my hard drive.
Have I done this right? What must I do to make sure the resulting avi file is also compressed? (I'd rather it be mpg than avi...)
+ Reply to Thread
Results 1 to 9 of 9
-
-
Originally Posted by JustSomeGuy
If you want to save the avi compressed then you need to select and configure your compression under video>compression before you save. Set the audio to Direct Stream Copy so that it is saved as-is."Art is making something out of nothing and selling it." - Frank Zappa -
Ok I found the video compression menu and selected divx.
But are you saying that I can go directly to mpeg2 using the frameserver? -
Exactly. That is why we frameserve. Instead of encoding and saving to AVI in Vidtual Dub, loading the saved AVI into TMPGEnc, encoding and saving again, we encode in VDub, frameserve to TMPGEnc, encode again, and save it there. Encode twice, save once.
Hello. -
AVISource("whatever.avi")
AddBorders(16,0,16,0)"There is nothing in the world more helpless and irresponsible and depraved than a man in the depths of an ether binge, and I knew we'd get into that rotten stuff pretty soon." -- Raoul Duke -
Thats interesting... Is that a scripting language of some sort?
What application interprets it? -
That is AviSynth. Be careful, once you learn how to work it, you may wonder how you ever got along with out it. The script is written on NotePad, saved with an .avs extension, and programs like Virtual Dub and TMPGEnc love to run it. Look in the Edit section at left, if you're interested.
Hello.
Similar Threads
-
VirtualDub Output question...
By nharikrishna in forum EditingReplies: 8Last Post: 22nd Nov 2010, 22:27 -
VirtualDub question
By s3r19lk1ll3r in forum EditingReplies: 5Last Post: 15th Oct 2010, 16:43 -
VirtualDub question
By Rogert in forum Newbie / General discussionsReplies: 5Last Post: 18th Aug 2009, 11:22 -
virtualdub question
By thecrock in forum Newbie / General discussionsReplies: 1Last Post: 14th Nov 2007, 12:34 -
virtualdub question
By cowboysroy31 in forum Newbie / General discussionsReplies: 5Last Post: 21st Jun 2007, 11:50