Hi, I need to install FFmpeg but I cannot use apt-get install on the console. What can I do?
Hi, I need to install FFmpeg but I cannot use apt-get install on the console. What can I do?
Hi there,
We have avconv
installed, which is a fork of ffmpeg. It should be able to do everything ffmpeg does, with more or less the same command-line arguments.
If you really want to install ffmpeg itself, you may be able to download and compile it from source...