flavioribeiro / video-thumbnail-generator

:camera: Generate thumbnail sprites from videos.
Apache License 2.0
311 stars 70 forks source link

SyntaxError on script run #17

Open GermanZun opened 4 years ago

GermanZun commented 4 years ago

HI. I am getting a syntaxerror when running the script:

[desarrollo-01@centos-d01 video-thumbnail-generator]$ ./generator --help File "./generator", line 42 print "Extracting", int(videoFileClip.duration / interval), "frames" ^ SyntaxError: invalid syntax I am using python 3.6 on centos 8. pip dependence's install looks normal.

Thanks you!

flavioribeiro commented 4 years ago

hey @GermanZun I suspect that this will not work on py3. Do you want to give it a shot using py2?