Recherche avancée

Médias (91)

Autres articles (57)

  • 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

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (7855)

  • How to apply any mask.png on a video with ffmpeg

    18 novembre 2022, par Talha Khalid

    I am adding a 1.mp4 on a video 2.mp4, and i want to add a mask on overlay video(1.mp4)

    


    mask.png

    


    I want to apply this mask on 1.mp4
    
I'm using chrome key right now

    


        ffmpeg -t 5 -r 30 -f lavfi -i color=c=black:s=640x360
    -i 1.mp4
    -i mask2.png
    -i 2.mp4
    -filter_complex "
    [1:v]scale=500x281[v1];
    [2]scale=500x281[mask];
    [v1][mask]overlay, chromakey=0x00FF00:0.25:0.08 [v2];
    [3:v]scale=640x360[v3];
    [0][v3]overlay [out1];
    [out1][v2]overlay=0:0"
    -y output.mp4


    


    output

    


    But it also removes color from videos.
    
I'm not sure but i think it can be done by negate
    
also i don't need audio command, i already done that part
    
Thanks

    


  • libopencv : Check kernel_str life cycle

    1er février 2015, par Luca Barbato
    libopencv : Check kernel_str life cycle
    

    The string might or might not be set depending if there
    are args and in case of error it must be freed nonetheless.

    CC : libav-stable@libav.org
    Bug-Id : CID 739878 / CID 739882

    • [DBH] libavfilter/vf_libopencv.c
  • Anomalie #4717 : Erreurs nombre d’argument des filtres

    8 avril 2021, par b b

    C’est amha le prix à payer de la compatibilité avec des versions de PHP récentes, je ne suis pas certain qu’on doive faire le grand écart pour que SPIP soit plus tolérant que son moteur (PHP) au risque d’avoir à prévoir plein de cas foireux dans SPIP, mais si on peut le faire sans trop d’effort et de lourdeur de code, gogogo bien sûr :)