
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 (106)
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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. -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (9643)
-
Revision 1530a6b77f : mips dsp-ase r2 vp9 decoder intra module optimizations (rebase) Change-Id : Ib27
13 novembre 2013, par Parag SalasakarChanged Paths :
Add /vp9/common/mips/dspr2/vp9_intrapred16_dspr2.c
Add /vp9/common/mips/dspr2/vp9_intrapred4_dspr2.c
Add /vp9/common/mips/dspr2/vp9_intrapred8_dspr2.c
Modify /vp9/common/vp9_rtcd_defs.sh
Modify /vp9/vp9_common.mk
mips dsp-ase r2 vp9 decoder intra module optimizations (rebase)Change-Id : Ib27fc4f3dbe01fe8adfa04a61aaba21b3480e75c
-
error of streaming video using fluent-ffmpeg node.js module
23 mai 2013, par user824624I am running the fluent-ffmpeg sample to stream the video, which works well. Now in contract show the video in flashe version based flowplayer, I am now using html5 version flowplayer, but it said the video file not found.
app.get('/video2/abc', function(req, res) {
console.log('/video/:filename');
res.contentType('mp4');
var pathToMovie = 'public/flowplayer/470x250.mp4' ;
var proc = new ffmpeg({ source: pathToMovie, nolog: true })
.writeToStream(res, function(retcode, error){
if(error) console.error('error',error);
else console.log('file has been converted succesfully');
});
});here is my html template.
<code class="echappe-js"><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"> </script><script src="http://releases.flowplayer.org/5.4.0/flowplayer.min.js"></script>
<script><br />
// global configuration (optional)<br />
flowplayer.conf = {<br />
rtmp: "rtmp://s3b78u0kbtx79q.cloudfront.net/cfx/st",<br />
swf: "http://releases.flowplayer.org/5.4.0/flowplayer.swf"<br />
};<br />
<br />
// force flash with query - only for testing, do not use this switch in production!<br />
if (/flash/.test(location.search)) flowplayer.conf.engine = "flash";<br />
<br />
// install player manually<br />
$(function() {<br />
$(".player").flowplayer({<br />
// reverse fraction of video aspect ratio<br />
// video dimensions: 470px / 250px<br />
ratio: 25/47<br />
});<br />
});<br />
</script> -
Revision 7c52a3a25b : Merge "mips dsp-ase r2 vp9 decoder fixed bug in extend frame module (seg fault)"
13 janvier 2014, par JohannMerge "mips dsp-ase r2 vp9 decoder fixed bug in extend frame module (seg fault)"