
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (111)
-
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" (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (6489)
-
Revision 7497d2fb23 : Add a 32-bit friendly sse2 quantizer. This is based on the 64-bit ssse3 quantiz
14 octobre 2014, par Alex ConverseChanged Paths :
Modify /vp9/common/vp9_rtcd_defs.pl
Add /vp9/encoder/x86/vp9_quantize_sse2.c
Modify /vp9/vp9cx.mk
Add a 32-bit friendly sse2 quantizer.This is based on the 64-bit ssse3 quantizer.
1.1x speedup for screen content at speed 7.
Change-Id : I57d15415ef97c49165954bbe3daaaf9318e37448
-
Change the scale of overlay video based on audio level
26 janvier 2023, par DanHabibI'm looking to adjust the scale of my image overlay based on the input audio's loudness.


As the volume rises, I want to make it larger, as it gets quieter, I want to make it smaller.


I can't figure out how to access any relevant audio information in video filters.


I'm open to multi-step solutions but the result needs to be in sync


-
web based audio converter
21 mai 2012, par ZoidbergI am building a rails based website with audio streaming component.
and I need some insight.
my search revealed that, the most preferred audio format for such a case is AAC with JPlayer
converting to AAC I tried to run SoX with Lame and libmad, i was not able to go from mp3 to aac.
now I'm trying to use the FFMPEG with faac enabled.
the idea is to upload and convert tracks to aac as a single process.
is my setup flawed ? the FFMPEG the way to go ? all insights are welcomed