update windows ffmpeg build for vvenc codes

This commit is contained in:
Martin Eesmaa 2022-12-30 22:40:06 +11:00 committed by GitHub
parent de5daedb66
commit a45c38a732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -74,7 +74,7 @@ For Linux and Mac OS users: Replace **mp4box** by **gpac**
# FFmpeg Downloads (xHE-AAC & VVC en/decoder plugin compiled by Martin Eesmaa)
[Windows](https://mega.nz/file/b9N0GLgD#Gt__YtDuNQdHj_0zxcMK_WfBBOyfGgPihV0ujO5w3GI)
[Windows](https://mega.nz/file/KtEkGSBb#45hhunMr-ds-GdAQ-r3YR_rX5SxeJw2qt5QMfPjhw_4)
[Mac OS](https://mega.nz/file/3xtTAIiQ#MPsPcz-QlSquqahmEx8ANpqleiVm2Y3L1o3R6vy7qY8)
@ -82,10 +82,11 @@ For Linux and Mac OS users: Replace **mp4box** by **gpac**
### Note about downloads
I use always Windows to compile FFmpeg, so I forgot compile every time for Mac OS and Linux. Also, please check changelog before you download the new version.
I always use Windows to compile FFmpeg, so I forgot compile every time for Mac OS and Linux. Also, please check changelog before you download the new version.
### Changelog
```
30/12/2022: Improved vvenc codes of FFmpeg VVCEasy, thanks Thomas Siedel from Spin Digital! TIP: Type "ffmpeg_vvceasy -h encoder=libvvenc" for FFmpeg vvenc available. See the new vvenc patch: https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=7922
23/12/2022: Update all libraries, fix MP4-ALS mono audio & added libcodec2 to FFmpeg.
07/12/2022: Update vvenc, vvdec and others. Fixed Windows N version. (#22)
20/10/2022: Add Linux static binaries of FFmpeg, but only FFplay does not work only.