kamil181 0 Zgłoś post Napisano Listopad 13, 2016 (edytowany) Witam, Kofiguruje serwer według takiego poradnika mam centos 6.8 z pre instalowanym cpanel na vps ovh Build/Install FFmpeg and codecs as follows: Yasm Yasm is an assembler used by x264 and FFmpeg. cd ~/ffmpeg_sources curl -O http://www.tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz tar xzvf yasm-1.2.0.tar.gz cd yasm-1.2.0 ./configure --prefix="$HOME/ffmpeg_build" --bindir="$HOME/bin" make make install make distclean export "PATH=$PATH:$HOME/bin" libx264 H.264 video encoder. Requires FFmpeg to be configured with --enable-gpl --enable-libx264 --extra-libs=-ldl cd ~/ffmpeg_sources git clone --depth 1 git://git.videolan.org/x264 cd x264 ./configure --prefix="$HOME/ffmpeg_build" --bindir="$HOME/bin" --enable-static make make install make distclean libfdk_aac AAC audio encoder. Requires FFmpeg to be configured with --enable-libfdk_aac (and --enable-nonfree if you also included --enable-gpl) cd ~/ffmpeg_sources git clone --depth 1 git://git.code.sf.net/p/opencore-amr/fdk-aac cd fdk-aac autoreconf -fiv ./configure --prefix="$HOME/ffmpeg_build" --disable-shared make make install make distclean libmp3lame MP3 audio encoder. Requires FFmpeg to be configured with --enable-libmp3lame cd ~/ffmpeg_sources curl -L -O http://downloads.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar.gz tar xzvf lame-3.99.5.tar.gz cd lame-3.99.5 ./configure --prefix="$HOME/ffmpeg_build" --bindir="$HOME/bin" --disable-shared --enable-nasm make make install make distclean libopus Requires FFmpeg to be configured with --enable-libopus cd ~/ffmpeg_sources curl -O http://downloads.xiph.org/releases/opus/opus-1.1.tar.gz tar xzvf opus-1.1.tar.gz cd opus-1.1 ./configure --prefix="$HOME/ffmpeg_build" --disable-shared make make install make distclean libogg Ogg bitstream library. Required by libtheora and libvorbis. cd ~/ffmpeg_sources curl -O http://downloads.xiph.org/releases/ogg/libogg-1.3.1.tar.gz tar xzvf libogg-1.3.1.tar.gz cd libogg-1.3.1 ./configure --prefix="$HOME/ffmpeg_build" --disable-shared make make install make distclean libvorbis Requires FFmpeg to be configured with --enable-libvorbis cd ~/ffmpeg_sources curl -O http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.4.tar.gz tar xzvf libvorbis-1.3.4.tar.gz cd libvorbis-1.3.4 ./configure --prefix="$HOME/ffmpeg_build" --with-ogg="$HOME/ffmpeg_build" --disable-shared make make install make distclean libvpx VP8/VP9 video encoder. Requires FFmpeg to be configured with --enable-libvpx cd ~/ffmpeg_sources git clone --depth 1 https://chromium.googlesource.com/webm/libvpx.git cd libvpx ./configure --prefix="$HOME/ffmpeg_build" --disable-examples make i w trakcie wykonywania pojawia się taki błąd: make install make clean i w Edytowano Listopad 13, 2016 przez kamil181 (zobacz historię edycji) Udostępnij ten post Link to postu Udostępnij na innych stronach
banan47 0 Zgłoś post Napisano Listopad 13, 2016 Ja nigdy nie korzystam z tym wersji udostępnionych przez OVH, ponieważ za każdym razem mam jakieś dziwne krzaki, polecam Ci zainstalować wszystko samemu od podstaw. Pozdrawiam Udostępnij ten post Link to postu Udostępnij na innych stronach
kamil181 0 Zgłoś post Napisano Listopad 14, 2016 tak tez próbowałem i niestety ten sam bląd w tym samym momencie?? Udostępnij ten post Link to postu Udostępnij na innych stronach