
Recherche avancée
Médias (5)
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
Autres articles (43)
-
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 -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (6503)
-
Revision fe4a52077f : Make libvpx compile on OSX 10.9 (Mavericks) Change-Id : Ibf2555f1c0d00e91d416eb3
19 juillet 2013, par Morton JonuschatChanged Paths :
Modify /build/make/configure.sh
Modify /configure
Make libvpx compile on OSX 10.9 (Mavericks)Change-Id : Ibf2555f1c0d00e91d416eb39201a5a91df7fab27
-
AAC encoder : fix make checkheaders
18 septembre 2015, par Claudio Freire -
Make a FFmpeg thumbnail ?
16 décembre 2014, par user1826795I’m kind of new with FFmpeg but as a project to learn some mysql databasing I’m trying to create a video upload site.
When I try to make a thumbnail with this code :
shell_exec("/usr/local/bin/ffmpeg -i anim.flv -an -ss 00:00:03 -an -r 1 -vframes 1 -y test.jpg") ;
nothing happens, no image appear in the same directory as the anim.flv, is there something wrong with the code or what could the problem be ?