Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Processing stops when mediainfo returns an error for a file #45

Open
pfrenssen opened this issue Aug 9, 2018 · 2 comments
Open

Processing stops when mediainfo returns an error for a file #45

pfrenssen opened this issue Aug 9, 2018 · 2 comments

Comments

@pfrenssen
Copy link
Collaborator

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.

@ghost
Copy link

ghost commented Jul 2, 2019

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:/

@solrevdev
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants