-
Notifications
You must be signed in to change notification settings - Fork 58
ValueError: not enough values to unpack #19
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
Comments
I encountered the same issue. The problem is the code assumes all information within the "stream" tag are one liner of the form But ffprobe may return multi-line
There are sub-fields |
I have addressed this issue by simply ignoring multi-line data in my fork https://github.com/erat-verbum/ffprobe-python Feel free to use it. |
If anyone's looking for a longer-term solution, I've switched to a (Python3 only, sorry.) |
Hello, I am trying to use this plugin but when I use it I get this error:
This is my code
I am 100% sure that directory exists and for loop generates valid paths to video files.
How can I fix it ?
The text was updated successfully, but these errors were encountered: