Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (58)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Prérequis à l’installation

    31 janvier 2010, par

    Préambule
    Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
    Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
    Il (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (10304)

  • Use POST as ajax type as that gets uppercased in 1.5.x and now works

    26 février 2011, par jzaefferer

    m test/methods.js Use POST as ajax type as that gets uppercased in 1.5.x and now works there and in older versions.

  • avutil/opt : Clarify type of integers

    3 mai 2024, par Marcus B Spencer
    avutil/opt : Clarify type of integers
    

    Clarify comment regarding type of integers regarding AV_OPT_TYPE_IMAGE_SIZE.

    Signed-off-by : Marcus B Spencer <marcus@marcusspencer.xyz>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavutil/opt.h
  • ffmdec : change type of len to ptrdiff_t

    2 janvier 2016, par Andreas Cadhalpun
    ffmdec : change type of len to ptrdiff_t
    

    It is used to store the difference between pointers, so ptrdiff_t is the
    correct type.

    This prevents potential overflows.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] libavformat/ffmdec.c