Metadata-Version: 2.4
Name: vapoursynth-fmtconv
Version: 31
Summary: Format conversion tools for Vapoursynth and Avisynth+
Project-URL: Repository, https://gitlab.com/EleonoreMizo/fmtconv
Project-URL: Issues, https://gitlab.com/EleonoreMizo/fmtconv/-/work_items/
Author-email: Laurent de Soras <laurent.de.soras@free.fr>
Maintainer-email: Laurent de Soras <laurent.de.soras@free.fr>
License-Expression: WTFPL
License-File: COPYING
Requires-Python: >=3.12
Requires-Dist: vapoursynth>=74
Description-Content-Type: text/markdown

﻿fmtconv — format conversion tools for Vapoursynth and Avisynth+
===============================================================

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, YCoCg, YDzDx and ICtCp in 4:4:4, 4:2:2, 4:2:0 and 4:1:1 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.

Support on the Doom9 forums: [Vapoursynth](http://forum.doom9.org/showthread.php?t=166504) and [Avisynth+](https://forum.doom9.org/showthread.php?t=183139).

On Windows/x64, from VapourSynth r74, the fmtconv library can be installed with the following command:

`pip install vapoursynth-fmtconv`
