YFRC

From Avisynth wiki
Jump to: navigation, search
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

  • AviSynth 2.5.8 or greater
  • Supported color formats: YV12

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.


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)


int  OverlayType = 0


int  MaskExpand = 1
Radius for mt_circle; 1 or 2.


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

Personal tools