Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (6)

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

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

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

Sur d’autres sites (3448)

  • Convert horizontal video to mobile screen by FFmpeg

    12 mars 2023, par Dopicsi

    I use FFMEG to convert the videos. Currently, if a horizontal video is uploaded, I see it enlarged on mobile. I want the horizontal videos to be vertically centered with black at the top and bottom.

    


    The application only works in vertical mobile view, all videos are played this way.

    


  • How to convert MP3's to constant bitrate using FFMPEG

    5 décembre 2016, par Brian FitzGerald

    I have found that MP3’s encoded with variable bit rate cause the currentTime property to be reported incorrectly, especially when scrubbing. That has wreaked havok on my app and has been a nightmare to debug.

    I believe I need to convert all my MP3’s to constant bitrate. Can FFMPEG (or something else) help me do that efficiently ?

  • CONVERT AUDIO FILE TO HLS USING FFMPEG USING NODEJS

    2 juin 2022, par Sejal Rai

    Can someone please help me with Nodejs code snippet of how to convert an audio file into HLS format using FFMPEG.