Recherche avancée

Médias (91)

Autres articles (55)

  • 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 ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • 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

Sur d’autres sites (7864)

  • 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