
Recherche avancée
Autres articles (70)
-
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 (11201)
-
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 ?


-
glreadpixels is slower than x11 based screenshot
23 décembre 2013, par quartzI am working on an opengl based simulation application, in which I need to make multiple screenshots in a second. I have tried 2 ways of doing it in my application.
1) use glreadpixels
2) use x11 based screenshot. ex : ffmpeg -f x11grab -s 1024x768 -i :0.0 output.pngI found that second solution is about 3 times faster than first one. I have expected the first solution to be faster. But in practice it is slower. I am curious why glreadpixels is slower ?