mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-02-02 10:26:50 +01:00
update linux build codes
This commit is contained in:
parent
9798092921
commit
53d02caa6c
34
FFMPEGVVC.md
34
FFMPEGVVC.md
@ -161,30 +161,30 @@ sudo apt install libxml2 libx264-dev libx265-dev libnuma-dev libxml2 libopus-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:
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo apt install build-essential cmake libx264-dev libx265-dev libnuma-dev libxml2 libopus-dev nasm libsdl2-dev && \
|
sudo apt install build-essential cmake libxml2-dev nasm libsdl2-dev && \
|
||||||
git clone https://github.com/fraunhoferhhi/vvdec.git && cd vvdec && \
|
git clone --depth=1 https://github.com/fraunhoferhhi/vvdec && \
|
||||||
make release && make install install-prefix=/usr/local && \
|
git clone --depth=1 https://github.com/fraunhoferhhi/vvenc && \
|
||||||
|
git clone --depth=1 https://github.com/mstorsjo/fdk-aac && \
|
||||||
|
git clone --depth=1 https://github.com/MartinEesmaa/FFmpeg-FixVVC && \
|
||||||
|
cd vvenc && sudo make install install-prefix=/usr/local && \
|
||||||
cd .. && \
|
cd .. && \
|
||||||
git clone https://github.com/fraunhoferhhi/vvenc.git && cd vvdec && \
|
cd vvdec && sudo make install install-prefix=/usr/local && \
|
||||||
make release && make install install-prefix=/usr/local && \
|
cd .. && \
|
||||||
cd .. && git clone https://github.com/tbiat/FFmpeg.git && cd FFmpeg && \
|
cd fdk-aac && autoreconf -if && ./configure --prefix=/usr/local --enable-static --disable-shared && sudo make install && \
|
||||||
./configure --enable-gpl \
|
cd .. && cd FFmpeg-FixVVC && \
|
||||||
--enable-version3 \
|
./configure --enable-libfdk-aac --enable-libvvenc --enable-libvvdec --enable-pic --enable-libxml2 --enable-sdl2 && \
|
||||||
--enable-libvvenc \
|
|
||||||
--enable-libvvdec \
|
|
||||||
--enable-pic \
|
|
||||||
--enable-libxml2 \
|
|
||||||
--enable-libx264 \
|
|
||||||
--enable-libx265 \
|
|
||||||
--enable-sdl2 \
|
|
||||||
--enable-libopus && \
|
|
||||||
make -j
|
make -j
|
||||||
```
|
```
|
||||||
|
|
||||||
If compiling is success and finished, you can install FFmpeg, using the code:
|
If compiling is success and finished, you can install FFmpeg, using the code:
|
||||||
|
|
||||||
```
|
```
|
||||||
make install
|
mv ffmpeg ffmpeg_vvceasy
|
||||||
|
mv ffplay ffplay_vvceasy
|
||||||
|
mv ffprobe ffprobe_vvceasy
|
||||||
|
sudo cp ffmpeg_vvceasy /usr/local/bin
|
||||||
|
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:
|
For Linux downloaders to run FFmpeg, please copy these two files:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user