YFRC
From Avisynth wiki
Abstract | |
---|---|
Author | RunForLife (Oleg Yushko) |
Version | 01dd-10mm-2015yyyy |
Download | YFRC-01dd-10mm-2015yyyy.avsi |
Category | Frame Rate Converters |
License | GPLv2 |
Discussion |
Contents |
[edit] 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.
[edit] Requirements
[edit] Required Plugins
Latest versions of the following filters are recommended unless stated otherwise.
[edit] 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
[edit] Examples
YFRC with default settings:
AviSource("blah.avi") YFRC(BlockH=16, BlockV=16, OverlayType=0, MaskExpand=1)
[edit] 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]
[edit] External Links
Back to External Filters ←