
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 (55)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Submit enhancements and plugins
13 avril 2011If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.
Sur d’autres sites (9044)
-
Decoding aac file with FFmpeg on windows
6 septembre 2018, par Liron LevyI’m trying to follow this example :
https://github.com/FFmpeg/FFmpeg/blob/master/doc/examples/decode_audio.cwith the small change of using aac source file, thus changing line 100 :
codec = avcodec_find_decoder(AV_CODEC_ID_MP2);
to
codec = avcodec_find_decoder(AV_CODEC_ID_AAC);
this results with a pcm output file which has double the size I would expect it to have and distorted sound.
What am i missing ? does another line needs to be changed ?
Does the change from mp2 to aac is more major then it seems ? -
Revision 34501 : Premier jet de la categorie statistique
16 janvier 2010, par eric@… — LogPremier jet de la categorie statistique
-
avutil/version : Improve lib versioning scheme for release branches with the next...
6 août 2016, par Michael Niedermayer