Use build_linux.sh
to build and follow the output.
Encoding a YUV file.
./ffmpeg -pix_fmt yuv420p -s 1920x1080 -r 50 -i /work/Seq/BasketballDrive_1920x1080_50.yuv -vcodec libxavs2 -b:v 5000k -y test.avs2
Decoding an AVS2 ES file.
./ffmpeg -vcodec libdavs2 -vsync vfr -i test.avs2 -y dec.yuv
Please make a issue in github and provide us the operations to reproduce it.
AVS2-P2/IEEE1857.4
Encoder: xavs2 (Github), xavs2 (mirror in China)
AVS2-P2/IEEE1857.4
Decoder: davs2 (Github), davs2 (mirror in China)
FFmpegAVS2
FFmpeg with AVS2 support: FFmpegAVS2 (Github), FFmpegAVS2 (mirror in China)
buildFFmpegAVS2
: build script of FFmpegAVS2 (Github), build script of FFmpegAVS2 (mirror in China)