VVCEasy/LAVFilters/README.md

43 lines
2.3 KiB
Markdown
Raw Permalink Normal View History

2023-03-14 07:31:02 +01: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 05:53:10 +02: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 07:31:02 +01:00
2023-05-06 05:53:10 +02: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 07:31:02 +01:00
Original source code: https://github.com/Nevcairiel/LAVFilters
Changelog:
```
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.
15/11/2023: Updated LAVFilters, new clsid2 commits from forked repository, FFmpeg, vvdec and others.
11/08/2023: Updated vvdec
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 05:53:10 +02: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-14 11:59:01 +01:00
## MPC-HC 2.2.0 (VVC version)
2023-08-05 11:50:53 +02:00
MPC-HC 2.2.0 comes with LAVFilters VVC installed and it is portable.
2023-08-05 11:50:53 +02:00
You can download via cloud link: https://mega.nz/file/X512UBwA#5HQ6Tj2ZfsNWimMitnR73SR3PcDAKCj4fdGIxELHu0I
2023-08-05 11:50:53 +02: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:
```
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.
15/11/2023: Updated MPC-HC, LAVFilters, new clsid2 commits from forked repository, FFmpeg, vvdec and others. Added yt-dlp support.
11/08/2023: Updated vvdec
2023-08-05 11:50:53 +02:00
05/08/2023: Uploaded MPC-HC 2.0.0 portable x64 VVCEasy version with LAVFilters64 installed.
```
2023-03-14 07:31:02 +01:00
- Martin Eesmaa