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.17k stars 2.01k forks source link

Feature request - use static-ffmpeg package to eliminate the ffmpeg install step #391

Open zackees opened 5 months ago

zackees commented 5 months ago

I noticed that you rely on ffmpeg to be installed by the user. Are you sure there isn't compatibility issues with the new ffmpeg versions coming on line?

If you use my library you will get a ffmpeg5 binaries without having to have sudo privledges. Works with Mac/Win/Ubuntu

https://github.com/zackees/static_ffmpeg

https://pypi.org/project/static-ffmpeg/

pip install static-ffmpeg