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

fixed ffmpeg error reporting on Python 3 #565

Merged
merged 1 commit into from
May 25, 2017

Commits on May 16, 2017

  1. fixed ffmpeg error reporting on Python 3

    I got the following error:
    
        /usr/local/lib/python3.5/dist-packages/moviepy/audio/io/ffmpeg_audiowriter.py:91: in write_frames
            + "\n\n"+ffmpeg_error))
        E   TypeError: Can't convert 'bytes' object to str implicitly
    
    To fix it, I wrapped `ffmpeg_error` in `str()` in `ffmpeg_audiowriter.py`.  I also did the same in `ffmpeg_writer.py` but I didn't test the latter.
    narfdotpl committed May 16, 2017
    Configuration menu
    Copy the full SHA
    6a9af8c View commit details
    Browse the repository at this point in the history