senko / python-video-converter

Python Video Converter (ffmpeg wrapper)
469 stars 190 forks source link

Quick start example contains SyntaxError #35

Closed thijstriemstra closed 11 years ago

thijstriemstra commented 11 years ago

Pasting the quick start example into a python file and running it raises a SyntaxError because the dict isn't properly closed.

$ python convert.py 
  File "convert.py", line 18
    })
     ^
SyntaxError: invalid syntax
senko commented 11 years ago

Hey @thijstriemstra thanks for reporting this.

I just merged a fix for this in PR #36.