Recherche avancée

Médias (0)

Mot : - Tags -/page unique

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (8)

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

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Les thèmes de MediaSpip

    4 juin 2013

    3 thèmes sont proposés à l’origine par MédiaSPIP. L’utilisateur MédiaSPIP peut rajouter des thèmes selon ses besoins.
    Thèmes MediaSPIP
    3 thèmes ont été développés au départ pour MediaSPIP : * SPIPeo : thème par défaut de MédiaSPIP. Il met en avant la présentation du site et les documents média les plus récents ( le type de tri peut être modifié - titre, popularité, date) . * Arscenic : il s’agit du thème utilisé sur le site officiel du projet, constitué notamment d’un bandeau rouge en début de page. La structure (...)

Sur d’autres sites (4592)

  • avcodec/hevcdec : set the SEI parameters early on the AVCodecContext

    27 mai 2019, par Steve Lhomme
    avcodec/hevcdec : set the SEI parameters early on the AVCodecContext
    

    It's better to do it before the buffers are actually created. At least in VLC
    we currently don't support changing some parameters dynamically easily so we
    don't use the information if it comes after the buffer are created.

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

    • [DH] libavcodec/hevcdec.c
  • fftools/ffprobe : fix handling parse_options() return value

    26 juillet 2023, par Anton Khirnov
    fftools/ffprobe : fix handling parse_options() return value
    

    Reviewed-by : James Almer <jamrial@gmail.com>
    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] fftools/ffprobe.c
  • avcodec/libvpxdec : fix setting auto threads

    27 octobre 2018, par James Zern
    avcodec/libvpxdec : fix setting auto threads
    

    a thread count of 0 is treated the same as 1, use av_cpu_count() to get
    the correct thread count when auto threads is requested.

    this matches the fix in libvpxenc :
    27df34bf1f avcodec/libvpxenc : fix setting amount of threads used for encoding

    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : James Zern <jzern@google.com>

    • [DH] libavcodec/libvpxdec.c