Fish Fillets OST (1997)
download: https://mxd.cz/uploads/audio/fish_fillets.mp3
Fred Brooker 🍀 Matrix Design
download: https://mxd.cz/uploads/audio/fish_fillets.mp3
https://github.com/mxdpeep/linux-bash-scripts/blob/master/concat_mp3.sh
Caustic 3 is a music creation tool (DAW) inspired by rack-mount synthesizers and samplers rigs. Software archive: https://drive.google.com/drive/folders/11htZDE018DALJhyO9Mup9EEK6SXwtWGK(Windows version runs smoothly under Linux Wine) Discussion about Caustic 3 on Reddit: https://www.reddit.com/r/CausticDAW Caustic 3 YouTube channel: https://www.youtube.com/channel/UCcM7HcMAhmhaLNX80o4FFRA
Nejprve je důležité mít nainstalovaný ffmpeg, můžete si vybrat ze dvou jednoduchých způsobů (Ubuntu). pomocí APT: sudo apt-get install -yq ffmpeg 2. pomocí Snapu: snap install ffmpeg A pak už je to snadné: for i in *.ogg; do ffmpeg -i “$i” “${i%.ogg}.mp3”; done