Recherche avancée

Médias (91)

Autres articles (10)

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (4483)

  • Anomalie #2097 : Largeur des modeles doc

    1er juin 2011, par cedric -

    En fait c’est bien les titres/decriptifs qui sont visés. Si tu affiches une image en 20px de large

    il faut bien que ton titre ait une largeur mini (120px dans ce cas) pour être lisible

    si ton image fait 800px de large, le titre et la légende sont aussi formatés avec une largeur maxi (350px dans (...)

  • Muxing video file and audio flie with VC++ and FFMPEG [on hold]

    18 février 2015, par ecanal

    I have a video file in MPEG format, without audio, and have too an audio file in MP3 format. My question is, how I can mux those two files into a unique file in MPEG format. Using the FFMPG libs in my Visual C++ project.
    I read in some place that I can do this using

    ffmpeg -i input.mp4 -i input.mp3 -c copy -map 0:0 -map 1:0 output.mp4

    code line, i test it but don’t work
    I’m never work with FFMPEG before, so i don’t know if the code line of above is wrong or i miss something.
    Thanks for answers.

  • download compile and install ffmpeg on Snow Leopard for HLS streaming

    10 mai 2012, par alphablender

    In reference to this question :

    transcode and segment with ffmpeg

    how can I download and install ffmpeg on my mac mini with Snow Leopard with the options listed in the answer to that question ? I don't (at the moment) want to bother with RTMP support, the goal is to realtime transcode files, not live video.