Benutzer-Werkzeuge

Webseiten-Werkzeuge


openshot

Dies ist eine alte Version des Dokuments!


OpenShot

Compilieren:

git clone https://github.com/OpenShot/libopenshot-audio.git
git clone https://github.com/OpenShot/libopenshot.git

Programme benötigt

apt-get install openshot-qt cmake pkg-config swig

X11

apt-get install libx11-dev libxcursor-dev libxinerama-dev libxrandr-dev

ffmpeg

apt-get install libasound2-dev libavcodec-dev libavdevice-dev libavfilter-dev \
    libavformat-dev  libavutil-dev libfdk-aac-dev libswscale-dev libswresample-dev

Sonstiges apt-get install libfreetype6-dev libjsoncpp-dev libmagick++-dev libunittest++-dev \

  libzmq3-dev python3-dev qtbase5-dev qtmultimedia5-dev

1. libopenshot-audio

cd libopenshot-audio
git checkout v0.4.0
mkdir build
cd build
cmake ../
make
sudo make install

2. libopenshot

cd ../libopenshot
git checkout v0.4.0
mkdir -p build
cd build
cmake ../
make
sudo make install
openshot.1747729901.txt.gz · Zuletzt geändert: 20.05.2025 08:31 von thooge

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki