Closed erazortt closed 1 year ago
Using the following script I was not able to get any RPU related frame props: LWLibavVideoSource("clip.ts", prefer_hw=1, stream_index=1)
however when this does add the RPU data LWLibavVideoSource("clip.ts", stream_index=1)
Would it be possible to have the RPU data added when prefer_hw is enabled? Or is that impossible due to the hw nature of the reading?
Try the attached version.
LSMASHSource.zip
nope, also with that version I'm not getting the DolbyVisionRPU when prefer_hw=1.
The NVIDIA/Intel decoder doesn't support this at the moment.
Using the following script I was not able to get any RPU related frame props: LWLibavVideoSource("clip.ts", prefer_hw=1, stream_index=1)
however when this does add the RPU data LWLibavVideoSource("clip.ts", stream_index=1)
Would it be possible to have the RPU data added when prefer_hw is enabled? Or is that impossible due to the hw nature of the reading?