Ffmpeg (Linux): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
Zeile 4: Zeile 4:
== Selbst kompilieren ==
== Selbst kompilieren ==


libfaac-dev
libfaac-dev:
 
[http://raspi.tv/2012/get_iplayer-installation-on-raspberry-pi-with-debian-wheezy-beta http://raspi.tv/2012/get_iplayer-installation-on-raspberry-pi-with-debian-wheezy-beta]
[http://raspi.tv/2012/get_iplayer-installation-on-raspberry-pi-with-debian-wheezy-beta http://raspi.tv/2012/get_iplayer-installation-on-raspberry-pi-with-debian-wheezy-beta]
[https://packages.debian.org/bullseye/libfaac-dev https://packages.debian.org/bullseye/libfaac-dev]





Version vom 2. Mai 2024, 20:02 Uhr

Noch in Bearbeitung


Selbst kompilieren

libfaac-dev:

http://raspi.tv/2012/get_iplayer-installation-on-raspberry-pi-with-debian-wheezy-beta

https://packages.debian.org/bullseye/libfaac-dev


sudo apt-get install make automake g++ bzip2 python3 unzip patch subversion ruby build-essential git \
checkinstall yasm texi2html libfaac-dev libmp3lame-dev libopencore-amrnb-dev libopencore-amrwb-dev libsdl1.2-dev \
libtheora-dev libvdpau-dev libvorbis-dev libvpx-dev libx11-dev libxfixes-dev libxvidcore-dev zlib1g-dev

Links

https://helpdesk.vimp.com/de/wissensdatenbank-faq/article/transcoding-ubuntu-debian-ffmpeg-selbst-kompilieren

https://www.linux-magazin.de/ausgaben/2017/11/ffmpeg-mit-gpus/3/

https://wiki.ubuntuusers.de/FFmpeg/


Zurück zu Ubuntu