Recherche avancée

Médias (1)

Mot : - Tags -/graphisme

Autres articles (65)

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

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

  • x86inc : speed up compilation with yasm

    16 janvier 2014, par Loren Merritt
    x86inc : speed up compilation with yasm
    

    Work around yasm’s inefficiency with handling large numbers of variables
    in the global scope.

    • [DH] libavutil/x86/x86inc.asm
  • x86inc : speed up compilation with yasm

    16 janvier 2014, par Loren Merritt
    x86inc : speed up compilation with yasm
    

    Work around yasm’s inefficiency with handling large numbers of variables
    in the global scope.

    • [DH] common/x86/x86inc.asm
  • avisynth : Use RTLD_LOCAL instead of RTLD_GLOBAL

    31 décembre 2014, par Martin Storsjö
    avisynth : Use RTLD_LOCAL instead of RTLD_GLOBAL
    

    There shouldn’t be any need to add the loaded libraries to the global
    symbol namespace.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/avisynth.c