Thank you Maxim i just finished the ffmpeg installation with sacces. and command - cd ~/bin && ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv
result - :~/bin# ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv ffmpeg version 2.3.git Copyright (c) 2000-2014 the FFmpeg developers built on Sep 1 2014 18:36:06 with gcc 4.4.5 (Debian 4.4.5-8) configuration: --prefix=/root/ffmpeg_build --extra-cflags=-I/root/ffmpeg_build/include --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 3.100 / 56. 3.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 0.103 / 5. 0.103 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 /root/input.mp4: No such file or directory But can't see ffmpeg at /usr/local/bin DO I NEED TO COMMAND echo "MANPATH_MAP $HOME/bin $HOME/ffmpeg_build/share/man" >> ~/.manpath . ~/.profile Thank you 2014-09-01 16:20 GMT+02:00 Maxim Solodovnik <[email protected]>: > I'm using this guide https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu > > > On 1 September 2014 21:02, Mark Lin <[email protected]> wrote: > >> Hello >> using VPS - debian-6.0-x86_64 >> >> trying to install ffmpeg according to - >> https://trac.ffmpeg.org/wiki/How%20to%20quickly%20compile%20FFmpeg%20with%20mp3,%20aac%2B%20and%20x264 >> >> Related regulations have been installed without any problem... >> but when "make" is end I getting ERROR - >> >> CC cmdutils.o >> CC ffmpeg_opt.o >> CC ffmpeg_filter.o >> LD ffmpeg_g >> /usr/bin/ld: libavcodec/libavcodec.a(libx264.o): in function >> X264_init:libavcodec/libx264.c:677: error: undefined reference to >> 'x264_encoder_open_142' >> collect2: ld returned 1 exit status >> make: *** [ffmpeg_g] Error 1 >> >> i tried several times to build ffmpeg with build x264 as the guide shown >> >> so remove x264 and install it from the debian repository - >> https://packages.debian.org/unstable/graphics/x264 >> >> but ending with the same result. >> >> someone have an idea? >> >> Thank you >> > > > > -- > WBR > Maxim aka solomax
