echonest / remix

Echo Nest Remix: The Internet Synthesizer
http://echonest.github.com/remix
414 stars 90 forks source link

All video remixes crash.. :( #41

Open PanMan opened 9 years ago

PanMan commented 9 years ago

I tried some of the video remixes. The first error was that ffmpeg didn't support the anymore. This was fixed (in my fork) at https://github.com/PanManAms/remix/compare/echonest:master...master (in 2 commits, stoopid). But the video remixes still fail :( See log below:

Traceback (most recent call last):
  File "vdissoc.py", line 93, in <module>
    main(inputFilename, outputFilename, variation)
  File "vdissoc.py", line 78, in main
    out = video.getpieces(av, output)
  File "build/bdist.linux-x86_64/egg/echonest/remix/video.py", line 265, in getpieces
  File "build/bdist.linux-x86_64/egg/echonest/remix/video.py", line 49, in __getitem__
  File "build/bdist.linux-x86_64/egg/echonest/remix/video.py", line 56, in getslice
TypeError: unsupported operand type(s) for *: 'float' and 'NoneType'