Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (90)

  • 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 ;

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

Sur d’autres sites (14979)

  • ffmpeg : convert FLAC to mp3 and add album art in one step

    19 juillet 2014, par Christian Riedl

    I convert FLAC to MP3 using

    ffmpeg -i x.flac -f mp3 -vn -b:a 64K x.mp3

    and I add album art using

    ffmpeg -i x.mp3 -i x.jpg -map 0:0 -map 1:0 -c copy -id3v2_version 3 -metadata:s:v title="Album cover" -metadata:s:v comment="Cover (Front)" xx.mp3

    Is it possible to do it in one step ? Because I want to do it during "live" transcoding.

  • Revision f68aaa38d6 : Modified frame buffer handling This patch is the first step toward simplifying

    11 juillet 2014, par Adrian Grange

    Changed Paths :
     Modify /vp9/common/vp9_alloccommon.c


     Modify /vp9/common/vp9_alloccommon.h


     Modify /vp9/common/vp9_postproc.c


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/encoder/vp9_encoder.c



    Modified frame buffer handling

    This patch is the first step toward simplifying the
    frame buffer handling.

    The final goal is to have a common frame buffer handling
    framework for both encoder and decoder that incorporates
    the existing ability to use externally allocated memory.

    Change-Id : I2c378a4f54a39908915f46c4260e17a080db7ff1

  • av_add_stable : Add fast special case where step can be represented exactly

    2 juin 2014, par Michael Niedermayer
    av_add_stable : Add fast special case where step can be represented exactly
    

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

    • [DH] libavutil/mathematics.c