
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 (42)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (7422)
-
Is it allowed to embed the ffmpeg.exe in my project ? [on hold]
22 juillet 2019, par Snowy WhiteI have written a program that, among other things, does some audio format converting. I use a library which in turn uses the ffmpeg.exe for this. So at the moment, the user needs to have ffmpeg in the same directory as the program itself. But what I would prefer is to add ffmpeg to my project as an embedded resource, so that the users don’t need to care about that. And now my question is, as I have seen that ffmpeg is licensed under LGPL, would it be legal to do so ? Or do the users explicitly have to get ffmpeg by themself ?
Thank you for any answers in advance ! -
lossless Video Codec with RGB48 support
6 octobre 2015, par ChrizzyMonkI am looking for a video codec with the following specs :
- (mathematically) lossless
- takes frames with RGB48 pixel format (16 bit bpc)
- possibility to use via libav
I cannot use something like VP9 because it supports only YUV color space and the RGB - YUV conversion is connected with a loss of information.
Anyone any idea ? Thanks in advance !
-
How to normalize subtitles ?
27 juin 2016, par RajI have developed a multimedia player based on ffmpeg framework. Now I adding support for subtitles. So instead of covering all the subtitle format on player side, I want to normalize and maintain single format in the streaming server. So, can anybody suggest me which is the best format for subtitles ? I will convert all the incoming subtitle formats to the best format available ? Many thanks in advance.