2023-03-14 17:31:02 +11:00
# LAV Filters for Windows (VVC version)
LAV Filters is an open source of Windows DirectShow filters with splitter and decoder for FFmpeg.
2023-05-06 13:53:10 +10:00
For VVC version, it includes 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.
2023-03-14 17:31:02 +11:00
2023-05-06 13:53:10 +10:00
To install LAV Filters VVC version on your computer, you need right click and run as administrator for batch files (.BAT file).
2023-03-14 17:31:02 +11:00
Original source code: https://github.com/Nevcairiel/LAVFilters
2023-03-21 19:52:37 +11:00
Changelog:
```
2024-04-09 20:30:22 +10:00
09/04/2024: Updated LAVFilters with new commits, FFmpeg and others.
30/03/2024: Updated LAVFilters with new commits, FFmpeg, vvdec and others, still uses libvvdec library and disabled VVC native decoder.
29/01/2024: Updated LAVFilters with new clsid2 commits, FFmpeg, vvdec and others.
2023-11-15 11:18:17 +11:00
15/11/2023: Updated LAVFilters, new clsid2 commits from forked repository, FFmpeg, vvdec and others.
2023-08-11 23:50:29 +10:00
11/08/2023: Updated vvdec
2023-08-04 23:33:50 +10:00
04/08/2023: Updated vvdec and others.
04/04/2023: Removed matroska demuxer of FFmpeg configuration to fix some computers having problem to play any Matroska container. Fixes #26 .
2023-05-06 13:53:10 +10:00
21/03/2023: Full VVC support and libfdk_aac is default after native AAC and AAC Fixed decoder disabled to fix USAC/xHE-AAC playable.
2023-03-21 19:52:37 +11:00
```
2023-03-14 21:59:01 +11:00
2024-04-09 20:30:22 +10:00
## MPC-HC 2.2.0 (VVC version)
2023-08-05 19:50:53 +10:00
2024-04-09 20:30:22 +10:00
MPC-HC 2.2.0 comes with LAVFilters VVC installed and it is portable.
2023-08-05 19:50:53 +10:00
2024-04-09 20:30:22 +10:00
You can download via cloud link: https://mega.nz/file/X512UBwA#5HQ6Tj2ZfsNWimMitnR73SR3PcDAKCj4fdGIxELHu0I
2023-08-05 19:50:53 +10:00
After downloading, extract compressed file via [7-Zip ](https://7-zip.org ) and run `mpc-hc64.exe` . This program doesn't require administrator privileges.
Original forked source code: https://github.com/clsid2/mpc-hc
Changelog:
```
2024-04-09 20:30:22 +10:00
09/04/2024: Updated MPC-HC, LAVFilters with new commits, FFmpeg and others.
30/03/2024: Updated MPC-HC, LAVFilters with new commits, FFmpeg, MediaInfo, yt-dlp, vvdec and others, still uses libvvdec library and disabled VVC native decoder.
29/01/2024: Updated MPC-HC, LAVFilters with new clsid2 commits, FFmpeg, vvdec, Mediainfo, yt-dlp and others.
2023-11-15 11:18:17 +11:00
15/11/2023: Updated MPC-HC, LAVFilters, new clsid2 commits from forked repository, FFmpeg, vvdec and others. Added yt-dlp support.
2023-08-11 23:50:29 +10:00
11/08/2023: Updated vvdec
2023-08-05 19:50:53 +10:00
05/08/2023: Uploaded MPC-HC 2.0.0 portable x64 VVCEasy version with LAVFilters64 installed.
```
2023-03-14 17:31:02 +11:00
- Martin Eesmaa