
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 (59)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Possibilité de déploiement en ferme
12 avril 2011, parMediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.
Sur d’autres sites (11776)
-
Combine multiple images to form a strip of images ffmpeg
10 décembre 2019, par phuong doI wish to combine multiple images into a single strip of images, using FFMPEG.
I have been trying to search this thing on google, but unable to find anything useful. All links take me to places where multiple images are combined to give a video output.
Assuming that all the files are of the same width and height, how can I join them to get a single strip of images. Can anybody help me ?
example image
-
How to trim the end of a video in Mobile Safari
27 octobre 2020, par Alex CoryIn a few places (here for example) they say you can trim the end of a video in JS.


One solution I found was to use ffmpeg.wasm, others libraries like modly, but these require
SharedArrayBuffers
andAtomics
which are not supported in Safari.

Is there a vanilla JS way of doing this ?


Is there an accurate way to do this that is fast (2-5 seconds to trim) and works withi iOS Safari ?


-
avfilter/af_alimiter : fix misbehavior when nb_channels != 2
15 août 2022, par David Flateravfilter/af_alimiter : fix misbehavior when nb_channels != 2
Some code in alimiter assumes that there are 2 channels, resulting in
clipping if the loudest channel is 3 or above and an out-of-bounds read if
the input is monophonic. Fix that in 2 places.Signed-off-by : David Flater <dave@flaterco.com>