web/workers/ffmpeg: proper error code for missing audio channel error

This commit is contained in:
wukko
2025-06-14 17:24:47 +06:00
parent 5ea170a5ac
commit 507fab847b
2 changed files with 10 additions and 1 deletions

View File

@@ -15,5 +15,6 @@
"ffmpeg.no_input_type": "the file's type isn't supported",
"ffmpeg.crashed": "ffmpeg worker crashed, see console for details",
"ffmpeg.no_render": "ffmpeg render is empty, something very odd happened",
"ffmpeg.no_args": "ffmpeg worker didn't get required arguments"
"ffmpeg.no_args": "ffmpeg worker didn't get required arguments",
"ffmpeg.no_audio_channel": "this video has no audio track, nothing to do"
}