
Recherche avancée
Médias (2)
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
Autres articles (58)
-
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 (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (8489)
-
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 ?








-
Révision 21501 : #3162 et sans doute d’autres cas : la fonction _sqlite_func_regexp_match doit ut...
10 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.