I’m trying to use trancoding profile debug to use av1_qsv, which is not working and defaulting to h264 instead.
What’s the correct way to get the ffmpeg command being generated for av1_qsv instead of h264?
My transcoding profile:
{
"vod": [
{
"encoderName": "libfdk_aac",
"profileName": "av1",
"outputOptions": ["-b:a 128k", "-strict -2"]
},
{
"encoderName": "av1_qsv",
"profileName": "av1",
"outputOptions": ["-global_quality 23", "-look_ahead 1", "-preset veryslow"]
}
],
"live": []
}