• Stars
    star
    677
  • Rank 66,694 (Top 2 %)
  • Language
    C
  • License
    Other
  • Created over 10 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Avidemux2, simple video editor

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

More Repositories

1

lnDSO150

Newer alternative firmware for the DSO150/DSO shell small oscilloscope
C++
49
star
2

stm32ComponentTester

C
32
star
3

DSO_STM32Duino

Alternative firmware for DSO150/DSOShell scope
C
32
star
4

lnArduino

Arduino style API for GD32 F1, GD32F3, GD32VF1, CH32F1, CH32V30x and STM32F1, FreeRTOS and Cmake build system included. Some rust was added too, just in case.
C
12
star
5

digitalPowerSupply

Digitally controlled power supply, stm32 based
C
5
star
6

swindle

A custom version of the blackMagic probe with rust in it
Rust
4
star
7

avidemux2_i18n

QMake
4
star
8

spotWelderControlBoard

C
4
star
9

fontconvert-rs

Truetype to extended GFX font converter tool
Rust
3
star
10

stm32duino_adc

C++
2
star
11

STM32_USBVolumeControl

Simple gadget to control volume through USB HID, using a bluepill
C
2
star
12

WaveFormGenerator_AD9833

Simple waveform generator, using AD9833 + rotary encoder + SSD1306 oled screen + Bluepill board
C
2
star
13

batteryTester2

C
1
star
14

longan_nano_signal_generator

C
1
star
15

batteryTester3

Low cost version of battery tester2
C
1
star
16

18650_Charger

Arduino + TP4056 graphic batttery charger
CMake
1
star
17

powersupply_arduinopowered

Simple lab power supply powered by an arduino for control
CMake
1
star
18

ILI9341_extended

Better font management for stm32 ILI9341 driver as found in stm32duino, rg version
C
1
star
19

swindle_bootloader_ch32v3x

DFU Bootloader for CH32V3x chips
C++
1
star
20

simplerST7735

very simple and efficient ST7735 LCD driver
C++
1
star
21

lnArduino_FreeRTOS_gdb

GDB FreeRTOS support through python scripts
Python
1
star
22

simpler_INA219

C++
1
star
23

ln_rust_ili9341_demo

RP2040+RUST+ILI9341/ST7735
CMake
1
star