Recherche avancée

Médias (91)

Autres articles (80)

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

  • lavc/startcode : fix RVV return value on no match

    27 mai 2024, par Rémi Denis-Courmont
    lavc/startcode : fix RVV return value on no match
    

    If there are no zero bytes, t2 equals -1. The code cannot simply fall
    through to the match case.

    • [DH] libavcodec/riscv/startcode_rvv.S
  • Applying gamma via ffmpeg does not match result in nuke/fusion/resolve

    17 mai 2022, par Kiwi

    I'm trying to convert a exr stack in linear colorspace to an H.264 .mov file in rec709 colorspace using ffmpeg. I am expecting it to match the result I get from Nuke, Fusion or Resolve.

    


    In an editor, I can apply 2.4 gamma and export an H.264 .mov file. But when I try applying 2.4 gamma via ffmpeg, it does not match. It seems less saturated from ffmpeg.

    


    Here is the command I'm using :

    


    ffmpeg -y -gamma 2.4 -i C:/input/file_%04d.exr -vcodec libx264 -pix_fmt yuv420p -preset slow -crf 17 -r 25 C:/output.mov


    


  • configure : Set the initial ldflags to match the cflags

    25 septembre 2015, par Luca Barbato
    configure : Set the initial ldflags to match the cflags
    

    Some gcc-based toolchain would fail to link if the abi set by the
    cpuflags does not match the default.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] configure