
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (71)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (9764)
-
Revert "mov : Change DTS-based seek into CTS-based seek."
28 février 2015, par Martin StorsjöRevert "mov : Change DTS-based seek into CTS-based seek."
This reverts commit 4abfa387b8234736f6e0e541951e3d5eb60eb843.
This commit broke playback of fragmented mp4 files with b-frames.
While investigating this, it turned out that the general framework
isn’t ready for a PTS-based index yet. Revert this change until
a better thought out solution is in place.Signed-off-by : Martin Storsjö <martin@martin.st>
-
Sync Multiple Video sources based on audio
14 octobre 2016, par linuxerI have 6 videos from 6 separate cameras that I need to sync up. They don’t all start at the same time, and so I am thinking the best route would be based on audio. Is there a way to do this with ffmpeg, or is there a library for C# that I can use ?
The result needs to be that the 6 videos are synced based on audio, and then trimmed so they are all the same length and audio matches up.
I am really hoping there are some tools to simplify this, but in my searching I haven’t seen anything.
-
Zoom effect based on audio levels using ffmpeg
31 juillet 2021, par FOLLGADI'm trying to create a zoom-in/shake effect based on how loud the audio stream's bass is.


I've realized you can use
showcqt
to get a graph of the sound, but I can't figure out how to pipe that to some zoom function to do zoom based on that.

Any ideas ?