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 split hdr video into 16 bit image! #22

Open
zzksdu opened this issue Jan 29, 2024 · 1 comment
Open

How to split hdr video into 16 bit image! #22

zzksdu opened this issue Jan 29, 2024 · 1 comment

Comments

@zzksdu
Copy link

zzksdu commented Jan 29, 2024

@chxy95 hi,

  1. how to split 16bit frames from hdr video?
    In your script, the ffmpeg command is : ffmpeg - hdr.mp4 -r 0.5 -f image2 out_%03d.png. but, i only get 8bit image.
    so, what is the right cmd to split hdr video into 16bit frame?
  2. the ori video is 10bit, but your dataset hdr image is 16bit. so the A the pixel values ​​of 16-bit images obtained by multiplying the original pixels by 64?
@JieFangjun0
Copy link

I also have a question about the second issue. Regarding your question, the answer is no. I read an HDR image and statistically analyzed the pixel values, which are not all multiples of 64. I am also curious about how the 10-bit data is converted to 16-bit.

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

No branches or pull requests

2 participants