[FFmpeg-user] ffmpeg supported servers
Lou
lou at lrcd.com
Tue Dec 11 20:11:40 CET 2012
On Tue, 11 Dec 2012 09:24:55 +0100
Joana Moll <joanamoll at gmail.com> wrote:
> I don't understant, you say that I can run ffmpeg directly from any folder
> on my server? That I can install it myself?
Please remember that top-posting should be avoided on this mailing-list.
I do not know the specifics of your server, but you may be able to
compile stuff which will result in a file or files that you can execute.
$ cd
$ wget https://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2
$ tar xjvf ffmpeg-snapshot.tar.bz2
$ cd ffmpeg/tools
$ make qt-faststart
If make was successful then you will have qt-faststart in
~/ffmpeg/tools/.
More information about the ffmpeg-user
mailing list