This commit is contained in:
2024-01-10 17:49:27 -06:00
parent eabb8425cd
commit 6c601a6f7f

View File

@@ -24,6 +24,7 @@ sudo make install
cd "$RAV1E_DIR/" || exit
git pull
rm -rf ffmpeg_build && mkdir ffmpeg_build || exit
source "$HOME/.cargo/env" # for good measure
cargo clean
RUSTFLAGS="-C target-cpu=native" cargo cinstall --release \
--prefix="$(pwd)"/ffmpeg_build \
@@ -42,3 +43,7 @@ make clean
./configure --enable-libsvtav1 --enable-librav1e
make -j "$(nproc)"
sudo make install
hash -r
source ~/.profile
ffmpeg -encoders | grep "av1"