Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (42)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

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

  • dashenc : Heuristically fill in the duration of packets that need it

    6 mars 2015, par Martin Storsjö
    dashenc : Heuristically fill in the duration of packets that need it
    

    This avoids that the mp4 muxer does a similar heuristic, adjusting
    the timestamps in a way that the dash muxer doesn’t know the actual
    timestamps written to the file in the end. By making sure that the
    mp4 muxer internal heuristic isn’t applied, we know the exact
    timestamps written to file, so that the timestamps in manifest match
    the files.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/dashenc.c
  • avcodec/bitstream : fill invalid vlc tables entries as last pass instead of first

    16 juin 2014, par Michael Niedermayer
    avcodec/bitstream : fill invalid vlc tables entries as last pass instead of first
    

    This avoids writing entries twice

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

    • [DH] libavcodec/bitstream.c
  • cbs_av1 : Fill tile width/height values when uniform_tile_spacing_flag is set

    31 août 2020, par Mark Thompson
    cbs_av1 : Fill tile width/height values when uniform_tile_spacing_flag is set
    

    They are not explicitly in the bitstream in this case, but it is helpful
    to be able to use these values without always needing to check the flag
    beforehand.

    • [DH] libavcodec/cbs_av1_syntax_template.c