Hi, Can anyone tell me if there is documented somewhere the different exit codes used by ffmpeg and what they relate to? I can see a whole stack of exit() calls in ffmpeg.c (mostly exit(1) as expected for an error) but just wondering there is any convention on things like exit(123). Regards, Andrew