Recherche avancée

Médias (2)

Mot : - Tags -/rotation

Autres articles (78)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (7006)

  • Revision 7497d2fb23 : Add a 32-bit friendly sse2 quantizer. This is based on the 64-bit ssse3 quantiz

    14 octobre 2014, par Alex Converse

    Changed 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 DanHabib

    I'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 Zoidberg

    I 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