Metadata-Version: 2.4
Name: vapoursynth-dghdrtosdr
Version: 1.17.post1
Summary: VapourSynth plugin to convert HDR10 PQ/HLG to SDR (Windows x64, by Donald A. Graft)
Project-URL: Homepage, https://rationalqm.us/hdr/
Project-URL: Repository, https://github.com/theChaosCoder/vapoursynth-dghdrtosdr
Project-URL: Issues, https://www.rationalqm.us/board/
License-Expression: LicenseRef-DGHDRtoSDR
License-File: build_payload/LICENSE.txt
Keywords: cuda,hdr,hdr10,hlg,pq,sdr,tonemap,vapoursynth
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Multimedia :: Video :: Conversion
Requires-Python: >=3.12
Requires-Dist: vapoursynth>=74
Description-Content-Type: text/markdown

# vapoursynth-dghdrtosdr

This Avisynth+/Vapoursynth filter converts HDR10 PQ or HLG from UHD blurays
to 8-bit SDR YV12 or 10-bit SDR stored in YUV420P16. The input must be
YUV420P16, e.g., from DGSource() with a HDR10 source stream.

This filter runs on both CUDA and in software mode. If you try to run
in CUDA mode without an nVidia card and driver installed, you will get
an error. Use the parameter impl="sw" to run in software mode.

Copyright (c) 2018-2024 Donald A. Graft, All Rights Reserved

## Support
   
   - **Questions about the plugin itself**:
     post in the [Forum](https://www.rationalqm.us/board/) where the author of the plugin and other users may help.
   - **Problems with this PyPI package** (installation, wheel build,
     missing files): open an issue on [GitHub](https://github.com/theChaosCoder/vapoursynth-dghdrtosdr).
