README.md

This commit is contained in:
q3aql 2024-07-18 17:10:59 +02:00
parent ecda4e59d6
commit 2b84f9db3b

View File

@ -66,9 +66,9 @@ ks-tools - Tools for upload, convert and crop/mix video/audio files.
curl -L https://raw.githubusercontent.com/kadwanev/bigboybrew/master/Library/Formula/sshpass.rb > sshpass.rb
brew install sshpass.rb
* Install `ffmpeg` from repository or use the package [ffmpeg-6.1-linux-gnu-64bit-build.tar.bz2](https://drive.proton.me/urls/FZH7FV29FR#5FuAfSzxhH6h):
* Install `ffmpeg` from repository or use the package [ffmpeg-7.0-linux-gnu-64bit-build.tar.bz2](https://q3aql.dev/ffmpeg-builds/ffmpeg-7.0-linux-gnu-64bit-build.tar.bz2):
sudo tar jxvf ffmpeg-6.1-linux-gnu-64bit-build.tar.bz2 -C /
sudo tar jxvf ffmpeg-7.0-linux-gnu-64bit-build.tar.bz2 -C /
* Install ks-tools cloning the repository:
@ -88,9 +88,9 @@ ks-tools - Tools for upload, convert and crop/mix video/audio files.
install apt-cyg /bin
apt-cyg install git make expect rsync openssh sshpass grep coreutils binutils bc
* Download package [ffmpeg-6.1-cygwin-64bit-build.tar.gz](https://drive.proton.me/urls/FZH7FV29FR#5FuAfSzxhH6h) and install it:
* Download package [ffmpeg-7.0-cygwin-64bit-build.tar.gz](https://q3aql.dev/ffmpeg-builds/ffmpeg-7.0-cygwin-64bit-build.tar.gz) and install it:
tar zxvf ffmpeg-6.1-cygwin-64bit-build.tar.gz -C /
tar zxvf ffmpeg-7.0-cygwin-64bit-build.tar.gz -C /
* If you prefer your own ffmpeg build, use this script for build it: