Skip to content

Commit

Permalink
Don't stop on errors during the ffmpeg encoding process
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmz committed Jan 31, 2025
1 parent 57108d8 commit 00c2ade
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/support/media-files/process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ async function processVideo(

await spawnAsync('ffmpeg', [
'-hide_banner',
['-err_detect', 'explode', '-xerror'], // Fail on error
['-loglevel', 'error'],
['-i', localFilePath],
['-filter_complex', filters.join(';')],
Expand Down

0 comments on commit 00c2ade

Please sign in to comment.