
Recherche avancée
Autres articles (97)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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 (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;
Sur d’autres sites (9763)
-
Concatenating two audio files, keeping the channel count of the second file
6 septembre 2019, par Jon HI am attempting to concatenate two MP3 files into a single MP3 file. So far this has worked fine with the following command :
ffmpeg -y -i "first.mp3" -i "second.mp3" -c:a libmp3lame -qscale:a 1 -filter_complex "[0:0][1:0]concat=n=2:v=0:a=1[outa]" -map "[outa]" combined.mp3
I wish to keep the channel count of the second input. For example, the first input is always mono, but if the second channel is stereo, I wish the output to be stereo. This command appears to always output the same channel count as the first input.
I have tried reversing the order of the inputs, and reversing the mapping of the concat filter, but this had the same result.
Any ideas ? Thanks.
-
Evolution #4432 (En cours) : Améliorer action_purger_dist() quand on vide le cache des images
7 février 2020, par b bComme discuté ici https://www.mail-archive.com/spip-zone@rezo.net/msg49161.html il faut améliorer l’action afin qu’elle ne vide que ce qui concerne les images quand on utilise l’option ’vignettes’. À l’inverse de ce que je disais dans mon mail, le cache css & js est bien vidé quand on vide le cache (option cache) cf https://git.spip.net/spip/spip/src/branch/master/ecrire/action/purger.php#L75
Je propose donc de cibler les répertoires qui suivent quand l’option ’vignettes’ est utilisée :
cache-gd2
cache-texte
cache-vignettes
cache-TeXJ’envoie ça dans une PR asap.
-
Revision 5425 : Un cache sur le js Des améliorations css
27 avril 2011, par kent1 — LogUn cache sur le js
Des améliorations css