I’m only interested in the information that is output while using ffmpeg, so I don’t want to create an output file.
My current OS is windows, so setting output: NUL doesn’t work with the error
Error: ffmpeg exited with code 4294967274: Error opening output file NUL.
(I also tried null -)
My FFmpeg version is 7.0.2 and I’m using fluent-ffmpeg in nodejs.