
Recherche avancée
Médias (91)
-
Les Miserables
9 décembre 2019, par
Mis à jour : Décembre 2019
Langue : français
Type : Textuel
-
VideoHandle
8 novembre 2019, par
Mis à jour : Novembre 2019
Langue : français
Type : Video
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
-
Un test - mauritanie
3 avril 2014, par
Mis à jour : Avril 2014
Langue : français
Type : Textuel
-
Pourquoi Obama lit il mes mails ?
4 février 2014, par
Mis à jour : Février 2014
Langue : français
-
IMG 0222
6 octobre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Image
Autres articles (58)
-
Configuration spécifique d’Apache
4 février 2011, parModules spécifiques
Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
Création d’un (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
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 (...)
Sur d’autres sites (7125)
-
OSError : [Errno 13] Permission denied with FFMPEG
14 février 2015, par jing yiI have just started using Python and am looking at using python to read mp3 files. I tried to use ffmpeg to read the mp3 file, however, i kept getting error of permission denied.
Appreciate if you could advise me on how to resolve this error !
Thank you !
$ cd '/Users/jingyi/Downloads/' && '/usr/bin/pythonw' '/Users/jingyi/Downloads/sound detection.py' && echo Exit status: $? && exit 1
Traceback (most recent call last):
File "/Users/jingyi/Downloads/sound detection.py", line 14, in <module>
pipe = sp.Popen(command, stdout = sp.PIPE)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 709, in __init__
errread, errwrite)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1326, in _execute_child
raise child_exception
OSError: [Errno 13] Permission denied
</module>FFMPEG_BIN = '/Users/jingyi/Downloads/ffmpeg'
#INPUT_Sound = '/Users/jingyi/Downloads/Snore.mp3'
import subprocess as sp
command = [ FFMPEG_BIN,
'-i', '/Users/jingyi/Downloads/Snore.mp3',
'-f', 's16le',
'-acodec', 'pcm_s16le',
'-ar', '44100', # ouput will have 44100 Hz
'-ac', '2', # stereo (set to '1' for mono)
'-']
pipe = sp.Popen(command, stdout = sp.PIPE) -
ffmpeg Cannot create temporary file in C :\WINDOWS~: Permission denied
26 juin 2021, par Bakhi get this error trying to build ffmpeg from git bash


$ make
CC libavdevice/alldevices.o
Cannot create temporary file in C:\WINDOWS\: Permission denied
make: *** [ffbuild/common.mak:67: libavdevice/alldevices.o] Error 3



I tried to take ownership of C :\windows but the problem persists.


-
ffmpeg installed via snap return cannot create user data directory : /home/user/snap/ffmpeg/1286 : Permission denied
10 juin 2021, par JintorI just installed ffmpeg via snap


when I log to any user and I do
snap run ffmpeg -i anyfile


i always see cannot create user data directory : /home/user/snap/ffmpeg/1286 : Permission denied


how can this be fixed ?