YFRC
From Avisynth wiki
(Difference between revisions)
(YFRC) |
m (add link to script) |
||
Line 3: | Line 3: | ||
|[http://web.archive.org/web/20120814221014/http://www.videomontazh.com.ua/index.php/yushko-frame-rate-converter.html RunForLife (Oleg Yushko)] | |[http://web.archive.org/web/20120814221014/http://www.videomontazh.com.ua/index.php/yushko-frame-rate-converter.html RunForLife (Oleg Yushko)] | ||
|01dd-10mm-2015yyyy | |01dd-10mm-2015yyyy | ||
− | | | + | |[[Media:YFRC-01dd-10mm-2015yyyy.avsi|YFRC-01dd-10mm-2015yyyy.avsi]] |
|Frame Rate Converters | |Frame Rate Converters | ||
|[http://www.gnu.org/licenses/gpl-2.0.txt GPLv2] | |[http://www.gnu.org/licenses/gpl-2.0.txt GPLv2] |
Revision as of 14:53, 5 October 2015
Abstract | |
---|---|
Author | RunForLife (Oleg Yushko) |
Version | 01dd-10mm-2015yyyy |
Download | YFRC-01dd-10mm-2015yyyy.avsi |
Category | Frame Rate Converters |
License | GPLv2 |
Discussion |
Contents |
Description
Yushko Frame Rate Converter - doubles the frame rate with strong artifact detection and scene change detection. YFRC uses masks to reduce artifacts in areas where interpolation failed.
Requirements
Required Plugins
Latest versions of the following filters are recommended unless stated otherwise.
Syntax and Parameters
- YFRC (clip clp_Input, int "BlockH", int "BlockV", int "OverlayType", int "MaskExpand")
- clip = last
- Input clip.
- clip = last
- int BlockH = 16
- int BlockV = 16
- Horizontal and vertical block size.
- 8 - for 320x240 (WEB)
- 16 - for 720x576 (SD)
- 32 - for 1280x720 (720p HD)
- 32 - for 1920x1080 (1080p HD)
- Horizontal and vertical block size.
- int BlockH = 16
- int OverlayType = 0
- 0 - like ConvertFPS (blend)
- 1 - like ChangeFPS (strong)
- int OverlayType = 0
- int MaskExpand = 1
- Radius for mt_circle; 1 or 2.
- int MaskExpand = 1
Examples
YFRC with default settings:
AviSource("blah.avi") YFRC(BlockH=16, BlockV=16, OverlayType=0, MaskExpand=1)
Changelog
Version Date Changes
01dd-10mm-2015yyyy 2015/10/01 - tiny modification to make it compatible with the current MVTools2 variants [1] 06dd-01mm-2011yyyy 2011/01/06 - [2] 02dd_12mm_2010yyyy 2010/12/02 - [3] 09dd_01mm_2010yyyy 2010/01/09 - initial release [4] [5]
External Links
Back to External Filters ←