FQPlus

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (Runtime dependencies)
(add Archived Downloads section)
 
Line 1: Line 1:
{{FilterCat4|External_filters|Plugins|Plugins_x64|Multipurpose_Filters}}
+
{{FilterCat5|External_filters|Plugins|Plugins_x64|Multipurpose_Filters|Deep_color_tools}}
 
{{Filter3
 
{{Filter3
 
| {{Author/vcmohan}}
 
| {{Author/vcmohan}}
| 2017/03/19
+
| 2020/06/24
 
|[http://www.avisynth.nl/users/vcmohan/FQPlus/FQPlus.7z FQPlus.7z]
 
|[http://www.avisynth.nl/users/vcmohan/FQPlus/FQPlus.7z FQPlus.7z]
 
| Multipurpose Filters
 
| Multipurpose Filters
Line 19: Line 19:
  
 
See official documentation: http://www.avisynth.nl/users/vcmohan/FQPlus/FQPlus.html
 
See official documentation: http://www.avisynth.nl/users/vcmohan/FQPlus/FQPlus.html
 +
 +
'''This plugin has been superseded by [[manyPlus]].'''
 
<br>
 
<br>
 
<br>
 
<br>
Line 73: Line 75:
 
== Changelog ==
 
== Changelog ==
 
  Version      Date            Changes<br>
 
  Version      Date            Changes<br>
 +
              2020/06/24      - Latest release
 
               2017/03/19      - Add F2QCorrelation function
 
               2017/03/19      - Add F2QCorrelation function
 
               2017/01/02      - Initial release
 
               2017/01/02      - Initial release
  
 +
<br>
 +
== Archived Downloads ==
 +
{| class="wikitable" border="1"; width="400px"
 +
|-
 +
!!width="100px"| Version
 +
!!width="150px"| Download
 +
!!width="150px"| Mirror
 +
|-
 +
!2020/06/24
 +
|[http://www.avisynth.nl/users/vcmohan/FQPlus/FQPlus.7z FQPlus.7z]<br>[https://web.archive.org/web/20200924160712if_/http://www.avisynth.nl/users/vcmohan/FQPlus/FQPlus.7z FQPlus.7z]
 +
|[http://www.avisynth.nl/users/vcmohan/FQPlus/FQPlus_src.7z FQPlus_src.7z]<br>[https://web.archive.org/web/20200924155824if_/http://www.avisynth.nl/users/vcmohan/FQPlus/FQPlus_src.7z FQPlus_src.7z]
 +
|}
 
<br>
 
<br>
 
<br>
 
<br>
 
-----------------------------------------------
 
-----------------------------------------------
 
'''Back to [[External_filters#Spatio-Temporal_Denoisers|External Filters]] &larr;'''
 
'''Back to [[External_filters#Spatio-Temporal_Denoisers|External Filters]] &larr;'''

Latest revision as of 18:40, 25 October 2020

Abstract
Author V. C. Mohan
Version 2020/06/24
Download FQPlus.7z
Category Multipurpose Filters
License GPLv3
Discussion Doom9 Thread

Contents

[edit] Description

This plugin has 7 functions, it operates in frequency domain and requires the libfftw3f-3.dll from the FFTW library.

Often video images have three types of blur.

  • 1. Blur due to relative movement of camera during the short time the shutter is open,
  • 2. Blur due to subjects being out of focus
  • 3. combination of both.
  • 4. Regular frequency interference on images. These can be attenuated with either 1D or 2D frequency filters. Frequency spectral displays enable to find such interference and design correcting filters.

See official documentation: http://www.avisynth.nl/users/vcmohan/FQPlus/FQPlus.html

This plugin has been superseded by manyPlus.

[edit] Requirements


[edit] Runtime dependencies

The following are required, FQPlus will not run or load without them.

*** vcredist_x86.exe is required for FQPlus-x86
*** vcredist_x64.exe is required for FQPlus-x64
  • FFTW 3.3.5 (fftw-3.3.5-dll32.zip or fftw-3.3.5-dll64.zip)
*** 32-bit libfftw3f-3.dll needs to be in the search path (C:\Windows\SysWOW64 64-bit OS or C:\windows\system32 32-bit OS)
*** 64-bit libfftw3f-3.dll needs to be in the search path (C:\windows\system32 64-bit OS)


[edit] Filters

Filter Description Color format
F2QSharp

Introduces Gaussian Blur on image.

F2QSharp

Produces either a motion blur or out of focus blur on an image.

F1QTest

Provides visual aid to estimate type and specifications of 1D filters needed.

F1Quiver

Filters input image with specified 1D filters.

F2QTest

Provides visual aid to estimate type and specifications of 2D filters needed.

F2Quiver

Filters input image with specified 2D filters.

F2QCorrelation

Cross correlates frames.


[edit] Changelog

Version      Date            Changes
2020/06/24 - Latest release 2017/03/19 - Add F2QCorrelation function 2017/01/02 - Initial release


[edit] Archived Downloads

Version Download Mirror
2020/06/24 FQPlus.7z
FQPlus.7z
FQPlus_src.7z
FQPlus_src.7z




Back to External Filters

Personal tools