
Recherche avancée
Médias (1)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
Autres articles (33)
-
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 (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (9739)
-
Révision 21504 : Report de r21501 : #3162 et sans doute d’autres cas : la fonction _sqlite_func_r...
11 août 2014, par cedric -+ optimisation : quand $quoi est vide (ce qui est souvent le cas sur les requetes SQL), retourner false tout de suite.
-
Anomalie #3309 (Fermé) : Fil d’ariane sur la page ?exec=infos_perso
22 octobre 2014, par marcimat ☺☮☯♫ -
MP4 container parsing : What is 'Alias Data Handler' for ?
8 février 2023, par Michael IVI have an mp4 file which I am parsing with this demuxer lib. I stumbled upon a bug when trying to identify a track type. MP4 container keeps this info in
hdlr
box. In the docs and in the lib there are only two options 'vide
' or 'soun
',but in this case I am getting 'alis
'.
While debugging the lib to see how I get this value I noticed that the parser hits 'hdlr
' twice : first time setting 'vide
' for the only video track in the file, and second time overwriting with 'alis
'.
I have loaded the video into MP4 Explorer GUI app and here is what I see :



Indeed,there is second hdlr box there,which doesn't exist in other mp4 files I tried to parse. My questions are :


- 

- What is this token for ?
- When is it inserted into mp4 ?
- Can I just discard 'alis' when encountering one during the parsing ?