
Recherche avancée
Médias (91)
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Core Media Video
4 avril 2013, par
Mis à jour : Juin 2013
Langue : français
Type : Video
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (78)
-
Encodage et transformation en formats lisibles sur Internet
10 avril 2011MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...) -
Les sons
15 mai 2013, par -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (5981)
-
How can I loop one frame with ffmpeg ? All the other frames should point to the first with no changes, maybe like a recusion
15 avril 2022, par zodrobI want to make a long video from a single image in ffmpeg.



I need it to be fastly encodeable and at the end the video should have a small file size.



Is it possible to fill the video with frames that point to the preivous(or the first) frame with no changes ?



I tried with this code, but it was slow and made a big file :



ffmpeg -loop 1 -i image.jpg -c:v libx264 -tune stillimage -shortest -preset ultrafast -t 3600 output.mp4



-
Finding start point in audio file with ffmpeg
4 juillet 2019, par jovadezaI’m trying to determine the starting and end point in an audio file with ffmpeg. My definition for start and end point is when the song reaches -27dB. I have tried multiple ffmpeg audio filters, but without the desired result.
The closest I got was when using the following command :
ffmpeg -i song.mp3 -af silencedetect=n=-27dB:d=0.2 -f null -
However, this returns multiple values, since the song can get silent in the middle of the song as well.
So, I only want to get the first time the song reaches -27dB and the last time the song reaches -27dB.
See image with example markers, created manually in Adobe Audition. Marker 1 : song reaches -27dB for the first time, marker 2 : song reaches -27dB for the last time. This are the positions in the song I am trying to find, trough ffmpeg
Thanks !
-
Revision 110694 : Mise au point de la demo. Ca permet de se rendre compte que certains ...
16 juin 2018, par eric@… — LogMise au point de la demo.
Ca permet de se rendre compte que certains YAML existant sont un peu permissifs (saisies input et email).