Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to preserve HDR 10 info? #209

Open
canbonbon opened this issue Nov 18, 2020 · 10 comments
Open

How to preserve HDR 10 info? #209

canbonbon opened this issue Nov 18, 2020 · 10 comments

Comments

@canbonbon
Copy link

Converting 4K movies to H265 using standard settings looses HRD10 information. Is there a flag or setting I could use to preserve HDR10 information in the movie? Let me know when you get a chance.

@Anime4000
Copy link
Owner

IFME is follow x265, if you manage self update x265 to latest build, you can use Add Command Line for Encoder, and put like:

--dolby-vision-profile  <5|8.1|8.2> --dolby-vision-rpu <Dolby Vision metadata RPU file>

@Mavrick007
Copy link

how do i add the cmd line for hdr?

@Anime4000
Copy link
Owner

how do i add the cmd line for hdr?

By default, IFME only pass video metadata, if has HDR, it will encode in HDR automatically,

if output not satisfied, you can clock Encoder Command Line button and add extra x265 commands

@Anime4000
Copy link
Owner

apparently FFmpeg did not pass HDR metadata, I keep in view for now

@Anime4000 Anime4000 mentioned this issue Jun 13, 2021
Closed
@canbonbon
Copy link
Author

Fastflix also uses ffmpeg and is able to pass the HDR info. Maybe you could check how they are doing that.

https://github.com/cdgriffith/FastFlix

@Anime4000
Copy link
Owner

Fastflix also uses ffmpeg and is able to pass the HDR info. Maybe you could check how they are doing that.

https://github.com/cdgriffith/FastFlix

I take a look, to see how it can be done

@Anime4000
Copy link
Owner

wow, this HDR especially Dolbyvision make HDR complicated.

This mean, HDR10 video only exist on HEVC?

I can add hdr10plus_parser.exe into the program, if video is HEVC HDR10, parse into JSON and read JSON and pass to x265

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@Anime4000 @canbonbon @Mavrick007 and others