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.51k stars 155 forks source link

Suggestion: If a particular chunk keeps crashing, skip instead of exit #687

Open LastBreeze opened 1 year ago

LastBreeze commented 1 year ago

Encode all other chunks so that problem-chunk can be troubleshooted and resumed later with different settings. Possibly with a flag like --noexit

trixoniisama commented 1 year ago

I'd like to "up" this suggestion. This feature is really needed in av1an. My only gripe with it is that if the actual error comes from not having enough memory, it'll error out on all future chunks when the actual expected behaviour would be to exit. Maybe it's possible to track the given error and would exit instantly if it's a memory error?