When I go from video to the computer, no matter which capturing program I use, there's always "this crap" down at the bottom of the screen. How do I make it so that "the crap" is not visible when playing from DVD?
+ Reply to Thread
Results 1 to 7 of 7
-
-
Originally Posted by canadateck
-
clothesburner626,
I'd suggest to overlay this crap, because it wastes your bandwidth when encoding. I use AviSynth's Letterbox() function to get rid of it.
Jozef.
Qute from AviSynth docs:
Letterbox (clip, int top, int bottom, [int left], [int right], int "color")
Letterbox simply blackens out the top top and the bottom bottom, and optinally left and right side of each frame. This has a couple of uses: one, it can eliminate stray video noise from the existing black bands in an image that's already letterboxed; two, it can eliminate the garbage lines that often appear at the bottom of the frame in captures from VHS tape.
The functionality of Letterbox can be duplicated with a combination of Crop and AddBorders, but Letterbox is faster and easier.
Generally, it's better to crop this stuff off using Crop or CropBottom than to hide it with Letterbox. However, in some cases, particularly if you're compressing to MPEG, it's better to use Letterbox because it lets you keep a standard frame size like 352x288 or 320x240. Some MPEG players get confused when the source video has a strange frame size.
Another use could also be to clear out overscan areas in VCD or SVCD encodings. -
Originally Posted by jozef_hlavaty
#2: Is it freeware? -
1) AVI -> AviSynth Letterbox -> mpeg encoder -> mpg
2) yes
/Mats -
I think that the crap at the bottom is information used by the VCR for things like audio sync etc.. (although I really am not an expert on this).
The others are right that you wouldn't usually see this because of overscan on TV's - it would be hidden just off-screen.
It's a good idea to get rid of it before encoding to save bandwidth for what is visible.
AviSynth is very good, and a lot more simple than it seems at first, but another alternative is VirtualDub - which is also freeware, and arguably a bit easier to set up.
You can frameserve from VirtualDub into some MPEG/DVD encoders, such as TMPGEnc Plus. There are guides aplenty about how to do this on the left.
cheers,
theDruid.
Similar Threads
-
Sony Vegas 10, media showing crosshairs in bottom right of screen??
By damonj_3 in forum Newbie / General discussionsReplies: 11Last Post: 8th Sep 2011, 14:13 -
tv screen cuts sides and bottom of pic..
By andie22 in forum Newbie / General discussionsReplies: 7Last Post: 15th Jul 2011, 12:50 -
Question - Black bands on top and bottom of the screen. (16:9 TV)
By Rainbow1962 in forum Newbie / General discussionsReplies: 31Last Post: 16th Jul 2009, 01:45 -
There is a narrow line at the bottom of my screen.....
By gom in forum Authoring (DVD)Replies: 2Last Post: 26th Aug 2007, 11:16 -
Subs cover-up bottom of screen
By ProudAnselmo in forum SubtitleReplies: 3Last Post: 10th Jun 2007, 01:13