
Recherche avancée
Médias (2)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (109)
-
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 (...) -
Les statuts des instances de mutualisation
13 mars 2010, parPour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (10993)
-
Creating a timed metadata track in MP4
16 mai 2017, par galbarmThe BMFF defines a meta data track as a track which can appear in the media file in addition to video & audio tracks.
Such a track can be in the form of xml (metx), text (mett) or binary (urim).Is there a library which is capable of taking a mp4 file as an input and appending a metadata track to it ?
Is there a sample mp4 to inspect and learn the exact structure of such a file ?Specifically, I’m interested in adding such a track to a fragmented mp4 file.
-
How to get the exact macroblock bit sizes from H.264 (CABAC) bitstream
15 juillet 2013, par Bhaskar DeyI am interested to get the exact size of a macroblock (MB) in bits form H.264 bitstream (CABAC entropy coded). I would like to verify this against the MB sizes available form commercial bitstream analyzers (like Codecvisa etc). I had a look at the FFmpeg source files cabac.h, h264_cabac.c and h.264.c.
In function ff_h264_decode_mb_cabac(H264Context *h) of h264_cabac.c, I computed the MB sizes using CABAC bytestream pointer as :
int ff_h264_decode_mb_cabac(H264Context *h) {
int b=(int)h->cabac.bytestream;
// function body of ff_h264_decode_mb_cabac() unmodified
b=(int)h->cabac.bytestream-b;
//print value of (b<<3), i.e., MB bit size(b is the difference in bytes);
}This gives the value of MB size in bits but accurate within 16 of the actual bit size found using H.264 analyzers. I also printed the contents of h->cabac.bytestream (in binary) at the start and at the end of the function call but couldn't locate the exact MB-boundary bit positions(see following table for an example). Any hint would be of immense help.
Frame No MB index(type) start(hex) end(hex) b<<3 Exact size(analyzer)
....
Frame 2, 742(P_L0_16x16), 1110011110100001 (e7a1), 0000001110010110 (0396), 80 78
Frame 2, 743(P_8x8), 0000001110010110 (0396), 0000101101000101 (0b45), 400 400
Frame 2, 744(P_L0_L0_16x8), 0000101101000101 (0b45), 0110011001011011 (665b), 336 325
Frame 2, 745(P_L0_L0_16x8), 0110011001011011 (665b), 1010001010010000 (a290), 272 284
Frame 2, 746(P_8x8), 1010001010010000 (a290), 0010010000111101 (243d), 464 463
.... -
Revision 4440 : Correction de bug sur les pages uniques encore qui nous mettaient leur ...
15 novembre 2010, par kent1 — LogCorrection de bug sur les pages uniques encore qui nous mettaient leur champ page sur emballe médias à l’ajax du form