Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
BrdCntrl.vcproj | 2014-12-30 | 6.1 kB | |
ReadMe.TXT | 2014-12-30 | 3.2 kB | |
Stdafx.cpp | 2014-12-30 | 230 Bytes | |
Winres.h | 2014-12-30 | 864 Bytes | |
VBitmap.h | 2014-12-30 | 4.9 kB | |
Stdafx.h | 2014-12-30 | 573 Bytes | |
ScriptValue.h | 2014-12-30 | 2.8 kB | |
ScriptInterpreter.h | 2014-12-30 | 1.0 kB | |
ScriptError.h | 2014-12-30 | 1.1 kB | |
resource.h | 2014-12-30 | 3.3 kB | |
Filter.h | 2014-12-30 | 6.8 kB | |
AssemblyInfo.cpp | 2014-12-30 | 1.3 kB | |
app.rc | 2014-12-30 | 1.3 kB | |
app.ico | 2014-12-30 | 1.1 kB | |
afxres.h | 2014-12-30 | 46 Bytes | |
BrdCntrl.h | 2014-12-30 | 174 Bytes | |
BrdCntrl.rc | 2014-12-30 | 10.1 kB | |
BrdCntrl.cpp | 2014-12-30 | 40.2 kB | |
Totals: 18 Items | 85.2 kB | 0 |
Filter to modify the edges of a video frame. 1. Fill a fixed border with selected color 2. Smear a single line to the edge of the border, next line to smear region used 3. Stretch N lines to fill to the edge of border, N lines above smear region used 4. Fade video from selected line to edge of border fade can be to black or to border color 5. Cross smear progressively softens the smeared lines to make smear less obvious 6. Range of values is suitable for HD videos While this was intended for edge modification it can be used for special effects such as fading the edges of a scene to frame a center portion ... Copyright (C) 2000-2002 Simon Walters Extensive Modifications by John M. Clement (C) 2015 V0.1 - option to stretch top and bottom of picture- very neat on progressive (film) material V0.4 has options to use add a solid border and to make the smear and fade regions independant of each other. Known bug - the Fade settings are being copied from the Smear settings somehow! V0.3 introduces a fade to black option that disguises the smear better. V1 introduced the global stretch factor that diguises the smeared region at the expense of increasing the region itself. V2 Added ability to alter sides as well. Thanks to skgh@gmx.de for giving impetus to doing this - I'm not a Completer Finisher :-) Also renamed Border Control and re-compiled as Multithreaded DLL. V2.1b1 Added individual stretchfactors for all borders V2.2b2 Corrected parameter list bug V2.3a1 Added ability to changre border colour (for debuggin ViewFields Filter) V2.31 Quick fix to limit paras to 16 - border colour change disabled V2.32 Another fix to stop spurious settings appearing in dialog boxes V2.33 Remove off by one line bug V2.34 Really fix it this time? V2.35 Add in changes from Antonio Foranna from v22b1! Also finally add ability to change Border Colour V2.40 2014 Fixed save/restore of parameters - John M. Clement. Previously color parameters came back wrong and rest of save file killed. Fixed memory violations for large parameter values Increased maximum offsets to 4097 Fixed line offset on Left border Added Fade to border color Smoothed stretched smear by interpolation Added Cross smear to soften smear by border. Based on code by Avery Lee, Jim Casaburi, Gunnar Thalin and Donald Graft. Inital impetus to writing filters given by Donald Graft. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. The author can be contacted at: Simon Walters siwalters@hotmail.com clement@hal-pc.org