
Recherche avancée
Médias (91)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
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.