Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (32)

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

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

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

  • avfilter/buffersrc : switch to activate

    27 octobre 2023, par Paul B Mahol
    avfilter/buffersrc : switch to activate
    

    Fixes OOM when caller keeps adding frames into filtergraph
    that reached EOF by other means, for example EOF is signalled
    by other filter in filtergraph or by buffersink.

    • [DH] libavfilter/buffersrc.c
  • avformat/mov : check that pcmC box is of the expected type

    4 février 2023, par Jan Ekström
    avformat/mov : check that pcmC box is of the expected type
    

    As per 23003-5:2020 this box is defined as
    PCMConfig extends FullBox(‘pcmC’, version = 0, 0), which means
    that version is 0 and flags should be zero.

    • [DH] libavformat/mov.c
  • avformat/matroskaenc : fix handling of VFW style raw rgb

    14 février 2015, par Michael Niedermayer
    avformat/matroskaenc : fix handling of VFW style raw rgb
    

    raw rgb uses 0 as codec tag in "VFW", the code assumed 0 means error

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/matroskaenc.c