Media file analysis, editing, transcoding and conversions.
See PDF doc.
See Image doc for image conversions, joining, triming, metadata etc.
See Video doc for buffering, downloading, metadata, clipping, transcoding, downscaling etc.
See Audio doc for getting and setting metadata such as artist/author, album/title, track numbering etc.
This is old from 2010 and probably needs some updates:
aptitude install nvidia-glx-173
aptitude -y purge samba
aptitude -y purge bluez bluetooth gnome-bluetooth bluez-utils
aptitude -y purge cups bluez-cups cups-driver-gutenprint foo2zjs foomatic-db foomatic-db-engine ghostscript-cups hpijs hplip openprinting-ppds pxljr splix
apt-get -y purge evolution evolution-common
aptitude -y purge openssh-server
dpkg -l | grep openoffice | awk '{print $2}' | xargs aptitude -y purge language-support-en language-support-writing-en python-unoaptitude -y install sysstat
aptitude -y install unraraptitude -y install libdvdread4
/usr/share/doc/libdvdread4/install-css.shas root:
mkdir /var/run/lirc # it wouldn't create it and it wouldn't start without it on ubuntuaptitude -y install dvb-utilsCyberlink remote shows us as /dev/input/event3 according to google.
Can cat that or after installing dvb-utils, can do:
evtest /dev/input/event3except dvb-utils has no install candidate and tells you to instead get dvb-apps which is already installed and doesn't have evtest, only the c file for it
less /proc/bus/input/devicesremote control is detected as a keyboard so a bunch of stuff just works out of the box.
Should use xmodmap to add the remaining buttons to do things I want
magick: unable to load module '/opt/homebrew/Cellar/imagemagick/7.1.1-43/lib/ImageMagick/modules-Q16HDRI/coders/heic.la': file not found @ error/module.c/OpenModule/1293.
magick: no decode delegate for this image format `AVIF' @ error/constitute.c/ReadImage/746.
Solution:
brew info libheifPorted from private Knowledge Base pages 2010+
