
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (62)
-
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 -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (9674)
-
FFmpeg codec on Ubuntu (Missing argument for option 'i')
9 juillet 2018, par Torsten HögelI installed on my Ubuntu (Plesk) Server for one Website FFmpeg normally with no error. But now after executing
ffmpeg
it shows me everything, but after executingffmpeg -i
my server responds withMissing argument for option ’i’
I haven’t found anything about this especially...
Best Regards
-
MAINTAINERS : add Communication section
6 octobre 2013, par Lou LoganMAINTAINERS : add Communication section
Add Twitter with myself (Lou Logan) as maintainer.
Add Google+ with Paul B Mahol, Michael Niedermayer, and Alexander
Strasser as maintainers.Move website and mailinglists from Miscellaneous Areas to
Communication.Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
-
Generate image from a swf file issue
24 avril 2013, par RougeI am trying to generate first frame of a swf as a
thumbnail
image so the user can see it before they open theswf
file.1.Using
FFMpeg
ffmpeg -i movie.swf -f image2 -vcodec png movie%d.png
using command line with
ffmpeg
to generate images. the above command will
give me errors saying[swf @ 0x17937a0] Compressed SWF format not supported
2.Using
swftools
Their website provide a
tar
file to download however, I only have thecommand line
access in the server so I won't be able to install the tools.I need to use server side technology because I have hundreds of swf files.