How to install webcamoid-ffmpeg. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
webcamoid-ffmpeg Installation Guide
How to install webcamoid-ffmpeg. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for webcamoid-ffmpeg. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i webcamoid-ffmpegor
Install via npx
npx @hexmos/ipm i webcamoid-ffmpegPrerequisites
Qt
development libraryVersion: 5
ffmpeg
development libraryGStreamer
development libraryVersion: 1.0
build-essential
packagelibjpeg-dev
packagelibv4l-dev
packagelibxvidcore-dev
packagelibx264-dev
packagelibx265-dev
packagelibvpx-dev
packagelibfdk-aac-dev
packagelibopus-dev
packagelibass-dev
packagelibopenjpeg-dev
packagelibsoxr-dev
packagelibvidstab-dev
packagelibtheora-dev
packagelibvorbis-dev
packagelibwebp-dev
packagelibmp3lame-dev
packagelibgstreamer1.0-dev
packagegstreamer1.0-plugins-base
packagegstreamer1.0-plugins-good
packagegstreamer1.0-plugins-bad
packagegstreamer1.0-plugins-ugly
packagegstreamer1.0-libav
packageManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install from Source
git clone https://github.com/webcamoid/webcamoid-ffmpeg.git
cd webcamoid-ffmpeg
sudo apt-get update
sudo apt-get install -y build-essential qtbase5-dev libqt5svg5-dev libjpeg-dev libv4l-dev libxvidcore-dev libx264-dev libx265-dev libvpx-dev libfdk-aac-dev libopus-dev libass-dev libopenjpeg-dev libsoxr-dev libvidstab-dev libtheora-dev libvorbis-dev libwebp-dev libmp3lame-dev libgstreamer1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav
qmake webcamoid-ffmpeg.pro
make
sudo make install