Ffmpeg (Linux): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
Zeile 3: Zeile 3:


== Selbst kompilieren ==
== Selbst kompilieren ==
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]


<pre>
<pre>

Version vom 2. Mai 2024, 19:57 Uhr

Noch in Bearbeitung


Selbst kompilieren

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


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