Update src/converters/ffmpeg.ts
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
parent
8fbdd962b6
commit
99c4c4fbd2
1 changed files with 2 additions and 2 deletions
|
|
@ -749,10 +749,10 @@ export async function convert(
|
|||
extraArgs.push("-c:v", "hevc_qsv");
|
||||
break;
|
||||
case "h264_cuda":
|
||||
extraArgs.push("-c:v", "h264_qsv");
|
||||
extraArgs.push("-c:v", "h264_nvenc");
|
||||
break;
|
||||
case "h265_cuda":
|
||||
extraArgs.push("-c:v", "hevc_qsv");
|
||||
extraArgs.push("-c:v", "hevc_nvenc");
|
||||
break;
|
||||
}
|
||||
} else if(has_hwa){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue