The ffmpeg-cli-wrapper library is a simple wrapper around the ffmpeg command line. If you have questions on how to use the library, please check out the usage, or random examples. If that doesn't solve your problem please fill out the following:
The question
I'm encountering a very tricky issue. The transcoding works perfectly on Windows, but when deployed to a Linux server, a portion of the videos fails to transcode. However, re-transcoding these failed videos a second time succeeds. The error message is: "/usr/bin/ffmpeg7/bin/ffprobe returned non-zero exit status. check stdout".
Example ffmpeg command
FFmpegProbeResult probeResult = fFprobe.probe(inputPath);
What you have tried
What you have tried so far, with example code, or error messages.