Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (79)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

Sur d’autres sites (11592)

  • Convert webm to HEVC without losing transparency

    26 mars 2021, par LF Ziron

    Is there a way to convert from webm with alpha channel to a HEVC format ? I need a transparent video playing on ios safari, and this can only be done with the codec HVC1. I found ways to convert it but I lose the alpha channel, where it was transparent it becomes black.

    


  • Ffmpeg installed in server but path not found

    13 août 2020, par Ajay Kumar

    I have use aws ec2 instances with ubantu

    


      

    1. I have Installed vestacp in ubantu server

      


    2. 


    3. I have Installed ffmpeg in ubantu server

      


      '''root@localhost:/home/ubuntu# whereis ffmpeg


      


      ffmpeg : /usr/bin/ffmpeg /usr/share/ffmpeg /usr/share/man/man1/ffmpeg.1.gz

      


    4. 


    5. But when i use ffmpeg path (/usr/bin /ffmpeg )in vestacp Website does not Work ,

      


    6. 


    


    What is actually path ?

    


  • Error installing ffmpeg on ubuntu : opus not found using pkg-config

    25 août 2016, par fangda

    When I try to install ffmpeg on my ubuntu 14.10 machine, I keep getting this :

    ERROR : opus not found using pkg-config

    at this step :

    PATH="$HOME/bin:$PATH" PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure \
     --prefix="$HOME/ffmpeg_build" \
     --extra-cflags="-I$HOME/ffmpeg_build/include" \
     --extra-ldflags="-L$HOME/ffmpeg_build/lib" \
     --bindir="$HOME/bin" \
     --enable-gpl \
     --enable-libass \
     --enable-libfdk-aac \
     --enable-libfreetype \
     --enable-libmp3lame \
     --enable-libopus \
     --enable-libtheora \
     --enable-libvorbis \
     --enable-libvpx \
     --enable-libx264 \
     --enable-nonfree

    I’ve followed all the previous installation steps and it went all successful. I’m really new to Ubuntu. Could anybody give me a hint ?