Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (70)

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

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

Sur d’autres sites (6150)

  • Ffmpeg ./configure not found

    7 juin 2016, par Justin Tullock

    I’m trying to install ffmpeg with libvpx & libx264 on my vps. Centos07. I’ve followed these instructions https://trac.ffmpeg.org/wiki/CompilationGuide/Centos to the T.

    Now when I try to run

    cd ~/ffmpeg; ./configure --enable-libvpx --enable-gpl --enable-libx264

    it returns

    -bash: ./configure: No such file or directory

    When I try ffmpeg -v

    ffmpeg: error while loading shared libraries: libx264.so.148: cannot open shared object file: No such file or directory

    and ldd $(which ffmpeg) returns

    root@host [~/ffmpeg_sources]# ldd $(which ffmpeg)
    linux-vdso.so.1 =>  (0x00007fff4fb86000)
    libxcb.so.1 => /lib64/libxcb.so.1 (0x00007f4972e27000)
    libxcb-shm.so.0 => /lib64/libxcb-shm.so.0 (0x00007f4972c23000)
    libxcb-xfixes.so.0 => /lib64/libxcb-xfixes.so.0 (0x00007f4972a1a000)
    libxcb-shape.so.0 => /lib64/libxcb-shape.so.0 (0x00007f4972816000)
    libx264.so.148 => not found
    libm.so.6 => /lib64/libm.so.6 (0x00007f4972513000)
    liblzma.so.5 => /lib64/liblzma.so.5 (0x00007f49722ee000)
    libbz2.so.1 => /lib64/libbz2.so.1 (0x00007f49720de000)
    libz.so.1 => /lib64/libz.so.1 (0x00007f4971ec7000)
    libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f4971cab000)
    libc.so.6 => /lib64/libc.so.6 (0x00007f49718e9000)
    libXau.so.6 => /lib64/libXau.so.6 (0x00007f49716e4000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f4973056000)

    I’ve followed all the instructions exactly - is there something I’m missing ?

  • Ffmpeg ./configure not found

    8 juin 2016, par Justin Tullock

    I’m trying to install ffmpeg with libvpx & libx264 on my vps. Centos07. I’ve followed these instructions https://trac.ffmpeg.org/wiki/CompilationGuide/Centos to the T.

    Now when I try to run

    cd ~/ffmpeg; ./configure --enable-libvpx --enable-gpl --enable-libx264

    it returns

    -bash: ./configure: No such file or directory

    When I try ffmpeg -v

    ffmpeg: error while loading shared libraries: libx264.so.148: cannot open shared object file: No such file or directory

    and ldd $(which ffmpeg) returns

    root@host [~/ffmpeg_sources]# ldd $(which ffmpeg)
    linux-vdso.so.1 =>  (0x00007fff4fb86000)
    libxcb.so.1 => /lib64/libxcb.so.1 (0x00007f4972e27000)
    libxcb-shm.so.0 => /lib64/libxcb-shm.so.0 (0x00007f4972c23000)
    libxcb-xfixes.so.0 => /lib64/libxcb-xfixes.so.0 (0x00007f4972a1a000)
    libxcb-shape.so.0 => /lib64/libxcb-shape.so.0 (0x00007f4972816000)
    libx264.so.148 => not found
    libm.so.6 => /lib64/libm.so.6 (0x00007f4972513000)
    liblzma.so.5 => /lib64/liblzma.so.5 (0x00007f49722ee000)
    libbz2.so.1 => /lib64/libbz2.so.1 (0x00007f49720de000)
    libz.so.1 => /lib64/libz.so.1 (0x00007f4971ec7000)
    libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f4971cab000)
    libc.so.6 => /lib64/libc.so.6 (0x00007f49718e9000)
    libXau.so.6 => /lib64/libXau.so.6 (0x00007f49716e4000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f4973056000)

    I’ve followed all the instructions exactly - is there something I’m missing ?

  • Additional : BIC : allow digits 1-9 in second place of location

    28 janvier 2016, par stefanb
    Additional : BIC : allow digits 1-9 in second place of location
    

    It seems that the BIC specification https://en.wikipedia.org/wiki/ISO_9362
    was interpreted too strictly, only allowing digits 1 and 2 while those 2 just
    have a special meaning, but all 1-9 are allowed.

    Example : SSKNDE77XXX Sparkasse Nuernberg. Closes #1658.