Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (47)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (7057)

  • Android live streaming multicast

    10 mars 2016, par user1573559

    I have built a Android application based on FFMPEG, reference http://www.roman10.net/how-to-build-android-applications-based-on-ffmpeg-by-an-example/.
    Now, I want to live streaming multicast ?
    How to convert multicast to unicast url to live streaming ?
    Please suggest.

  • How to write live audio to a file using ffmpeg ?

    29 mai 2013, par user1595858

    What is the command to convert the live audio stream, basically rtmp stream, to a mp3 file ? I am trying this so later I can get audio bytes output which is needed by xuggler to make a video file.

  • Live Transcoding & Streaming

    4 mars 2016, par acohen

    My client has a requirement where he needs me to transcode a source file into a proxy with a unique burn in on it per playback.

    For the proxy I will be using ffmpeg, nothing fancy, but ideally the users can play back the file as it is being transcoded since it may take up to several minutes to complete the transcoding.

    Another restriction is that the player does not support HLS and other live streaming options and can only accept MP4s as a source.

    Any ideas/suggestions would be great.