Recherche avancée

Médias (91)

Autres articles (88)

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

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (8549)

  • streaming mp4 file to html5 video [on hold]

    25 juillet 2016, par Felix

    I want to stream a mp4 file to html5 video tag.

    want to user ffmpeg stream from file.

    What I want is that the user cannot see the path of the movie.

    Is there a way ?

  • iOS how to convert video mp4 other codecs in libavcodec [closed]

    17 décembre 2011, par Bai

    I am developing the ios app that captures the video in iPad and uploads the video captured(.mp4) to the server.

    I must convert the video to other codecs for reducing the size of the video. So I am going to use libavcodec.

    But I am beginner in video/audio codecs. I didn't find the method for using libavcodec apis.

    How can I convert the .mp4 video to other codecs using libavcodec ?

  • How a video template can be used to replace with custom images/text on-the-fly using PHP

    8 novembre 2015, par Aamir Siddique

    I am a website developer (php) and I have been given a task to develop a website similar to
    http://ivipid.com/.

    I need to make an identical website and I am trying to figure out how this can be done,
    especially the part in which they use user-uploaded image files and text into the Video file and all this on-the-fly ?

    I know how to convert user-uploaded video files into FLV on-the-fly using FFMPEG but I’m not sure on how they (ivipid.com) manage to do this.