I am trying to process a large number of files on my NAS. It appears that some files cannot be parsed successfully by mediainfo and return an error code. When this happens I get the following message, and the process aborts:
'' is an unknown codec. Please add it to the list in a CONFIG section.
We could check the exit status of mediainfo and skip the file if it returns an error. In order to better inform the user which files were skipped we could maintain a log file.
I am trying to process a large number of files on my NAS. It appears that some files cannot be parsed successfully by
mediainfoand return an error code. When this happens I get the following message, and the process aborts:We could check the exit status of
mediainfoand skip the file if it returns an error. In order to better inform the user which files were skipped we could maintain a log file.