
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 (77)
-
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 (...) -
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 (12105)
-
how to install portaudio19-dev and ffmpeg on ubuntu WSL
28 mai 2021, par Joshua Aldrich EdbertI'm a windows user trying to run a command from ubuntu 20.04 LTS release on windows.


sudo apt-get install gcc portaudio19-dev python3-dev ffmpeg



After asking me to input a password, the terminal showed :


reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package portaudio19-dev
E: Unable to locate package ffmpeg



I'm not sure what happened as I'm new to this world. Any help would be appreciated !


-
tf.contrib.ffmpeg.decode_audio replacement ?
27 juin 2019, par Imran ParukIn the tensorflow docs, it stated that tf.contrib.ffmpeg.decode_audio is depreciated, however it does not state what it’s replacement is...
THIS FUNCTION IS DEPRECATED. It will be removed after 2018-09-04. Instructions for updating : This will be deleted and should not be used.
Here is the link : https://www.tensorflow.org/api_docs/python/tf/contrib/ffmpeg/decode_audio
-
Using ffmpeg in delphi : interrupt encoding process
5 juillet 2018, par ВячеславI seen this queston, but can’t leave a comment there.
How to interrupt encoding from delphi ? Example, on my form existing a "Cancel" button. How to send a interrupt command ? In
ffmpeg
it’s q key, but I don’t know, how to send key codes from delphi to console application for it.And also second queston about progressbar : I need, that it show state of encoding process (example, seeking from 0 to 100 percent while encoding, i.e. follow
ffmpeg
’s progress values).