mirror of
https://github.com/levogevo/ffmpeg-av1-builder.git
synced 2026-01-15 16:56:18 +00:00
depth 1
This commit is contained in:
@@ -6,9 +6,9 @@ RAV1E_DIR="$BASE_DIR/rav1e"
|
|||||||
FFMPEG_DIR="$BASE_DIR/ffmpeg"
|
FFMPEG_DIR="$BASE_DIR/ffmpeg"
|
||||||
|
|
||||||
# clone
|
# clone
|
||||||
git clone https://gitlab.com/AOMediaCodec/SVT-AV1.git "$SVT_DIR"
|
git clone https://gitlab.com/AOMediaCodec/SVT-AV1.git "$SVT_DIR" --depth 1
|
||||||
git clone https://github.com/xiph/rav1e "$RAV1E_DIR"
|
git clone https://github.com/xiph/rav1e "$RAV1E_DIR" --depth 1
|
||||||
git clone https://git.ffmpeg.org/ffmpeg.git "$FFMPEG_DIR"
|
git clone https://git.ffmpeg.org/ffmpeg.git "$FFMPEG_DIR" --depth 1
|
||||||
|
|
||||||
# build svt-av1
|
# build svt-av1
|
||||||
cd "$SVT_DIR/" || exit
|
cd "$SVT_DIR/" || exit
|
||||||
|
|||||||
Reference in New Issue
Block a user