Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (79)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

  • 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" (...)

Sur d’autres sites (12129)

  • Revision 936aa281b5 : Fixed the buffer overflow issue The issue that potentially broke the encoding p

    21 février 2013, par Jingning Han

    Changed Paths : Modify /vp9/encoder/vp9_onyx_if.c Fixed the buffer overflow issue The issue that potentially broke the encoding process was due to the fact that the length of token link is calculated from the total number of tokens coded, while it is possible, in high bit-rate setting, this (...)

  • Revision 232ccc2fbe : Fixed the buffer overflow issue The issue that potentially broke the encoding p

    21 février 2013, par Jingning Han

    Changed Paths : Modify /vp9/encoder/vp9_onyx_if.c Fixed the buffer overflow issue The issue that potentially broke the encoding process was due to the fact that the length of token link is calculated from the total number of tokens coded, while it is possible, in high bit-rate setting, this (...)

  • Strange libavformat dependency with Jackmp

    13 avril 2015, par Martin Delille

    I try to execute my application on another Mac than my development machine and I have the following error :

    Dyld Error Message:
       Library not loaded: /System/Library/Framework/Versions/A/Jackmp
       Referenced from: /Volumes/FFmpegTest_v1.0.1/FFmpegTest.app/Contents/Frameworks/libavformat.56.dylib

    It seems that this Jackmp library is a new dependency (not present in earlier libavformat dependencies) as I can check with :

    otool -L /usr/local/lib/libavformat.dylib

    Any idea ?