HomeOfAviSynthPlusEvolution / L-SMASH-Works

Forked from VFR-maniac/L-SMASH-Works; hydra3333/L-SMASH-Works; l33tmeatwad/L-SMASH-Works; HolyWu/L-SMASH-Works; AkarinVS/L-SMASH-Works.
89 stars 15 forks source link

Read RPU data while using prefer_hw=1 #45

Closed erazortt closed 1 year ago

erazortt commented 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?

Asd-g commented 1 year ago

Try the attached version.

LSMASHSource.zip

erazortt commented 1 year ago

nope, also with that version I'm not getting the DolbyVisionRPU when prefer_hw=1.

Asd-g commented 1 year ago

The NVIDIA/Intel decoder doesn't support this at the moment.