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

Exception when converting small videos even if the conversion worked #57

Open
dumoulinj opened this issue May 12, 2015 · 0 comments
Open

Comments

@dumoulinj
Copy link

Hi,

When converting very small videos (for instance 2-3 seconds), the exception "Unknown ffmpeg error" is raised, because the yielded variable did not have the time to be set to True (I think). But the video has correctly been converted!

Line 493 of ffmpeg.py:

if not yielded:
    raise FFMpegConvertError('Unknown ffmpeg error', cmd,
         total_output, line, pid=p.pid)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant