jihong wrote:configured LAV video decoders to use DXVA2 copy-back with P210(4:2:2 10bit) output
What if you choose YV12 (4:2:0 8bit)?
It must work. SVP supports 8bit video only at input for now.
Oh god, thanks! This is the perfect solution.
Allowing LAVfilters and Potplayer to output it at any colorspace and activating ffdshow raw video filters, it starts to work.
Colorspace is now changed into YV12 automatically.
But then, I have to ask an another thing.
YV12 is 6bit+dither 4:2:0 colorspace which is the worst one. If there's no support for 10bit colorspace such as P010(4:2:0 real 10bit),
is there any other way to use a different colorspace like YV24(real 8bit 4:4:4) colorspace at least?