With this update, I'm proposing to add a cmdline
argument to ffmpeg.Error
.
This helps a lot when writing complex ffmpeg commands which might not work on the first attempt (e.g., wrong filename, filter name, filter, inputs, etc).
Examples are updated accordingly.