Recherche avancée

Médias (91)

Autres articles (98)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (6172)

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

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

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