
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (68)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Les vidéos
21 avril 2011, parComme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...) -
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 ;
Sur d’autres sites (7107)
-
buffering period sei in JM reference codec
14 juillet 2015, par NaniCan I know how to encode yuv420 video using JM such that each IDR frame must be associated with Buffering period SEI and picture timing SEI messages. I went through the "encoder.cfg" configure file but i coudn’t find any options to enable buffering period SEI and picture timing SEI messages. Also when I went through the encoder code, I observed that nowhere they are updating the parameter "seiBufferingPeriod.nal_initial_cpb_removal_delay" present in buffering period SEI. I would like to know whether JM supports Buffering period and picture timing SEI’s or not. If supports how to configure encoder and where they are updating the buffering period SEI parameters in the JM encoder.
-
buffering period sei in JM reference codec
14 juillet 2015, par NaniCan I know how to encode yuv420 video using JM such that each IDR frame must be associated with Buffering period SEI and picture timing SEI messages. I went through the "encoder.cfg" configure file but i coudn’t find any options to enable buffering period SEI and picture timing SEI messages. Also when I went through the encoder code, I observed that nowhere they are updating the parameter "seiBufferingPeriod.nal_initial_cpb_removal_delay" present in buffering period SEI. I would like to know whether JM supports Buffering period and picture timing SEI’s or not. If supports how to configure encoder and where they are updating the buffering period SEI parameters in the JM encoder.
-
Additionals : Fix accept method to match period only
16 juin 2015, par rskm1Additionals : Fix accept method to match period only
Fix regex in accept function to match (optional) PERIOD, rather than
(optional) "any single character".Closes #1440