
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (25)
-
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)
Sur d’autres sites (6422)
-
Revision 6919 : Gros changement... On change le pipeline diogene_champs_sup en ...
22 août 2012, par kent1 — LogGros changement...
On change le pipeline diogene_champs_sup en diogene_objets
Les champs_sup antérieurs $fluxarticle ?truc ? deviennent maintenant $fluxarticle ?champs_sup ?truc ?
On fait cela pour gérer d’autres propriétés spécifiques par objet comme :$fluxpage ?type_orig ? = ’article’ ; => indique que le type d’origine est article ;
$fluxpage ?diogene_max ? = 1 ; => indique que l’on ne peut avoir qu’un seul diogène de ce type ;
$fluxpage ?ss_rubrique ? = true ; => indique que ce type de diogène est sans rubrique, ne peut correspondre à 1 secteur ;
Passage en version 1.2.0 -
fate : fix MSS2 tests on big endian
10 janvier 2014, par Michael Niedermayer -
Can't find ffmpeg with python
16 avril 2017, par Edoardo CentamoriI’m trying to use the module save from matplotlib.animation.FuncAnimation.
This is the part of the code I’m referring to :import matplotlib.animation as animation
plt.rcParams['animation.ffmpeg_path'] ='/Users/edoardo/Downloads/ffmpeg-3.3/ffmpeg'
...
"""other code"""
...
ani = animation.FuncAnimation(fig, update_mode, 250,
interval=50, blit=False)
ani.save('Resonant_modes.mp4', fps=30, extra_args=['-vcodec', 'libx264'])But I get this error as a result :
ValueError: Cannot save animation: no writers are available.
Please install mencoder or ffmpeg to save animations.The problem is that I have installed ffmpeg, so I don’t know what to do.
Could someone explain to me how to do and where should I move the executable ffmpeg file so than Python can find it easly ?Edit 1 :
I’m using mac os x
FFmpeg should be installed correctly, here’s the output from Bash :MBP-di-Edoardo:~ edoardo$ ffmpeg ffmpeg version 2.8.6 Copyright (c)
2000-2016 the FFmpeg developers built with gcc 4.8.5 (GCC)
...more stuff ...
Use -h to get full help or, even better, run 'man ffmpeg' –Edit 2 :
I’ve tried moving the file to \bin but even using sudo I can’tsudo cp ffmpeg /bin
Password:
cp: /bin/ffmpeg: Operation not permitted
MBP-di-Edoardo:Desktop edoardo$