Recherche avancée

Médias (0)

Mot : - Tags -/masques

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (25)

  • 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 (7577)

  • Revert "avformat/mov : ignore item boxes for animated heif"

    29 mars 2024, par James Almer
    Revert "avformat/mov : ignore item boxes for animated heif"
    

    This reverts commit f6b7b473d456a6aa1c063c4261b17277e2c70ac0.
    The image in the item boxes and the animation in the trak box are not
    necessarely the same, so both should be exported.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/mov.c
  • What is the Target Build Os in FFmpeg 3.1.3 ?

    28 février 2017, par belle tian

    In configure help info,there are two type of compiler related options :

    • target-os*
    • host-os*

    Do they have the same meaning as GNU Build System ? such build ,host ,target.

  • FFmpeg LGPL build

    27 février 2014, par user1149520

    Hello I'm trying to build ffmpeg under the LGPL license but I'm having trouble creating the dll's.

    I'm building the source on the Windows platform using MinGW and I use the configure options below to build the latest snapshot

    ./configure --enable-memalign-hack --enable-pthreads --disable-shared

    However when I make and install from this I only get the "avdevice-53.dll" and none of the others such as avcodec or avformat. Is there something else I need to do to be able to make these files ?