Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (37)

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

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

Sur d’autres sites (5958)

  • Revision 862c22cf7d : Merge "Moving token-encoding related stuff from common to encoder."

    2 décembre 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/encoder/vp9_onyx_if.c



    Merge "Moving token-encoding related stuff from common to encoder."

  • doc/ffserver : extend documentation for various file-related options

    28 novembre 2013, par Stefano Sabatini
    doc/ffserver : extend documentation for various file-related options
    
    • [DH] doc/ffserver.texi
  • How to programatically generate video of a number or countdown

    27 novembre 2013, par xorsyst

    I've got some python that drives ffmpeg to convert some videos and do other processing. I'd like to prepend the videos with a couple of seconds of a number, and append a short countdown timer video.

    Each video could have different values for the numbers and length of countdown. Is there an easy programatic way to generate this sort of video ? I was thinking of perhaps coding some wxpython to generate the required stuff, but how to save that out as a video file or stream it to ffmpeg ?

    Ideas welcome - doesn't have to involve Python, external programs (Windows) are ok.