Closed Renzzauw closed 1 year ago
taking a look
Hi @rnaskulwar, appreciate the help! Do you have any updates on this issue by any chance? I've updated the attached video link, as the previous download link has expired.
Hi @Renzzauw,
I stumbled across this thread as I also had this issue on Windows. After delving into the docs a bit, I started changing the parameters available in the constructor. Changing the codec to hevc instead of h264 solved my issue. Hopefully it works!
This issue seems to be fixed after pulling the latest commit
Describe the bug I try to encode a video in my pipeline that uses VPF. The input video has multiple video streams, but they all have 8 bits depth, so I would expect no issues while encoding. I'm not sure if the correct encoding error is being thrown, so perhaps this is a bug. I've managed to reproduce this issue simply by running the SamplePytorch script (since I'm also converting from and to PyTorch in my code).
Maybe another question I have is, what is the expected decoding behavior in case of multiple video streams in one single container?
To Reproduce Steps to reproduce the behavior:
High Bit Depth Encoding not supported
in consoleExpected behavior The video should be encoded with zero issues or raise the correct or a more clear error message what is wrong with the input video.
Screenshots NA
Desktop (please complete the following information):
Additional context Video related to my issue