CrendKing / avisynth_filter

DirectShow filters that put AviSynth and VapourSynth into video playing
MIT License
108 stars 8 forks source link

HDR issue #16

Closed z826540272 closed 3 years ago

z826540272 commented 3 years ago

Can you make it passthrough HDR metadata to SCREEN? because madvr was high overhead,even with lowest setting.

CrendKing commented 3 years ago

What do you mean? Currently the filter just passthrough any HDR data without processing it. And I thought there is a "passthrough to screen" option in madVR right? So can't you just choose that if you use madVR? And if you don't use madVR, the player should take care of it.

z826540272 commented 3 years ago

because madvr was high overhead,Causes stuttering and errors with SVP,if have a feature like madvr passthrough HDR, then we can improve playback performance with hdr support

CrendKing commented 3 years ago

Delivering any data to end device should be the job of either the renderer, or another separate filter. This filter is only focusing on transforming video samples according to AviSynth script. It is wrong to amalgamate unrelated functionality into one place.