Fmtconv
From Avisynth wiki
Abstract | |
---|---|
Author | cretindesalpes |
Version | r24 |
Download | fmtconv-r24.zip |
Category | Resize |
License | Open source |
Discussion | Doom9 Forum |
Contents |
Description
fmtconv is a format-conversion plug-in for the VapourSynth and AviSynth+ video processing engines. It does:
- Resizing.
- Bitdepth conversion with dithering.
- Colorspace conversion (matrix, transfer characteristics and chromatic adaptation).
It supports:
- Pixel data types: 8-–12-, 14- and 16-bit integer, 32-bit float.
- Colorspaces: RGB, Y, YUV in 4:4:4, 4:2:2, 4:2:0, 4:1:1 and YCgCo with the same chroma subsampling factors.
- Progressive and interlaced content.
Fmtconv is focussed primarily on quality and exactness rather than execution speed. This does not mean it is slow or unoptimized, but fmtconv is clearly not on par with the fastest equivalent 8-bit filters.
See doc/fmtconv.html for more information.
Requirements
- AviSynth+ x86/x64
- Supported color formats: all planar formats (8/10/12/14/16/32-bit, YUV/RGB with or without alpha).
Syntax and Parameters
Examples
Changelog
See GitHub release page.
External Links
- GitHub - Source code repository.
Back to External Filters ←