Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (12)

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

  • how to install ffmpeg + php in xampp in ubntu

    28 août 2015, par team

    Hi everyone i am working on project which need video merging, for that i am trying to install ff-mpeg PHP on xampp Ubuntu but not able to to install properly. can anybody give me steps to install ff-mpeg PHP on xampp in Ubuntu.

    Thanks in advance.

  • Build FFMPEG 1.2 (Code name magic) for android

    3 juillet 2013, par Jijo Varghese

    I'm working on a multimedia project. Where i need to concatenate more than one videos. I found that ffmpeg concat demuxer has been added to ffmpeg fire flower (version 1.1). Somebody help me out on, how to builid ffmpeg 1.1 / 1.2 for android ?.

    I've checked all other alternatives, None succeeded. Thanks in advance !!

  • ffmpeg - detect subject (colored pixels) in a video with chroma key [on hold]

    9 janvier 2017, par DrH

    I have a video with a green screen background. Is it possible with ffmpeg to detect the subject in the video and get the position of it (X,Y) to make a crop around the subject ?
    I tried fooling it with cropdetect, but with no use. Is there a better way ?

    Example : Mario detected and cropped

    Thank you in advance.