Letting know to build FFmpeg-VVC of shell script

This commit is contained in:
MartinEesmaa 2024-10-07 17:35:45 +11:00
parent a332128fdc
commit b058a6ba0d
No known key found for this signature in database
GPG Key ID: FD65711850BEEE70
1 changed files with 4 additions and 2 deletions

View File

@ -259,9 +259,9 @@ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
make -j
```
# Linux builders (Important for FFplay) (old)
# Linux builders (Important for FFplay) (old, deprecated)
You can build using [Linux script](libvvdecffmpeg.sh).
You can build using [Linux script](BuildFFmpeg.sh).
If you want actually play VVC file with FFplay on your local distro, you need to remove command `--extra-ldexeflags="-static"`, otherwise it might give result segmentation fault for FFplay static only.
@ -274,6 +274,8 @@ mv ffprobe ffprobe_vvceasy
sudo cp ffmpeg_vvceasy ffplay_vvceasy ffprobe_vvceasy /usr/local/bin
```
Windows is also available to compile FFmpeg-VVC using MSYS2, but build of FFmpeg-VVC shell script is deprecated.
# Compile FFmpeg-Builds for Windows & Linux
If you want to compile your own FFmpeg with VVC support + xHE-AAC, here's what you need to do: