Forums » Bugs & Problems Search

Problems with video... New Reply

Author Post
Posts: 1
Registered: Jul 31, 2009

Hiya,

I have started trying to look at the video remixing however I am having problems with whatever video I choose throwing an 'unknown format' error:

python vreverse.py beats "http://www.youtube.com/watch?v=Y6oUlDpXahE" plastic.mpg

youtube-dl -o /var/folders/cW/cWV+OO2iGTq23X9xumM4NU+++TI/-Tmp-/tmpe2QLOd http://www.youtube.com/watch?v=Y6oUlDpXahE

ffmpeg -y -i "/var/folders/cW/cWV+OO2iGTq23X9xumM4NU+++TI/-Tmp-/tmpe2QLOd" /var/folders/cW/cWV+OO2iGTq23X9xumM4NU+++TI/-Tmp-/tmpobtak-.wav

Computed MD5 of file is d41d8cd98f00b204e9800998ecf8427e

Probing for existing analysis

Analysis found. No upload needed.

en-ffmpeg -i "/var/folders/cW/cWV+OO2iGTq23X9xumM4NU+++TI/-Tmp-/tmpobtak-.wav"

Traceback (most recent call last):

File "vreverse.py", line 48, in main(toReverse, inputFilename, outputFilename)

File "vreverse.py", line 26, in main av = video.loadavfromyoutube(inputFilename)

File "/Library/Python/2.5/site-packages/echonest/video.py", line 236, in loadavfromyoutube return loadav(yt_file)

File "/Library/Python/2.5/site-packages/echonest/video.py", line 207, in loadav a = audio.LocalAudioFile(audio_file)

File "/Library/Python/2.5/site-packages/echonest/audio.py", line 804, in init AudioData.init(self, filename=filename, verbose=verbose, defer=defer)

File "/Library/Python/2.5/site-packages/echonest/audio.py", line 250, in init ffmpeg_error_check(parsestring[1])

File "/Library/Python/2.5/site-packages/echonest/audio.py", line 644, in ffmpeg_error_check raise RuntimeError("ffmpeg conversion error:nt" + "nt".join(parse[num:]))

RuntimeError: ffmpeg conversion error: /var/folders/cW/cWV+OO2iGTq23X9xumM4NU+++TI/-Tmp-/tmpobtak-.wav: Unknown format

any ideas what is going wrong?

thanks

Posts: 105
Registered: Sep 05, 2008

Hi merf, a much better place to ask this is on the echo nest remix discussion group, it is linked on the homepage at http://code.google.com/p/echo-nest-remix

Reply to this Thread

You must log in to post a reply.