
Recherche avancée
Médias (91)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
-
Les Miserables
4 juin 2012, par
Mis à jour : Février 2013
Langue : English
Type : Texte
-
Ne pas afficher certaines informations : page d’accueil
23 novembre 2011, par
Mis à jour : Novembre 2011
Langue : français
Type : Image
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Richard Stallman et la révolution du logiciel libre - Une biographie autorisée (version epub)
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (38)
-
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 -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (5461)
-
libspeexdec : fix detection of final terminator code
13 juillet 2013, par Justin Ruggles -
Is final muxed filesize of two input streams to ffmpeg always equal to = stream1size + stream2size ?
20 octobre 2013, par StackedWhen using this command
$cmd = "ffmpeg -i " . $inputaudioURL . " -i " . $inputvideoURL . " -acodec copy -vcodec copy muxed.mp4";
will the final filesize (for use in Content-length header) always equal to file-size of$inputaudioURL + $inputvideoURL
? -
Error Cross Compiling : hidden symbol ... final link failed
14 mai 2015, par haxan7I am getting the following error when compiling opencv with ffmpeg.
..../arm-none-linux-gnueabi/bin/ld : ../../bin/opencv_test_core : hidden symbol `__sync_val_compare_and_swap_4’ in ..../arm-none-linux-gnueabi/bin/ld : final link failed : Nonrepresentable section on output
collect2 : ld returned 1 exit statusI have no idea what this means. How do I fix this ?
Edit :
I am cross compiling for ARM using codesourcery’s arm-2009q3 compiler.
I using cmake and make to compile.