Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (83)

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

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

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

Sur d’autres sites (11930)

  • How to install ffserver ? [on hold]

    26 juillet 2015, par Kristoffer

    How do you install ffserver on Ubuntu ?

    I’ve tried :

    sudo apt-get install ffserver

    ...but it doesn’t work. It outputs "Unable to locate package ffserver".

    I have tried to install only ffmpeg, but it does not seem to work. When I in terminal run ./ffserver, it says "No such file or directory".

  • configure Xuggler on Ubuntu 14-04

    22 juillet 2015, par Aida

    I was trying to install Xuggle on Ubuntu with this tutorial

    But when I used ant stage it doesn`t work. I see these commands on the terminal

    > root@test1:~# ant stage Unable to locate tools.jar. Expected to find
    > it in /usr/lib/jvm/java-7-openjdk-amd64/lib/tools.jar Buildfile:
    > build.xml does not exist! Build failed

    Do you have any idea how I can fix it ?

  • Writing each I frame into a different .mp4 file and adding some additional logs

    8 juin 2018, par MSD Paul

    While using x264 encoder, how to store each and every I frame (from each and every .png file (frame)) into a different .mp4 file ?

    If I have 5 frames, after encoding those 5 frames into 5 I frames how to write those in different files ?

    Another Question : How to put few additional log messages or print statements in few functions in x264 code which I can view on the terminal as the encoding output like other logs ???