
Recherche avancée
Médias (91)
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Echoplex
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Discipline
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Letting You
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (68)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
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 (...)
Sur d’autres sites (10369)
-
mov : Change DTS-based seek into CTS-based seek.
27 janvier 2015, par Yusuke Nakamuramov : Change DTS-based seek into CTS-based seek.
CTS-based seek is reasonable since player requests frames in output order
not coded order.This change fixes seek to a keyframe within consecutive keyframes.
Let’s say P0 and P1, here x and y inside x are PTS and DTS
respectively, and both two frames are a keyframe. If you try to seek on
PTS=0, i.e. P0, you’ll get P1 if the demuxer is DTS based. This
is obviously undesirable.Signed-off-by : Martin Storsjö <martin@martin.st>
-
lavc : translate non-flag-based er options into flag-based ef options at codec open
22 octobre 2011, par Dustin Brodylavc : translate non-flag-based er options into flag-based ef options at codec open
-
Revert "mov : Change DTS-based seek into CTS-based seek."
28 février 2015, par Martin StorsjöRevert "mov : Change DTS-based seek into CTS-based seek."
This reverts commit 4abfa387b8234736f6e0e541951e3d5eb60eb843.
This commit broke playback of fragmented mp4 files with b-frames.
While investigating this, it turned out that the general framework
isn’t ready for a PTS-based index yet. Revert this change until
a better thought out solution is in place.Signed-off-by : Martin Storsjö <martin@martin.st>