Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (46)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (7080)

  • How can i use dynamic data to livestream using FFMPEG

    18 août 2022, par Steve Mimshak

    How do i use dynamic data in a livestream i am encoding using ubuntu and FFMPEG

    


  • pngdec : check s->last_picture.f->data[0] before using it

    3 mai 2015, par Andreas Cadhalpun
    pngdec : check s->last_picture.f->data[0] before using it
    

    This check was removed in commit 08aec6f6, but
    s->last_picture.f->data[0] is still used in handle_p_frame_apng
    unconditionally.

    This fixes a segmentation fault.

    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/pngdec.c
  • libavcodec/libx265 : add user data unregistered SEI encoding

    12 juillet 2021, par Brad Hards
    libavcodec/libx265 : add user data unregistered SEI encoding
    

    MISB ST 0604 and ST 2101 require user data unregistered SEI messages
    (precision timestamps and sensor identifiers) to be included. That
    currently isn't supported for libx265. This patch adds support
    for user data unregistered SEI messages in accordance with
    ISO/IEC 23008-2:2020 Section D.2.7

    The design is based on nvenc, with support finished up at
    57de80673cb

    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] libavcodec/libx265.c