master-of-zen / Av1an

Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding
GNU General Public License v3.0
1.46k stars 151 forks source link

Failure to concatenate furthermore when using mkvmerge without ulimit #760

Open Simulping opened 1 year ago

Simulping commented 1 year ago

I forgot to set ulimit -n 99999 before av1an is done encoding on (Arch) Linux, this is the result:

thread '<unnamed>' panicked at 'assertion failed: !self.chunk_queue.is_empty()', av1an-core/src/broker.rs:110:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

no matter what I do, I can't resume it. It will just keep spitting out the error message. The current seemingly solution to this is manually summoning mkvmerge and inputting options.json.

Ember-ruby commented 4 weeks ago

happened to me, but from ffmpeg falling to convert the audio, and producing an empy audio.mkv file