ffmpeg-cli-wrapper icon indicating copy to clipboard operation
ffmpeg-cli-wrapper copied to clipboard

Some videos fail to transcode on the first attempt but succeed on the second attempt.

Open fang635 opened this issue 3 months ago • 0 comments

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.

fang635 avatar Sep 23 '25 03:09 fang635