diff --git a/FFMPEGVVC.md b/FFMPEGVVC.md index 9d8ccd0..026e47e 100644 --- a/FFMPEGVVC.md +++ b/FFMPEGVVC.md @@ -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: