ffmpeg / libav
|
04-21-2015, 08:54 PM
(This post was last modified: 04-21-2015 08:55 PM by nilskuhn.)
Post: #1
|
|||
|
|||
ffmpeg / libav
Hi,
is ffmpeg obligatory on server side or does wptserver work with fork avconv/libav-tools, too? Regards, Nils |
|||
04-21-2015, 10:40 PM
Post: #2
|
|||
|
|||
RE: ffmpeg / libav
I am pretty sure it needs ffmpeg proper. I know if you are doing mobile testing it absolutely needs ffmpeg because it relies on filters that the fork doesn't contain. For server-side video rendering it needs ffmpeg with x264 support and I don't know if the fork uses the same command-line.
|
|||
04-21-2015, 10:42 PM
Post: #3
|
|||
|
|||
RE: ffmpeg / libav
Fwiw, I have the 64-bit static build of ffmpeg for linux here if you want to use it: http://www.webpagetest.org/software/ffmpeg
I'm running ubuntu which uses the avconv fork and ununstalled it and manually installed the static ffmpeg build (I think there was also a PPA with it but I had issues getting it to install). |
|||
04-22-2015, 12:12 AM
(This post was last modified: 04-22-2015 12:12 AM by nilskuhn.)
Post: #4
|
|||
|
|||
RE: ffmpeg / libav
thanks for informations
With ubuntu I use PPA: Code: add-apt-repository ppa:jon-severinsson/ffmpeg Older debian releases had ffmpeg in their repositories. But with actual debian jessie I can't get ubuntu PPA installation to work ![]() Is it just the ffmpeg binary you offered which must be available in /usr/bin/ ? |
|||
04-22-2015, 12:22 AM
Post: #5
|
|||
|
|||
RE: ffmpeg / libav
It doesn't have to be the one I offered, any mainline build will work (at least with newer WPT releases). You can grab Jon's versions from here: http://johnvansickle.com/ffmpeg/
|
|||
04-22-2015, 01:47 AM
Post: #6
|
|||
|
|||
RE: ffmpeg / libav
thanks, works for me.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)