Recherche avancée

Médias (91)

Autres articles (57)

  • 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" ;

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

  • FFMpeg Compress WebM - VP9 with alpha channel [duplicate]

    24 août 2016, par Britton Peddie

    This question already has an answer here :

    I’m looking for a way compress a quicktime .mov in animation format with alpha to VP9. I’ve tried the following :

    ffmpeg -i Elephant_01.mov -vcodec libvpx-vp9 -pix_fmt yuva444p output3.webm

    but I get an incompatible pixel format... error.

    any suggestions, as far as I can tell VP9 -should- support the yuva444p format. Or is there another tool that works ?

  • HTML5 live streaming with alpha channel

    5 mars 2021, par air5

    We are trying to live stream a video file with alpha channel. Adaptive streaming would be great, but it's not a must. Streaming is pretty new territory for us.

    


    We found out that WebM (VP9) seems to be the only format in the web that supports alpha channel. We tried using the nginx-rtmp-module as streaming server (MPEG-DASH) and broadcast the file with ffmpeg. But the alpha channel was lost. Probably because RTMP required us to broadcast the video as a FLV which doesn't support alpha.

    


    Is anyone having experience in streaming rgba videos on the web ? Getting to know compatible commercial solutions would be interesting tee. My next approaches would be trying to use Icecast. There is not much information online but this article where streaming a webm directly seems to be possible.

    


  • ffprobe : fix printing packet side data information

    25 mars 2017, par James Almer
    ffprobe : fix printing packet side data information
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] ffprobe.c
    • [DH] tests/ref/fate/mov-aac-2048-priming