MMAPI-2 / ffmpeg_install.sh
DeFactOfficial's picture
switch to docker runtime... gradio front end moved to other space
a830538
raw
history blame
227 Bytes
wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz
unxz ./ffmpeg-release-amd64-static.tar.xz
tar -xvf ./ffmpeg-release-amd64-static.tar
export PATH="/home/user/app/ffmpeg-7.0.2-amd64-static:$PATH"