Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (64)

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

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

  • Overlay image zoom out and move

    5 avril 2021, par Pier Giorgio Misley

    I have a video with an image overlay. The picture is set nearly full screen for the first 10 seconds, and aftwerwards I need to zoom out the image to a smaller size and place it in the bottom left corner for the rest of the video.

    


    At the moment I split the input image and overlay it twict to the video, without transitions, one for the "big" picture and one for the "small" picture and it works fine.
What I would like to make is a "zoom out and moove" effect to make it smoother from the big central picture to the small one.

    


    This is my current complex filter :

    


    -i "video.mp4" 
-i "img.jpg" 
-filter_complex "[1:v]split=2[img10][img20];[img10]scale=1469:856[img11];[img20]scale=293:171[img21];[0:v][img11]overlay=(main_w-overlay_w)/2:(main_h - overlay_h)/2:enable='between(t,0,10)',fade=out:st=9:d=1:alpha=1[vid];[vid][img21]overlay=10:(main_h-overlay_h-40):enable='gte(t,10)'" 
-crf 18 -c:a copy "out.mp4"


    


    How can I make it as a single image overlay with zoom out + move effect ?

    


  • Evolution #4380 (Nouveau) : gif animé searching.gif

    16 septembre 2019, par jluc -

    L’image searching.gif (https://core.spip.net/projects/spip/repository/changes/spip/prive/themes/spip/images/searching.gif , qu’on voit là : http://contrib.spip.net/prive/themes/spip/images/searching.gif ) apparaît notamment sur la barre de titre rose tyrien du message central lors d’une mise à jour de SPIP, et elle est assez moche : mal centrée dans la barre de titre, c’est un peu un pâté de pixel... comme un vieux gif animé.

    Peut être y aurait le moyen d’une animation plus moderne, en svg éventuellement ?

  • Commercial version of FFmpeg

    10 octobre 2017, par Programist

    Is there a commercial version of FFmpeg ? My company lawyers don’t like LGPL licensing on FFmpeg due to its gray area of licensing.

    Or is there BSD version of FFmpeg available or a close alternative to it ?

    I am required to use something that is commercial or BSD licensed.

    If answer to all my questions above is no. Then what is a close alternative to FFmpeg under BSD ? I need basically a video encoder & decoder.