mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-03-14 02:00:25 +01:00
added linux ffmpeg vvc static build
This commit is contained in:
parent
777b7082ab
commit
140aa9aa1a
17
FFMPEGVVC.md
17
FFMPEGVVC.md
@ -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)
|
||||
|
||||
[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)
|
||||
|
||||
@ -150,13 +150,7 @@ make
|
||||
|
||||
# Linux downloaders (Important note)
|
||||
|
||||
Unfortunately, this is Ubuntu 20.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
|
||||
```
|
||||
Unfortunately, this is Ubuntu 22.04 LTS build only.
|
||||
|
||||
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
|
||||
```
|
||||
|
||||
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
|
||||
|
||||
VVC programmers of FFmpeg:
|
||||
|
Loading…
x
Reference in New Issue
Block a user