Skip to content

Commit

Permalink
⬆️ ffmpeg 4.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: lizz <[email protected]>
  • Loading branch information
innerlee committed Mar 13, 2021
1 parent 5b7a15f commit a50f8d0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions zzffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ set -e
ROOTDIR=${ZZROOT:-$HOME/app}
NAME="ffmpeg"
TYPE=".tar.gz"
FILE="$NAME$TYPE"
DOWNLOADURL="https://www.ffmpeg.org/releases/ffmpeg-4.2.2.tar.gz"
echo $NAME will be installed in $ROOTDIR
VERSION="4.3.2"
FILE="$NAME-$VERSION$TYPE"
DOWNLOADURL="https://www.ffmpeg.org/releases/ffmpeg-4.3.2.tar.gz"
echo $NAME will be installed in "$ROOTDIR"
echo install nasm, yasm, libx264, libx265, libvpx

mkdir -p "$ROOTDIR/downloads"
Expand Down

0 comments on commit a50f8d0

Please sign in to comment.