Bitcoin donations are welcome:14snQXeLcnJtWUduKZ6rC2MHdPYrYar1Tw

Saturday, August 1, 2020

Avidemux on raspberry pi

Do this:

1.) You need this package:
wget http://ftp.br.debian.org/debian/pool/non-free/f/faac/libfaac0_1.29.9.2-2_armhf.deb
sudo dpkg -i libfaac0_1.29.9.2-2_armhf.deb
2.) And this:
apt-get install libglu1-mesa
3.) Now, thanks to this guy on https://avidemux.org/smif/index.php?topic=18811.0 (last post, first page), download the 2.7.5 ARMEL file from: https://www.dropbox.com/sh/1eurpo4lrphzzf0/AAAVfjDISjTuRLDX-TVBJbgSa?dl=0
4.) Use "7z e" to extract the file.
5.) Use the following command inside the dir with all the extracted packages to install avidemux:
sudo dpkg -i ./*
6.) Now you should be done, to start run from bash/cli:
avidemux3_qt5

No comments:

Post a Comment