Skip to content

Commit

Permalink
this is going to error
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptofyre authored Aug 9, 2024
1 parent 64e086c commit 4b87867
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ const processStream = async (url, key, jobId) => {
.outputOptions('-vf', 'fps=15,scale=500:-1:flags=lanczos')
.outputOptions('-threads', '24')
.outputOptions('-preset', 'fast')
.outputOptions('-hwaccel', 'nvenc')
.on('start', (commandLine) => {
logger.info(`Job ${jobId}: FFmpeg started with command: ${commandLine}`);
})
Expand Down

0 comments on commit 4b87867

Please sign in to comment.