beyond just checking the file extension, actually go the extra mile and do mime-type inferencing.
can be turned off by setting QSV_SKIP_FORMAT_CHECK env var.
Leveraged the file-format crate that is already being used by qsv for the sniff command.
Also, added better panic UI/UX with human-panic crate.
beyond just checking the file extension, actually go the extra mile and do mime-type inferencing. can be turned off by setting QSV_SKIP_FORMAT_CHECK env var.
Leveraged the
file-format
crate that is already being used by qsv for thesniff
command.Also, added better panic UI/UX with
human-panic
crate.resolves #2301