
Recherche avancée
Médias (16)
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (112)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (14984)
-
Anomalie #3975 (En cours) : Le player du navigateur a des problèmes avec les mp3, mp4
15 juillet 2017, par Franck DHello
php 5.6.30
Spip 3.0.26 svn tout neuf avec aucun plugEn voulant faire une comparaison entre plusieurs version de spip concernant un bug sur la 3.2, je me suis rendu compte d’un bug en 3.0.26
Logiquement, si dans un article, je fais l’ajout des fichiers en écrivant , etc ce ceux qui sont là https://github.com/mediaelement/mediaelement-files
Les fichiers sont donc dans la médiathèque et dans ecrire/ ?exec=configurer_avancees j’ai bien "Permettre le HTML5"Le player du navigateur ne s’affiche pas concernant les mp3 (firefox 54.0.1) et quand il y a un player, il s’affiche très très petit, et est donc inutilisable, exemple avec chrome 59 (dans les deux cas, la musique démarre toute seule et est très forte)
Pareil, les mp4 ne démarrent pas (firefox, chrome, edge, opera)
Je me pose la question, si le paramètre "permettre le html5" n’a pas un bug ??? -
vp8 : drop support for real (non-emulated) edges
20 décembre 2013, par Anton Khirnov -
Skipping silent parts of video with ffplay
3 février 2021, par handyso I saw that I can cut the silent parts of an audio file. Is it possible to play a video file with ffplay and make it auto skip the silent parts using those audio filters ?


Like using e.g. https://ffmpeg.org/ffmpeg-filters.html#silenceremove on the audio stream and then tell ffplay "skip the video where the silenceremove filter detects silence".


I know that there are cases where the video might change in silence. That does not matter in my case. I know that https://github.com/WyattBlue/auto-editor could help me in any such edge case since it implements motion detection but I want to skip the generation of a new video file since it just takes too much ressources.