Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (80)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (3970)

  • How to move overlayed image on video in ffmpeg

    14 mai 2024, par hatlan

    I overlayed an image on video with :

    


    ffmpeg -i video.mp4 -vf "movie=image.png[layer]; [layer]scale=1000:-1[layer2];[in][layer2]overlay=128:enable='between(t,0,20)'" -c:a copy output.mp4


    


    By overlay=128an image moves vertically. How can I move an image horisontally too ?

    


  • Revision 9d3f27f3da : Moving functions from vp9_decodemv.c to vp9_decodframe.c. This move is done to

    22 octobre 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/decoder/vp9_decodemv.h


     Modify /vp9/decoder/vp9_decodframe.c



    Moving functions from vp9_decodemv.c to vp9_decodframe.c.

    This move is done to have all compressed header reading functions in one
    place. Moved functions :
    read_switchable_interp_probs
    read_inter_mode_probs
    read_comp_pred_mode
    read_comp_pred
    update_mv
    read_mv_probs

    Change-Id : I2aebb57d2826d03d11bf2f8fbbfc3a9978c4f9fb

  • avcodec/lsp : Move ff_lsp2polyf() upwards in lsp.c

    25 septembre 2022, par Andreas Rheinhardt
    avcodec/lsp : Move ff_lsp2polyf() upwards in lsp.c
    

    Will avoid a forward declaration lateron.
    Also adapt the function to modern style while at it.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/lsp.c