chromecastize icon indicating copy to clipboard operation
chromecastize copied to clipboard

Processing stops when mediainfo returns an error for a file

Open pfrenssen opened this issue 7 years ago • 2 comments

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.

pfrenssen avatar Aug 09 '18 06:08 pfrenssen

I second this issue as the primary blocker for using it:

general: MPEG-4 -> ok

  • input video profile: [email protected]
  • video: AVC -> copy
  • audio: AAC -> copy
  • 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:/

ghost avatar Jul 02 '19 22:07 ghost

Getting same error (macOS):

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.

solrevdev avatar Mar 30 '21 09:03 solrevdev