Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (43)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (11139)

  • How a live event video is ingested to a streaming platform for broadcasting live ?

    12 mai 2020, par Suman Mondal

    Please help me in understanding how live media is sent from the encoder (media source) in real time to the streaming platform for broadcasting live to multiple viewers ?

    


  • drawertext color with conditon ffmpeg

    31 octobre 2022, par abderrahim khadri

    I have a coin price banner where I use ffmpeg to stream it and use reload:1 to render it in real time. I want to color the negative with red and the positive with green , haw to do it and is it posible with fflmpeg

    


    -vf 'drawtext=enable='between(t,18.93,20.28)':fontfile=fonts/cousine-bold.ttf:fontsize=144:fontcolor_expr=%{eif\\: if(between(0,1000)\, green\, red) \\: x}:x=82:y=288:text=coinsprice.txt:reload:1'


    


  • avformat/dashenc : addition of segment index correction logic

    11 avril 2018, par Vishwanath Dixit
    avformat/dashenc : addition of segment index correction logic
    

    The logic is applicable only when use_template is enabled and use_timeline
    is disabled. The logic monitors the flow of segment indexes. If a streams's
    segment index value is not at the expected real time position, then
    the logic corrects that index value.

    Typically this logic is needed in live streaming use cases. The network
    bandwidth fluctuations are common during long run streaming. Each
    fluctuation can cause the segment indexes fall behind the expected real
    time position. Without this logic, players will not be able to consume
    the content, even after encoder's network condition comes back to
    normal state.

    • [DH] doc/muxers.texi
    • [DH] libavformat/dashenc.c