avidemux  2.8.1
About: Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. It supports many file types and tasks can be automated for e.g. using scripting capabilities.
  Fossies Dox: avidemux_2.8.1.tar.gz  ("unofficial" and yet experimental doxygen-generated source code documentation)  

Loading...
Searching...
No Matches
avidemux Documentation

Some Fossies usage hints in advance:

  1. To see the Doxygen generated documentation please click on one of the items in the steelblue colored "quick index" bar above or use the side panel at the left which displays a hierarchical tree-like index structure and is adjustable in width.
  2. If you want to search for something by keyword rather than browse for it you can use the client side search facility (using Javascript and DHTML) that provides live searching, i.e. the search results are presented and adapted as you type in the Search input field at the top right.
  3. Doxygen doesn't incorporate all member files but just a definable subset (basically the main project source code files that are written in a supported language). So to search and browse all member files you may visit the Fossies avidemux_2.8.1.tar.gz contents page and use the Fossies standard member browsing features (also with source code highlighting and additionally with optional code folding).
README.md

Avidemux

Avidemux is a simple cross-platform video editor for Linux, Windows and MacOsX.

Download executables

Latest release

Nightly builds

Build from source

Get the main repository:

git clone https://github.com/mean00/avidemux2.git
cd avidemux2
git submodule update --init --recursive

Build on Linux

Install build dependecies:

Debian / Ubuntu and variants:

bash createDebFromSourceUbuntu.bash --deps-only

Fedora:

bash createRpmFromSourceFedora.bash --deps-only

Build Avidemux:

bash bootStrap.bash --with-system-libass

The compiled output will be in the install subdirectory of avidemux2.
Avidemux can run without installation, only a start script has to be made from the template script run_avidemux_template.sh.
After copying the template script, it needs some editing:
TOPSRCDIR="${HOME}/avidemux2"
the path needs to point to the actual location of the cloned repository.

Build on MacOS

Install Homebrew

Install required build dependencies:

brew install cmake nasm yasm qt xvid x264 x265 libvpx aom opus fdk-aac lame libass mp4v2 a52dec

Build Avidemux:

export MACOSX_DEPLOYMENT_TARGET=$(xcrun --sdk macosx --show-sdk-version)
bash bootStrapOsx_Catalina.bash --enable-qt6

The generated disk image should be in the installer subdirectory of avidemux2.

Build for Windows

Cross-compiling Avidemux on Linux for Windows