How do I get the ffmpeg command?

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": []
}

Sorry quick info!

Using peertube v7.

Well this can be closed, you apparently need to restart peertube for any changes with this plugin to work right.

I’ve opened a github bug over it.

Hi, can I make these modifications to the remote runner?
What file will I edit?

I think this question was already answered on this forum. You should find it using the search form.

I searched the topics related to remote runner and most of the topics were without answers and I did not find the appropriate answer