
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (27)
-
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 (...) -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
Gestion de la ferme
2 mars 2010, parLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation"
Sur d’autres sites (5051)
-
Revision 41610 : multi pour message accepter javascript
7 octobre 2010, par klaus@… — Logmulti pour message accepter javascript
-
Play unsupported HTML5 video formats in browser
8 octobre 2020, par ViT K.I am making a desktop application based on Electron + Vue. I need to play a video inside my application. The video source is always located locally, i.e. on the user's computer. And everything was great until I found out that HTML5


<video controls="controls">
 <source type="application/x-mpegURL">
</source></video>

ffmpeg(local\path\to\video.mp4)
 .audioBitrate(96)
 .outputOptions([
 '-codec: copy',
 '-hls_time 10',
 '-hls_playlist_type vod',
 '-hls_base_url http://localhost:8080/',
 `-hls_segment_filename \local\path\%03d.ts`
 ])
 .output(`\local\path\outputfile.m3u8`)
 .on('progress', function(progress) {
 console.log('Processing: ' + progress.percent + '% done')
 })
 .on('end', function(err, stdout, stderr) {
 console.log('Finished processing!' /*, err, stdout, stderr*/)
 })
 .run()



-
Revision 14d827f44e : fix vp8_ namespace issues Make functions only referenced from one translation u
4 mai 2012, par John KoleszarChanged Paths : Modify /vp8/common/entropymode.c Modify /vp8/common/vp8_entropymodedata.h Modify /vp8/decoder/decodframe.c Modify /vp8/decoder/threading.c Modify /vp8/encoder/denoising.c Modify /vp8/encoder/firstpass.c Modify /vp8/encoder/onyx_if.c fix vp8_ namespace issues (...)