Skip to content

Releases: xatabhk/LAVFilters-AVS2-CAVS-AVS3

LAVFilters-X64-0.76.X with avs2 and avs3 decoders enabled

04 Feb 14:19
Compare
Choose a tag to compare

LAVFilters-0.76.X with avs2 and avs3 decoders enabled.

Binary files:

LAVFilters-0.76_20220222-Win64-avs2(10bit)-avs3-642bf121d.zip

Usage

Unpack the above zip and overwrite your existing LAVFilters.

Requirements:

OS: Windows 10
CPU: SSE

Encoder:

Ffmpeg: https://github.com/xatabhk/FFmpeg-avs2-avs3/releases

Command line examples for encoding AVS2 and AVS3 videos:

ffmpeg -i xxx.mp4 -vcodec avs2 -acodec copy xxx_avs2.ts ffmpeg -i xxx.mp4 -vcodec avs2 -acodec copy xxx_avs2.mkv

speed_level option: 0-9, the greater, the better but the slower.
ffmpeg -i xxx.mp4 -vcodec avs2 -speed_level 4 -acodec copy xxx_AVS2.mkv

ffmpeg -i xxx.mp4 -vcodec avs3 -acodec copy xxx_avs3.ts
ffmpeg -i xxx.mp4 -vcodec avs3 -acodec copy xxx_avs3.mkv

Video sample:

https://github.com/xatabhk/avs2-avs3-video-samples

Player using LAVFilters:

mpc-hc: https://gitee.com/zhengtianbo/cavs-avs2-avs3_decoder_added_to_mpc_hc/releases

support libraries:

AVS2: https://gitee.com/zhengtianbo/davs2-10bit
AVS3: https://github.com/uavs3/uavs3d