Skip to content

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

@dumoulinj

Description

@dumoulinj

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions