
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (107)
-
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 (...) -
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 (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (10379)
-
Revision 89b6d40690 : Replace cpi->common with cm in vp9_onyx_if Replace repeated cpi->common fetchin
18 décembre 2013, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_onyx_if.c
Replace cpi->common with cm in vp9_onyx_ifReplace repeated cpi->common fetching with cm variable in a few
places in vp9_onyx_if.cChange-Id : Ifa16d617f37919b2e0baf8efb256130a647b5eb3
-
FFMPEG : Concatenating two videos and adding audio only to the second video
29 septembre 2023, par Huzefa TahirI have two videos v1 and v2 which I want to concat. I also want to add audio a2 to the second video. v1 may or may not have an audio. How can I do that in one ffmpeg script ?
This is how the output should be like :
| V1 | V2 |
| a1 ? | a2 |


I am having trouble placing the audio a2 at the start of the v2. I can't seem to find a filter that does this and
-map
doesn't seem to work with this either as it places a2 at start of v1.

-
FFmpeg : what does the "global_header" flag do ?
23 juin 2017, par Leszek PachuraAccording to the description, it places global headers in extradata instead of every keyframe.
But what’s the actual purpose ? Is it useful e.g. for streaming ?
I guess that the resulting video file will be marginally shorter, but more prone to corruption (no redundancy = file unplayable if main header corrupted or only partially downloaded) ?
Or maybe it somehow improves decoding a little bit ? As headers are truly global and cannot change from keyframe to keyframe ?
Thanks !