From 22751abc6e497801df51c25828bb23ea2072e543 Mon Sep 17 00:00:00 2001 From: MartinEesmaa Date: Sat, 18 Nov 2023 00:03:44 +1100 Subject: [PATCH] Update Windows and Linux FFmpeg VVCEasy build Enabled all filters via GPL 3 and non-free. --- FFMPEGVVC.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/FFMPEGVVC.md b/FFMPEGVVC.md index 0e10cd8..e835d24 100644 --- a/FFMPEGVVC.md +++ b/FFMPEGVVC.md @@ -81,11 +81,11 @@ For Linux and Mac OS users: Replace **mp4box** by **gpac** # FFmpeg Downloads (xHE-AAC & VVC en/decoder plugin compiled by Martin Eesmaa) -[Windows x64](https://mega.nz/file/2p9UmAJQ#ruJqmmFqCbwgIEeYaVjTF9_VzU5iZ8jIVuunUMsf3Cc) +[Windows x64](https://mega.nz/file/61kxUbqC#vUNOyr3if_AyPLwjHVyDpJ9vdFCyWmJkeEWjlvV2yMs) [Mac OS x86_64](https://mega.nz/file/f08UFTbA#TCQ1KKGaa_kX0MFHOdoJ9hJbL3DZKpo3KLbopzLSVjc) -[Linux x64](https://mega.nz/file/D9dglQpL#YWY_WhHXPj0bZF4NR4sQEUNqx5FxUGl2zuQ8N1Mhkj0) (Only FFplay static won't work) +[Linux x64](https://mega.nz/file/SgdH3RqK#baVtb5CVJt16MWPPn7HyUUogoTrfLqO29bCZ4ogT6Q4) (Only FFplay static won't work) [FFmpeg-FixVVC archived old source code](https://mega.nz/file/G81QyT5S#jcbE1sYPEy1OMIDPCF8BPeAK-3KAGF50u23MVJzmBgw) (old) @@ -95,6 +95,7 @@ I use always Windows to compile FFmpeg, so I forgot to compile every time for Ma ### Changelog ``` +17/11/2023: Enable all filters via additional configuration of GPL 3 and non-free. Updated FFmpeg and others. 12/11/2023: New FFmpeg 6.1+ latest VVCEasy build with updated vvenc, vvdec and others. Released new Mac OS x86_64 build. 10/10/2023: Updated FFmpeg features with vvenc and vvdec on Windows build. 21/09/2023: Added zimg and soxr features build configuration on Windows FFmpeg.