README.md (v8.5)
This commit is contained in:
parent
a7dcddeaf9
commit
5f02d5bc69
10
README.md
10
README.md
|
@ -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
|
curl -L https://raw.githubusercontent.com/kadwanev/bigboybrew/master/Library/Formula/sshpass.rb > sshpass.rb
|
||||||
brew install sshpass.rb
|
brew install sshpass.rb
|
||||||
|
|
||||||
* Install `ffmpeg` from repository or use the package [ffmpeg-6.0-linux-gnu-64bit-build2.tar.bz2](https://drive.proton.me/urls/87E226C29C#mcuvbx0p6DLy):
|
* Install `ffmpeg` from repository or use the package [ffmpeg-6.1-linux-gnu-64bit-build.tar.bz2](https://drive.proton.me/urls/FZH7FV29FR#5FuAfSzxhH6h):
|
||||||
|
|
||||||
sudo tar jxvf ffmpeg-6.0-linux-gnu-64bit-build2.tar.bz2 -C /
|
sudo tar jxvf ffmpeg-6.1-linux-gnu-64bit-build.tar.bz2 -C /
|
||||||
|
|
||||||
* Install ks-tools cloning the repository:
|
* 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
|
install apt-cyg /bin
|
||||||
apt-cyg install git make expect rsync openssh sshpass grep coreutils binutils bc
|
apt-cyg install git make expect rsync openssh sshpass grep coreutils binutils bc
|
||||||
|
|
||||||
* Download package [ffmpeg-6.0-cygwin-64bit-build2.tar.gz](https://drive.proton.me/urls/87E226C29C#mcuvbx0p6DLy) and install it:
|
* Download package [ffmpeg-6.1-cygwin-64bit-build.tar.gz](https://drive.proton.me/urls/FZH7FV29FR#5FuAfSzxhH6h) and install it:
|
||||||
|
|
||||||
tar zxvf ffmpeg-6.0-cygwin-64bit-build2.tar.gz -C /
|
tar zxvf ffmpeg-6.1-cygwin-64bit-build.tar.gz -C /
|
||||||
|
|
||||||
* If you prefer your own ffmpeg build, use this script for build it:
|
* If you prefer your own ffmpeg build, use this script for build it:
|
||||||
|
|
||||||
|
@ -111,7 +111,7 @@ ks-tools - Tools for upload, convert and crop/mix video/audio files.
|
||||||
|
|
||||||
sudo apt install git make expect rsync openssh-client openssh-server sshpass grep binutils bc
|
sudo apt install git make expect rsync openssh-client openssh-server sshpass grep binutils bc
|
||||||
|
|
||||||
* Install `ffmpeg` from the package [ffmpeg-6.0-linux-gnu-64bit-build2.tar.bz2](https://drive.proton.me/urls/87E226C29C#mcuvbx0p6DLy) or from repository:
|
* Install `ffmpeg` from the package [ffmpeg-6.1-linux-gnu-64bit-build.tar.bz2](https://drive.proton.me/urls/FZH7FV29FR#5FuAfSzxhH6h) or from repository:
|
||||||
|
|
||||||
sudo apt install ffmpeg
|
sudo apt install ffmpeg
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user