
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 (99)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (10356)
-
Access denied Error installing ffmpeg with choco
16 novembre 2022, par ramanujans alkhazarimI was trying the command '''choco install ffmpeg''' but the following error appear


ffmpeg not installed. An error occurred during installation :
Access denied to path 'C :\ProgramData\chocolatey\lib\ffmpeg\legal'.


-
Revision 8cbeb7cf36 : Prevent invalid memory access Change-Id : I1b972c945274254d896d772d859840b2f8211
5 mars 2015, par Yaowu XuChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Prevent invalid memory accessChange-Id : I1b972c945274254d896d772d859840b2f8211b4f
-
Unable to access device camera using ffmpeg : Permission error
14 mars 2016, par Parth DoshiI am using a FFMPEG java wrapper for Android through which I am able to run any ffmpeg commands.
I have given my Android application the camera permission and the write external storage permission but ffmpeg is not able to access the device camera.
I am getting the following error when I run the command
ffmpeg -re -f fbdev -r 10 -i /dev/graphics/fb0 -c copy -f flv rtmp://192.168.1.35:1935/app2/myStream
Error: Could not open framebuffer device '/dev/graphics/fb0': Permission deniedHow do I provide ffmpeg with camera access permission. I have tried giving
chmod 777 /dev/graphics/fb0
but that does not work.Can someone tell me a solution for this ?