| | #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. |
| | |
| | |
| Register to remove me Join Date: Today Location: Myce HQ
Posts: Zillions
| |
| | #2 |
| MyCE Resident 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 |
| | |
| | #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. |
| | |
| | |
| Always the best offers Join Date: Today Location: Myce HQ
Posts: Zillions
| |
| | #4 |
| MyCE Resident 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 |
| | |
| | #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 |
| | |
| | #6 |
| MyCE Resident 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 |
| | |
| | #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. |
| | |
| | #8 |
| CD Freaks Rookie Join Date: Mar 2004 Location: Canada
Posts: 47
| Re: Remove borders Thanks worked great |
| | |
![]() |
| Thread Tools | |
| |
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 |