An open API service indexing awesome lists of open source software.

https://github.com/ThaCheeseBun/hdr-sucks

libx265 transcoding wrapper with HDR support
https://github.com/ThaCheeseBun/hdr-sucks

dolby-vision ffmpeg h265 hdr hdr10 hdr10plus hevc video video-processing

Last synced: 3 months ago
JSON representation

libx265 transcoding wrapper with HDR support

Awesome Lists containing this project

README

          

# hdr-sucks
libx265 transcoding wrapper with HDR support.

## supported stuffs
* Input file
* Pretty much anything ffmpeg can decode
* Output file
* HEVC video with original audio and subtitles in a Matroska (MKV) file.
* HDR
* HDR10 / HLG
* Dolby Vision
* HDR10+

## required software
* [ffmpeg](https://ffmpeg.org/) for metadata extraction and video decoding.
* [dovi_tool](https://github.com/quietvoid/dovi_tool) for Dolby Vision support.
* [hdr10plus_tool](https://github.com/quietvoid/hdr10plus_tool) for HDR10+ support.
* [libx265](https://www.videolan.org/developers/x265.html) for the whole encoding process.
* [mkvtoolnix](https://mkvtoolnix.download) for merging the final Matroska file.