
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (49)
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...)
Sur d’autres sites (10004)
-
How to use ac3_fixed codec in ffmpeg C program(not command line)
30 mars 2016, par muxThere are two ac3 audio encoders in ffmpeg—ac3 and ac3_fixed. ac3 is default.
In ffmpeg command line, I can use -acodec ac3_fixed to specify the encoder.
How to specify ac3_fixed in the ffmpeg C program ? Which function can I use ?
Thanks
-
Fix line breaking issue
14 novembre 2011, par Christian Vueringsm jquery.fileupload-ui.js m jquery.fileupload.js Fix line breaking issue
-
How to create an impulse train .wav with sox or other linux command line tools [closed]
30 mai 2015, par yoghurtI need a .wav file with 44100Hz sample rate, that contains a positive 1-sample impulse every 2 seconds, repeated for about 1 minute.
I’ve not yet found an elegant way to do this with linux command line tools, like sox, ffmpeg,... but am working on it.