Closed wenlittleoil closed 7 months ago
Same here, something changed in ffmpeg 7 Error: Output format image2 is not available Error: Output format mjpeg is not available
I downgraded my ffmpeg version to 6.1.1 and solve the problem. Thanks for your helps.
Fixed here https://github.com/fluent-ffmpeg/node-fluent-ffmpeg/issues/1266
You can also install package from: https://www.npmjs.com/package/fluent-ffmpeg-7 and just change the import to from 'fluent-ffmpeg-7'
I did a quick version there till official version gets fixed.
Version information
Code to reproduce
(note: if the problem only happens with some inputs, include a link to such an input file)
Expected results
The program runs normally and generates mpd files.
Observed results
Error: Output format dash is not available FFmpeg stdout: undefined FFmpeg stderr: undefined
Checklist