View Single Post
Old 8th October 2012, 20:05   #1  |  Link
FuPP
TotalEclipseOfTheBrain
 
FuPP's Avatar
 
Join Date: Sep 2002
Posts: 347
HybridFuPP 0.992b (10/08/2012)

HybridFuPP 0.992b <- download


Changelog from 0.991b :


Fixed a bug about deblocking

Fixed a bug about motion compensation (overlapping)

Added some parameters : DB_M_Only and DB_D_Only


see Readme for complete history
.


This Avisynth script allows both resizing and filtering of your videos.

Distinct filters can be applied on different parts of a same picture (edges, static areas, motion, dark and bright areas, skin...) : HybridFuPP is a kind of adaptive processor, allowing picture cleaning, general perception improvements and compressibility gain.

Main idea consists in filtering strongly the less visible parts of the picture, and very softly the more visible. HybridFuPP uses masks to detect areas to process.

In most recent versions, HybridFuPP proposes a more aggressive “psychovisual” approach (although very empirical), allowing to “force” codecs, used while re-encoding output clip, to allocate more bits where and when it is considered to be critical, especially at low bitrates (dark scenes, skinned areas...). All of these new features are of course optional, but are generally activated by default when using preset 'HybridQ'.

Standard processings proposed are : resizing (8 possibilities), denoising (optionally motion-compensated), dark and bright areas special denoising, dark scenes enhancement, edges sharpening or softening (distinct horizontal and vertical settings), edges brightness control, deringing (removing artefacts around edges), deblocking (removing blocks effect generated by mpeg compression) and skin processing.

Although HybridFuPP has been originally designed to process rather clean materials, filtering package used is flexible and powerful enough to be used with more noisy materials too (depending on noise type) : increasing default settings could be though required.

HybridFuPP is provided with some presets allowing beginners to use the script easily and other people to use these presets as basis for their explorations. Moreover, HybridFuPP allows users to define their own processing chains : lot of things become then possible !


Presets available (names are quality related, except for HybridQ, Anime1 and Anime2) :

Very Low
Low
Medium
High
Very High

HybridQ

Anime1
Anime2


Please refer to the doc to see what features are activated or not in each preset


HybridFuPP requires Avisynth v 2.58 or v 2.6.

Put HybridFuPP.avsi and provided filters in your avisynth plug-ins directory (by default : C:\Program Files\AviSynth 2.5\plugins). FFT3DFilter.dll requires an additional dll (FFTW3.dll) that must placed into you windows\system32 (or windows\sysWOW directory for Vista).
NB : these DLLs are included in some compressed files, you need first to extract them from each archive

Be sure that UnFilter.dll (v1.5), Deen.dll (v1.0 beta 1), FFT3DFilter.dll (2.1.1), MVTools2.dll (2.5.11.3), MT_Masktools.dll (v2.0.a48), Deblock (v1.2) and Addgrain (v1.0) are loaded in your main script.

Be aware that 2 dlls are provided for masktools : one is for avisynth 2.5, the other one for avisynth 2.6.

C A U T I O N : You MUST use filters versions provided with HybridFuPP, or you will probably get unexpected results or errors !


I strongly recommend you to read the doc if you want to fully understand the possibilities and the meaning of all parameters available.

FuPP

Last edited by FuPP; 17th October 2012 at 10:48.
FuPP is offline   Reply With Quote