GithubHelp home page GithubHelp logo

vapoursynth-astdr's Introduction

Description

ASTDR is a derainbow function for VapourSynth. ASTDRmc performs motion compensation before calling ASTDR.

This is a port of the Avisynth function of the same name, version 1.74.

Usage

ASTDR(input_clip[, strength=5, tempsoftth=30, tempsoftrad=3, tempsoftsc=3, blstr, tht=255, fluxstv, dcn=15, edgem=False, exmc=False, edgemprefil=None, separated=False])
Parameters:
input_clip
A clip to process.
strength

Passed to Hqdn3d's chrom_spac and chrom_tmp parameters.

Default: 5.

tempsoftth

Passed to TemporalSoften2's chroma_threshold parameter.

Default: 30.

tempsoftrad

Passed to TemporalSoften2's radius parameter.

Default: 3.

tempsoftsc

Passed to TemporalSoften2's scenechange parameter.

Default: 3.

blstr

Blurring strength.

Default: 0.3 if separated is True, otherwise 0.5.

tht

Passed to MotionMask's tht parameter.

Default: 255.

fluxstv

Passed to flux.SmoothST's temporal_threshold and spatial_threshold parameters.

Default: 60 if separated is True, otherwise 75.

dcn

Passed to DeCross's noise parameter.

Default: 15.

edgem

If True, only edges detected in the luma will be filtered.

Default: False.

exmc

Set to True if using external motion compensation, i.e. if input_clip came from std.Interleave([forward_compensated, original, backward_compensated]) or something similar.

Default: False.

edgemprefil

Pre-filtered clip for edge detection. Used only if edgem is True.

Default: None.

separated

Set to True if input_clip came from std.SeparateFields.

Default: False.

ASTDRmc(input_clip[, strength, tempsoftth, tempsoftrad, tempsoftsc, blstr, tht, fluxstv, dcn, edgem, thsad=tht, prefil=None, chroma=False, edgemprefil, separated=False])
Most parameters are the same as ASTDR's. The differences are documented below:
tempsoftth

Passed to TemporalSoften2's chroma_threshold parameter.

Default: 50 if separated is True, otherwise 30.

tempsoftrad

Passed to TemporalSoften2's radius parameter. It can be at most 5.

Default: 5 if separated is True, otherwise 3.

edgem

If True, only edges detected in the luma will be filtered.

Default: separated.

thsad

Passed to mv.Compensate.

Default: tht.

prefil

Input clip prefiltered for better motion estimation.

Default: None.

chroma

Passed to mv.Analyse.

Default: False.

motion_vectors

A list of clips obtained by calling mv.Analyse or mv.Recalculate.

With this parameter one can reuse the motion vectors from other motion-compensated filtering.

The clips created with isb=False must appear first, sorted by delta in descending order. Then the clips created with isb=True, sorted by delta in ascending order.

If this parameter is not used, the motion vectors will be created internally.

Default: None.

Requirements

ASTDR function requirements:
ASTDRmc function requirements:

License

???

vapoursynth-astdr's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.