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
- Host: GitHub
- URL: https://github.com/ThaCheeseBun/hdr-sucks
- Owner: ThaCheeseBun
- License: isc
- Created: 2022-10-28T19:53:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T12:17:30.000Z (over 2 years ago)
- Last Synced: 2024-08-07T23:48:06.955Z (about 1 year ago)
- Topics: dolby-vision, ffmpeg, h265, hdr, hdr10, hdr10plus, hevc, video, video-processing
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.