
Recherche avancée
Médias (91)
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Echoplex
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Discipline
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Letting You
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (93)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (12526)
-
Install ffmpeg/ffprobe on localhost for laravel 4 package ?
21 février 2014, par cchacholiadesHow can I install ffmpeg and ffprobe on my localhost, so that I can use sonus ffmpeg laravel-4 package ?
https://github.com/rafasamp/sonusCan I just get it directly from git ?
git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg
-
Error in building linphone for iOS when enabling ffmpeg
25 janvier 2023, par sejal harsodaLinphone 5.2.6 clone from git


Build linphone with not enabling ffmpeg - Build successfully


Enabled ffmpeg and again try to build linphone for iOS


Build failed as error at mediastreamer2/src/utils/ffmpeg-priv.c


error : conflicting types for 'avcodec_open2'


error : mediastreamer2/src/utils/ffmpeg-priv.c:57:9 : error : implicit declaration of function 'avcodec_open' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return avcodec_open(avctx, (AVCodec*)codec) ;


- 

- tried building older library for iOS - version 4.0.1 which is built successfully for Android




-
Compiling FFMPEG for Kali Linux 2
1er janvier 2017, par NeMesiSI’m trying to install FFMPEG to Kali Linux 2.0
So far I’ve been trying to use the following commands :git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg
cd ffmpeg
./configure
make
make installHowever when I try and make it I get the following errors :
libavcodec/x86/imdct36.asm:393: error: operation size not specified
library.mak:30: recipe for target 'libavcodec/x86/imdct36.o' failed
make: *** [libavcodec/x86/imdct36.o] Error 1I’m really stumped as how to resolve this as my skill are only moderate...