Recherche avancée

Médias (91)

Autres articles (31)

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

  • 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

Sur d’autres sites (8551)

  • libavcodec/qsvenc : Add intra refresh to hevc_qsv and add new intra refresh parameter

    25 janvier 2022, par Wenbin Chen
    libavcodec/qsvenc : Add intra refresh to hevc_qsv and add new intra refresh parameter
    

    Add intra refresh support to hevc_qsv as well.
    Add an new intra refresh type : "horizontal", and an new param
    ref_cycle_dist. This param specify the distance between the
    beginnings of the intra-refresh cycles in frames.

    Signed-off-by : Wenbin Chen <wenbin.chen@intel.com>
    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] doc/encoders.texi
    • [DH] libavcodec/qsvenc.c
    • [DH] libavcodec/qsvenc.h
    • [DH] libavcodec/qsvenc_h264.c
    • [DH] libavcodec/qsvenc_hevc.c
  • lavfi/qsv : Copy metadata fields from the given input

    23 avril 2024, par Haihao Xiang
    lavfi/qsv : Copy metadata fields from the given input
    

    Currently it always copies the metadata fields from the last input when
    there are multiple inputs for the filter. For example, the metadata
    fields from input1 are copied to the output for overlay_qsv filter,
    however for regular overlay filters, the metadata fields from input0 are
    copied to the output. With this fix, we may copy the metadata fields
    from input0 to the ouput as well.

    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavfilter/qsvvpp.c
    • [DH] libavfilter/qsvvpp.h
    • [DH] libavfilter/vf_overlay_qsv.c
    • [DH] libavfilter/vf_stack_qsv.c
    • [DH] libavfilter/vf_vpp_qsv.c
  • libx265 : Bump version requirement

    30 mars 2014, par Derek Buitenhuis
    libx265 : Bump version requirement
    

    Build 13 has a crucial fix which makes x265_encode_headers work
    as its always been documented.

    Previous to this, the check was incorrect.

    Also allows for use of the repeat headers flag.

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

    • [DBH] configure