Skip to content

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

@fang635

Description

@fang635

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions