
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (72)
-
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" (...) -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...)
Sur d’autres sites (5545)
-
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 ?
-
FFMPEG : Splice video based on OCR
16 février 2017, par ObeeWnnI am looking for a script that will slice a video depending on the change in a number in the upper left hand corner of the video. This would take 10 seconds leading up to #1, and 10 seconds afterwards. Then again 10 seconds leading up to #2, 10 seconds afterwards, and so on.
I am looking to combine this with a script that does this based on audio peaks. Really, I’m trying to automatically highlight a video based on a number of factors :
Audio peaks
OCR on # on screen
Graphic/movement intensity