Go Back   Club Myce > Software > Video Edit Software



Reply
 
LinkBack Thread Tools
Old 29-01-2005   #1
CD Freaks Rookie
 
Join Date: Mar 2004
Location: Canada
Posts: 47
Remove borders

How can you eliminate borders from all around an avi. I,ve heard of avisynth filters but which filter and will you keep the same quality once the borders are gone or is there some other method?Presently when played back on the tv the image is in the centre but it looks like it would be in full screen just surrounded by a large border . I have seen this flix on tv in full screen before and wonder if I eliminate the borders will the image go full screen and retain the quality. I have heard the name of the image as being a postage stamp. Does this make any sense?Thank you in advance.
crazypete44 is offline   Reply With Quote
Old Today
Register to remove me
 
 
Join Date: Today
Location: Myce HQ
Posts: Zillions
Old 29-01-2005   #2
MyCE Resident
 
DiiZzY's Avatar
 
Join Date: Feb 2004
Location: Nordic Region, Sweden
Posts: 3,676
Re: Remove borders

You don't need to "filter" at all using Avisynth.
//Danne
DiiZzY is offline   Reply With Quote
Old 29-01-2005   #3
CD Freaks Rookie
 
Join Date: Mar 2004
Location: Canada
Posts: 47
Re: Remove borders

If not avisynyh then how can I encode to get full screen without the surrounding borders?Thanks again.
crazypete44 is offline   Reply With Quote
Old Today
Always the best offers
 
 
Join Date: Today
Location: Myce HQ
Posts: Zillions
Old 30-01-2005   #4
MyCE Resident
 
DiiZzY's Avatar
 
Join Date: Feb 2004
Location: Nordic Region, Sweden
Posts: 3,676
Re: Remove borders

What I meant was that you only need to use crop() and perhaps some kind of resize if you need a specific size. The quality will be the same but the recompression may be lossy depending on which format you use.
//Danne
DiiZzY is offline   Reply With Quote
Old 30-01-2005   #5
CD Freaks Rookie
 
Join Date: Mar 2004
Location: Canada
Posts: 47
Re: Remove borders

How does the script go for cropping. Can crop be found in virtualdub. I have also seen resize in vdub but how do you get it full screen without lossy.Would crop first then resize.Is it possible to get a sample script. I have done add borders a while ago but can't remember how the script goes. Any help or point in the right direction would be much appreciated. Thanks again
crazypete44 is offline   Reply With Quote
Old 30-01-2005   #6
MyCE Resident
 
DiiZzY's Avatar
 
Join Date: Feb 2004
Location: Nordic Region, Sweden
Posts: 3,676
Re: Remove borders

AVISource("X:\Path\To\My\Video\File.avi")
# Crop (int left, int top,neg int width, neg int height)
Crop(16,4,0,-14)
LanczosResize(320,240)

See the manual for more information.
//Danne
DiiZzY is offline   Reply With Quote
Old 31-01-2005   #7
CD Freaks Rookie
 
Join Date: Mar 2004
Location: Canada
Posts: 47
Re: Remove borders

Thank you Very much appreciated will give it a go asap.
crazypete44 is offline   Reply With Quote
Old 05-02-2005   #8
CD Freaks Rookie
 
Join Date: Mar 2004
Location: Canada
Posts: 47
Re: Remove borders

Thanks worked great
crazypete44 is offline   Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DVD High Compatibility Borders??? Eiji NEC / Optiarc Writer 7 04-05-2008 15:17
Borders For Printing On Dvds godofwar752 Newbie Forum 0 17-02-2007 19:33
I had to Remove AnyDVD after problems and I clicked remove registration info as well. TechGuy100 AnyDVD 4 21-01-2007 01:02
How To Remove Black Borders From Movies dvir_s7 Movie copy software 4 29-11-2005 02:45
Writing Borders Issue stepps7 Movie copy software 9 10-03-2005 20:36


All times are GMT +2. The time now is 15:34.
Top