
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 (107)
-
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.
Sur d’autres sites (10027)
-
Create a deep copy of internal x264 encoder's state
9 janvier, par Ragdoll CarI am using x264 library : https://github.com/mirror/x264


We can create a new encoder handler this way :


x264_param_t param{}; // fill with proper values
x264_t* handler = x264_encoder_open(&param);



But how can we create a deep copy of
handler
so we can have two the same encoders with exactly the same internal state ?

-
Revision 1220b49c89 : arm : Fix building vp8_mse16x16_neon.c with MSVC Use the right return values - v
16 septembre 2014, par Scott LaVarnwayChanged Paths :
Modify /vp8/encoder/arm/neon/vp8_mse16x16_neon.c
arm : Fix building vp8_mse16x16_neon.c with MSVCUse the right return values - vadd_s64 returns int64x1_t, not
a normal int64_t.Change-Id : Ife17213087c1dfb5faaa647f804d2fd140f3a0eb
-
web based audio converter
21 mai 2012, par ZoidbergI am building a rails based website with audio streaming component.
and I need some insight.
my search revealed that, the most preferred audio format for such a case is AAC with JPlayer
converting to AAC I tried to run SoX with Lame and libmad, i was not able to go from mp3 to aac.
now I'm trying to use the FFMPEG with faac enabled.
the idea is to upload and convert tracks to aac as a single process.
is my setup flawed ? the FFMPEG the way to go ? all insights are welcomed