Recherche avancée

Médias (1)

Mot : - Tags -/3GS

Autres articles (58)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP 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 2013

    Puis-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 (7287)

  • how to show the waveform by ffmpeg [duplicate]

    28 octobre 2020, par Jackie Wang

    We generated the waveform (Pic 1) by ffmpeg but it is different from the waveform (Pic 2) which is generated from twistedwave. Do anybody know how to generate the 2nd waveform (Pic 2) by ffmpeg ? Or do you know what different between this 2 picture ? Thanks a lot.

    


    ffmpeg command:
ffmpeg -i audio.wav -lavfi showwavespic=s=1920x800 audio7.png

    


    Pic 1, Waveform from ffmpeg
    
Pic 2, Waveform from twistedwave.com

    


  • Updated library paths.

    27 juin 2013, par blueimp
    Updated library paths.
    

    Added bower.json.

  • How to compile ffmpeg using libx264 static library ?

    10 octobre 2020, par bearhang

    I had installed x264 static and dynamic library on Linux.

    


    And I compile ffmpeg by ./configure --enable-gpl --enable-libx264 && make.

    


    The executable program link to the x264 dynamic library

    


    I want to know how to config ffmpeg link to the static library