You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 安装 AVS2 解码器
git clone https://github.com/pkuvcl/davs2.git
cd davs2
cd build/linux/
./configure --enable-static
make -j 32
sudo make install
# 安装 AVS2 编码器
git clone https://github.com/pkuvcl/xavs2.git
cd xavs2
cd build/linux/
./configure --enable-static
make -j 32
sudo make install
# 安装 AVS3 解码器
git clone https://github.com/uavs3/uavs3d.git
cd uavs3d
cd build
cmake ../
make -j 32
sudo make install
# 安装 AVS3 编码器
git clone https://github.com/uavs3/uavs3e.git
cd uavs3e
cd build
cmake ../
make -j 32
sudo make install