Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (29)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

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

  • How to build ffmpeg with libwebp for android ?

    27 juillet 2017, par Jerikc XIONG

    I need use the ffmpeg (v2.8) to convert mp4 to webp, how to build ffmpeg with libwebp for android ?

    I googled, but have little information to build ffmpeg with libwebp.

    I try to add the configuration :

    --enable-libwebp
    --enable-muxer=webp
    --enable-encoder=libwebp

    but i got the following compile error.

    ERROR: libwebp not found using pkg-config

    If you think configure made a mistake, make sure you are using the latest
    version from Git.  If the latest version fails, report the problem to the
    ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
    Include the log file "config.log" produced by configure as this will help
    solve the problem.

    The config.log is :

    check_pkg_config libwebp >= 0.2.0 webp/encode.h WebPGetEncoderVersion
    false --exists --print-errors libwebp >= 0.2.0
    ERROR: libwebp not found using pkg-config
  • Revision e0e4045db8 : variance_test : fix build w/—disable-vp8-encoder s/CONFIG_VP8\b/CONFIG_VP8_ENCO

    12 juin 2015, par James Zern

    Changed Paths :
     Modify /test/variance_test.cc



    variance_test : fix build w/—disable-vp8-encoder

    s/CONFIG_VP8\b/CONFIG_VP8_ENCODER/

    Change-Id : I616aace9cf8f18d7e83f00f7aef3b8a26fc4c17b

  • How to build an video editing app using NodeJS backend ? [on hold]

    27 juillet 2015, par Jack Lee

    I want to build an mobile application similar to http://www.magisto.com/.
    Which can edit, add music, add effects to the video. I’ve tried FFMpeg libs but I don’t know how to add many effects to video. And I thought what if I upload video to server and handle it with NodeJS.
    Can I use NodeJS for that ?
    Anyone has any idea for best approach ?

    Thank you