logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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-ffmpeg
or

Install via npx

npx @hexmos/ipm i webcamoid-ffmpeg

Prerequisites

Qt

development library

Version: 5

ffmpeg

development library

GStreamer

development library

Version: 1.0

build-essential

package

libjpeg-dev

package

libv4l-dev

package

libxvidcore-dev

package

libx264-dev

package

libx265-dev

package

libvpx-dev

package

libfdk-aac-dev

package

libopus-dev

package

libass-dev

package

libopenjpeg-dev

package

libsoxr-dev

package

libvidstab-dev

package

libtheora-dev

package

libvorbis-dev

package

libwebp-dev

package

libmp3lame-dev

package

libgstreamer1.0-dev

package

gstreamer1.0-plugins-base

package

gstreamer1.0-plugins-good

package

gstreamer1.0-plugins-bad

package

gstreamer1.0-plugins-ugly

package

gstreamer1.0-libav

package

Manual 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