You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
file should be playable by Chromecast!
===========
Processing: ./Gravity [2013].mp4
'' is an unknown codec. Please add it to the list in a CONFIG section.
pi@PiFace:/
Processing: ./file-upload-test-v2.mp4
- general: MPEG-4 -> ok
- input video profile: [email protected]
- video: AVC -> copy
'' is an unknown codec. Please add it to the list in a CONFIG section.
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: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.The text was updated successfully, but these errors were encountered: