added linux ffmpeg vvc static build

This commit is contained in:
Martin Eesmaa 2022-08-23 21:13:49 +10:00 committed by GitHub
parent 777b7082ab
commit 140aa9aa1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 15 deletions

View File

@ -75,7 +75,7 @@ Special thanks to @ZenKiyoshi for Intel build bug. See the issue: #16
[Mac OS](https://mega.nz/file/K8MW0IAR#NgTpDwR5nXk3QvpKlsTDdatYS32igd_-36acbe4eyCo) [Mac OS](https://mega.nz/file/K8MW0IAR#NgTpDwR5nXk3QvpKlsTDdatYS32igd_-36acbe4eyCo)
[Linux](https://mega.nz/file/jhkk0bqQ#0y-m_ieBbhTWgOI2Eenzd-zugxo2PLedqnobGmux51M) (Only Ubuntu 20.04 build) [Linux](https://mega.nz/file/PwVmTKYB#WsTte8csnpKRPRSwTCfE7WtTvndO1cM_3UKKb1T7p0s) (Only Ubuntu 22.04 build)
# Mac OS downloaders (Important note) # Mac OS downloaders (Important note)
@ -150,13 +150,7 @@ make
# Linux downloaders (Important note) # Linux downloaders (Important note)
Unfortunately, this is Ubuntu 20.04 LTS build only. Unfortunately, this is Ubuntu 22.04 LTS build only.
Before you use FFmpeg, make sure you install all these requirements:
```
sudo apt install libxml2 libx264-dev libx265-dev libnuma-dev libxml2 libopus-dev libsdl2-dev
```
If you are using other linux without Ubuntu 20.04 LTS, you have to build using this: If you are using other linux without Ubuntu 20.04 LTS, you have to build using this:
@ -195,13 +189,6 @@ sudo cp ffplay_vvceasy /usr/local/bin
sudo cp ffprobe_vvceasy /usr/local/bin sudo cp ffprobe_vvceasy /usr/local/bin
``` ```
For Linux downloaders to run FFmpeg, please copy these two files:
```
sudo cp libvvenc.so /usr/lib/libvvenc.so
sudo cp libvvdec.so /usr/lib/libvvdec.so
```
# Special thanks # Special thanks
VVC programmers of FFmpeg: VVC programmers of FFmpeg: