Add LAVFilter x64 VVC version

This commit is contained in:
MartinEesmaa
2023-03-14 17:31:02 +11:00
parent 22dbe70648
commit 1669057b7d
3 changed files with 19 additions and 0 deletions

Binary file not shown.

11
LAVFilter/README.md Normal file
View File

@@ -0,0 +1,11 @@
# LAV Filters for Windows (VVC version)
LAV Filters is an open source of Windows DirectShow filters with splitter and decoder for FFmpeg.
For VVC version, it is included external VVC decoder libvvdec and xHE-AAC with LAV Filters and can be played by any DirectShow players, but it requires Windows Vista and later.
To install LAV Filters VVC version on your computer, you need right click and run as administrator for batchfiles (.BAT file).
Original source code: https://github.com/Nevcairiel/LAVFilters
- Martin Eesmaa

View File

@@ -48,6 +48,8 @@ Sourceforge: https://sourceforge.net/projects/vvceasy
- [MPV libvvdec + xHE-AAC support (Windows x64/Android only)](#mpv-libvvdec--xhe-aac-support-windows-x64android-only)
- [LAVFilters VVC version x64](#lavfilters-vvc-version-x64)
- [Compile for VVCEasy](#compile-for-vvceasy)
- [VVCEasy Batchfile Compile](#vvceasy-batchfile-version-optional-windows-only)
@@ -135,6 +137,12 @@ The VVC and MP4 muxed with VVC codec can be played on MPV libvvdec + xHE-AAC ver
See [MPV.md](MPV.md).
# LAVFilters VVC version x64
For more information about LAVFilters Windows VVC version.
See [LAVFilter folder](LAVFilter/README.md)
# Compile for VVCEasy
### VVCEasy Batchfile Version (optional) (Windows only)