facebookresearch / audiocraft

Audiocraft is a library for audio processing and generation with deep learning. It features the state-of-the-art EnCodec audio compressor / tokenizer, along with MusicGen, a simple and controllable music generation LM with textual and melodic conditioning.
MIT License
20.92k stars 2.14k forks source link

Empty output file #94

Closed rombirli closed 1 year ago

rombirli commented 1 year ago

Good afternoon,

When I try to generate musics, the output area in the webui is all gray with a download button (but no play button or anything else). image When I download the file using this button a 0kB mp4 file is downloaded. Of course i can't open it. Is it a known issue or something to fix it ? output.zip

Thanks in advance for your help

Bests

ramsy0dev commented 1 year ago

You can try and use the demo here it works fine for me

ashleykleynhans commented 1 year ago

Empty output file usually means you have not installed ffmpeg.

rombirli commented 1 year ago

Empty output file usually means you have not installed ffmpeg.

Thanks for your help !