When using videos in HDR (mov, hevc) there are two separate issues.
The video preview is blown out
Could this be caused because of lack of support for HDR files in canvas?
I have made a workaround for this, by removing the video element from Revideo and instead showing it in a separate HTML video element behind the Revideo player and manually syncing the time between both, but this workaround is only for useful for the preview and for simple compositions.
On the left is the Revideo editor, on right the expected video:
When rendering, the video is black.
This happens for FFMPEG and SLOW decoders. The WEB decoder does not support the format, which is expected.
Could this be related to any of the arguments supplied to the frame extractor?
When using videos in HDR (mov, hevc) there are two separate issues.
The video preview is blown out
Could this be caused because of lack of support for HDR files in canvas? I have made a workaround for this, by removing the video element from Revideo and instead showing it in a separate HTML video element behind the Revideo player and manually syncing the time between both, but this workaround is only for useful for the preview and for simple compositions.
On the left is the Revideo editor, on right the expected video:
When rendering, the video is black.
This happens for FFMPEG and SLOW decoders. The WEB decoder does not support the format, which is expected.
Could this be related to any of the arguments supplied to the frame extractor?
Here is the sample video file I used: https://revideo-issue.s3.us-east-1.amazonaws.com/+hdr.mov
I'm willing to attempt a fix myself, but some guidance is appreciated.