Opening this to gather feedback from https://x.com/hug_nicolas/status/2036138642360439080
We currently return torch.uint8 which is lossy. If we were to support native resolution for HDR videos, what should we output?
torch.uint16. Users can't do anything with a uint16 tensor, the only thing they can do is to immediately convert to int32 or float32.
torch.int32
torch.float32
Opening this to gather feedback from https://x.com/hug_nicolas/status/2036138642360439080
We currently return
torch.uint8which is lossy. If we were to support native resolution for HDR videos, what should we output?torch.uint16. Users can't do anything with a uint16 tensor, the only thing they can do is to immediately convert to int32 or float32.torch.int32torch.float32