Recherche avancée

Médias (0)

Mot : - Tags -/flash

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

Autres articles (76)

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

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

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

  • How to add watermark as gif and text on video using ffmpeg

    3 février 2021, par user1872811

    i am trying to add gif and text on video using ffmpeg somewhat similar to tiktok.
want it to be like tiktok ie on top right gif and text and after sometime left bottom same gif and text on the video.

    


  • ffmpeg how add gif image as watermark with live video streaming rtmp [duplicate]

    20 août 2020, par Master. net

    this my command before add gif image

    


    ffmpeg -re -i /root/video.mp4 -acodec copy -vcodec copy -f flv rtmp://mydomain.com:2444/stream/play


    


    and when i add gif as watermark in the command like that appear error

    


    ffmpeg -re -i /root/video.mp4 -ignore_loop 0 -i /root/img.gif -filter_complex "overlay=10:10" -acodec copy -vcodec copy -f flv rtmp://mydomain.com:2444/stream/play


    


    Error is :
Streamcopy requested for output stream 0:0, which is fed from a complex filtergraph. Filtering and streamcopy cannot be used together.

    


    can any one help and put example to my command ?

    


    Thank you

    


  • How add watermark on ts video ?

    22 août 2020, par r_astapov

    How add watermark on ts video ?
After adding a watermark to the video (ts format) using the command below, output video (ts format too) does not playing in the browser
What could be the reason for this ?

    


    ffmpeg -i input.ts -i logo.png -filter_complex overlay=790:40 -codec:v libx264 -crf 18 -preset superfast -pix_fmt yuv420p -c:a aac -strict -2 -y output.ts