Recherche avancée

Médias (0)

Mot : - Tags -/alertes

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

Autres articles (32)

  • 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

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

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

  • avisynth : Fix detection of AviSynth 2.5

    2 avril 2015, par Stephen Hutchinson
    avisynth : Fix detection of AviSynth 2.5
    

    In order to safely exit when the user tries to use AviSynth 2.5, the
    continue_on_fail value for 2.6’s functions need to be set to 1.
    Otherwise, the library loader fails before the ’upgrade to 2.6’
    log message appears.

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DH] libavformat/avisynth.c
  • tta : avoid undefined shifts

    23 novembre 2016, par Anton Khirnov
    tta : avoid undefined shifts
    

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DBH] libavcodec/tta.c
  • tta : use get_unary() instead of a custom implementation

    23 novembre 2016, par Anton Khirnov
    tta : use get_unary() instead of a custom implementation
    

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DBH] libavcodec/tta.c