Skip to content

Commit

Permalink
Fix typo in FFmpeg options
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptofyre committed Aug 9, 2024
1 parent b7ce00a commit ee155bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const processStream = async (url, key, jobId) => {
.outputOptions('-vf', 'fps=15,scale=500:-1:flags=lanczos')
.outputOptions('-threads', '24')
.outputOptions('-preset', 'fast')
.outputOptions('-mutiple_requests', '1')
.outputOptions('-multiple_requests', '1')
.outputOptions('-buffer_size', '8192k')
.on('start', (commandLine) => {
logger.info(`Job ${jobId}: FFmpeg started with command: ${commandLine}`);
Expand Down

0 comments on commit ee155bc

Please sign in to comment.