
Recherche avancée
Autres articles (42)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
L’espace de configuration de MediaSPIP
29 novembre 2010, parL’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
Il permet de configurer finement votre site.
La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (6730)
-
avcodec/vvcdec : do not zero frame qp table
28 juillet 2024, par Nuo Mi -
Should I buy ffmpeg ? [closed]
25 décembre 2011, par MattI work for a online-video company, and looking for some tools to convert wmv/mkv/avi and so on to mp4. I know ffmpeg can do this. Should I buy it in thes condition ?
thanks.
-
Is -vfilter not available on Debian 5 ?
3 octobre 2011, par KorI'm getting problems trying to make my website (done in PHP) work online.
At a specific time, I need to upload a video and convert it, also scaling its dimensions. I use a call like this one :ffmpeg -y -i '/path/to/video.mp4' -f flv -ab 56 -ar 22050 -r 20 -vfilter "scale=704:-1" '/path/to/new/video.flv'
It works offline on my computer (Ubuntu 10.10), but it doesn't do the same online (Debian Lenny 5.0). The response I get from the server is :
[Mon Oct 03 15:48:56 2011] [error] [client 81.184.6.124] /servers/path/to/ffmpeg: unrecognized option '-vfilter'
I have also tried with '-vf', but it just doesn't work at all. So my question is, am I doing it wrong, or is it that Debian unables video filters for some reason ?
I give you some info about this server :
Debian 5.0
PHP: 5.2.6
FFmpeg r11872+debian_0.svn20080206-18+lenny1
libavutil 3212800
libavcodec 3355136
libavformat 3409664
libavdevice 3407872EDIT : Oh my, I just saw it. No libavfilter installed. I'll tell you what their support tells me in a couple hours.