2023-11-12, 04:13 AM
(This post was last modified: 2023-11-12, 04:14 AM by TheDreadPirate.)
I figured out some quirks with QSV with Arc. When you are using any video filters, you are required to specify a deinterlace parameter. Even if it is disabled (deinterlace=0).
I figured out the syntax for cropping, but how it works is different so still testing that.
I am super annoyed that I couldn't simply change "hevc_qsv" to "av1_qsv".
My backlog can be serviced with what I have now. But going to have to figure out tone mapping AGAIN. I think my scaling parameters will work as is, based on the documentation I read.
Code:
-vf vpp_qsv=deinterlace=0:cw=1920:cx=0:w=1920:h=1080
I figured out the syntax for cropping, but how it works is different so still testing that.
I am super annoyed that I couldn't simply change "hevc_qsv" to "av1_qsv".
My backlog can be serviced with what I have now. But going to have to figure out tone mapping AGAIN. I think my scaling parameters will work as is, based on the documentation I read.