MediaArea / RAWcooked

Encodes RAW audio-visual data into the Matroska container (MKV), using the video codec FFV1 for the image and audio codec FLAC for the sound.
https://mediaarea.net/RAWcooked
BSD 2-Clause "Simplified" License
41 stars 9 forks source link

Fail on any FFmpeg error #418

Closed JeromeMartinez closed 10 months ago

JeromeMartinez commented 10 months ago

Previously a tiny error in a stream was not making FFmpeg fails with a non zero exit code. We now force a non zero exit code on any stream error.