Hi, I have a widescreen video. I want to convert it to full screen letterbox. When i convert widescreen to full screen, it automatically converts so that there are equal black bars on the top and the bottom. I want the black bars to be all on the bottom and then have subtitles inside the black bars. I've tried looking through winavi and virtualdub options with no success. it seems rather simple and yet i cannot do it. can you tell me how i can do it with winavi? if not, any other program will do. thanks in advance!!
+ Reply to Thread
Results 1 to 7 of 7
-
-
What are you starting with? A DVD? An AVI file?
Do you want to make a standard DVD to watch on a player, or on a PC monitor?
When i convert widescreen to full screen, it automatically converts
Well, if we assume you have an AVI file, and VDUB, you also need AVisynth. If you don't have that, install it.
Now you can create a simple Avisynth script to do what you want.
Avisynth functions are detailed in a "docs" folder under its install directory.
You can do it by hand, but a useful tool is "FitCD".
In FitCD select "Source" as your AVI file.
You want full screen, so deselect "anamorphic".
If NTSC, you probaly want to make a 720x480 DVD.
From these settings FitCD will give you a script like:
AVISource("P:\S60-104.avi")
LanczosResize(720,368,0,0,624,352)
AddBorders(0,56,0,56)
This is for an AVI file with dimensions 624x352.
Notice the last line: the AddBorders command.
That puts 56 pixels on both top and bottom.
You can change this: eg to
AddBorders(0,12,0,100)
putting 12 at the top, 100 at the bottom.
(Note that he height = 368 + 12 + 100 = 480 pixels)
Save the script as an AVS file.
Open in VDUBMOD to preview. You can edit the script there, use F5 to save and reload.
Then feed the AVS to your encoder -- most encoders that accept AVI also accept AVS files. -
You're right. It is simple... No scripting needed if you use Sony Vegas:
Add the clip to the timeline and click 'Event/Pan Crop', then select a preset that automatically alters the aspect ratio. You can also create your own setup though; I always have success in aspect ratio restoration or modification when I use Sony Vegas. You can pan the video up so that your bar is only on the bottom, and if you're still unhappy, you can use 3D track motion to further get the results you want... within seconds.Programs I Frequently Use:
Sony Vegas 7
Autodesk 3ds Max 9
Camtasia Studio 4 -
thanks!! i can't try it right now, but i will tonight. i'll tell u how it goes.
-
i have an avi file and i want to convert it to 3gp with winavi mp4 converter.
i'm new to scripting. here's what my script was:
AVISource("<filename>.avi")
AddBorders(0,0,0,250)
TextSub("<file name>.srt")
i preview it in virtualdub and there is sound, but when i convert with winavi, there is no audio. do i need to make a filter for audio too? -
-
nvm about the audio, i got it. thanks for all ur help.
i added a wavsource filter and now there is sound. thanks again!
Similar Threads
-
Can I remove black bars (top and bottom) when backing up my dvd's?
By jammiev in forum DVD RippingReplies: 10Last Post: 17th Jan 2012, 13:19 -
need to correct Aspect Ratio by padding/adding black bars - author AVCHD
By texas1 in forum Authoring (Blu-ray)Replies: 3Last Post: 24th Nov 2011, 11:44 -
Extra video top and bottom; black bars left and right
By koberulz in forum Newbie / General discussionsReplies: 27Last Post: 15th Oct 2011, 14:14 -
Adding black bars
By ebay in forum Video ConversionReplies: 4Last Post: 7th Aug 2010, 04:37 -
Why do some Widescreen Movies still have black bars top and bottom?
By the_importer in forum DVD & Blu-ray PlayersReplies: 3Last Post: 13th Dec 2007, 09:09