Currently using madvr with dynamic hdr tone mapping, I'm forced to use D3D11 native decoding for its performance gains.
Problem is, D3D11 does not support deinterlacing.
My goal would be to use conditions in the custom video mode like this :
- LAV Video decoder with interlaced condition (could be filename starting with TV, or a interlaced flag in the tags) with D3D11 disabled
- LAV Video decoder with D3D11 for all other cases
I couldn't find help on the conditions anywhere, and the hints in the settings window are not enough for what I'm trying to achieve.
Would anyone have a list of supported functions in that condition field in custom video mode ?
Thx
Thinking about it I might need to use another video decoder for the interlaced settings, but the problem to activate it or not remains.
Using zones would be the backup plan if I can't figure it out otherwise.