Skip to content

Commit

Permalink
hwaccel_output_format should be an input option
Browse files Browse the repository at this point in the history
  • Loading branch information
robinp7720 committed Apr 15, 2023
1 parent f1ca607 commit 1f146e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default class RecodeStreamSession extends StreamSession {
}

if (this.oblecto.config.transcoding.hardwareAccelerator === 'vaapi') {
outputOptions.push('-hwaccel_output_format vaapi');
inputOptions.push('-hwaccel_output_format vaapi');
}
}

Expand Down

0 comments on commit 1f146e8

Please sign in to comment.