Skip to content

Commit

Permalink
Update Video - Devedse - RunAbAv1.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CanOfSocks authored Mar 3, 2024
1 parent dca5ab7 commit 5985ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Flow/Video/Video - Devedse - RunAbAv1.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function Script(Preset,SvtArguments,Encoder,PixFormat,MinVmaf,MaxEncodedPercent,

if(executeAbAv1.exitCode !== 0){
Logger.ELog('Failed to execute ab-av1: ' + executeAbAv1.exitCode);
return 1;
return -1;
}

Logger.ILog('ab-av1 executed successfully.');
Expand Down

0 comments on commit 5985ca6

Please sign in to comment.