Recherche avancée

Médias (91)

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Les notifications de la ferme

    1er décembre 2010, par

    Afin d’assurer une gestion correcte de la ferme, il est nécessaire de notifier plusieurs choses lors d’actions spécifiques à la fois à l’utilisateur mais également à l’ensemble des administrateurs de la ferme.
    Les notifications de changement de statut
    Lors d’un changement de statut d’une instance, l’ensemble des administrateurs de la ferme doivent être notifiés de cette modification ainsi que l’utilisateur administrateur de l’instance.
    À la demande d’un canal
    Passage au statut "publie"
    Passage au (...)

Sur d’autres sites (6403)

  • libswscale/ppc/swscale_altivec.c : fix hScale_altivec_real() yuv2planeX_16_altivec...

    12 novembre 2014, par Rong Yan
    libswscale/ppc/swscale_altivec.c : fix hScale_altivec_real() yuv2planeX_16_altivec() yuv2planeX_8() for little endian
    

    add marcos GET_LS() GET_VF() LOAD_FILTER() LOAD_L1() GET_VF4() FIRST_LOAD() UPDATE_PTR() LOAD_SRCV() LOAD_SRCV8() GET_VFD() for POWER LE

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libswscale/ppc/swscale_altivec.c
  • android exoplayer add ffmpeg extension to my project how ?

    7 février 2023, par Malo

    I have an android application containing exoplayer instance, some udp video play without sounds , so i want to add Ffmpeg extension to my project, i am working on windows system and need to follow the instructions below :

    &#xA;

    https://github.com/google/ExoPlayer/blob/release-v2/extensions/ffmpeg/README.md&#xA;

    &#xA;

    So first step is Set the following shell variable :&#xA;cd ""&#xA;FFMPEG_MODULE_PATH="$(pwd)/extensions/ffmpeg/src/main"

    &#xA;

    i downloaded Git to use as power shell, so what is pwd ??

    &#xA;

    PLus...&#xA;Set the host platform (use "darwin-x86_64" for Mac OS X) :&#xA;HOST_PLATFORM="linux-x86_64" what is this variable in windows ?

    &#xA;

    Please i am confused how to build this library manually in windows and it is not straightforward at all....

    &#xA;

  • lavfi/vf_decimate : do not compare the first frame to itself.

    24 octobre 2015, par Nicolas George
    lavfi/vf_decimate : do not compare the first frame to itself.
    

    This is a waste of computing power and will result to 0,
    making it always dropped.
    Use maximum difference values instead.

    • [DH] libavfilter/vf_decimate.c