Recherche avancée

Médias (1)

Mot : - Tags -/intégration

Autres articles (92)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (12055)

  • ffmpeg - how to add multiple overlay gifs on top of video + command generator runs forever

    7 juin 2021, par عبدالله لبيب

    the user will choose multiple gifs, scale them, put them in the desired position on screen, then they will be overlayed on top of a video ..

    


    in simple case where user choose only one gif to overlay .. this line was working very well for me, but now it runs forever !! :

    


    '-i video.mp4 -ignore_loop 0 -i gif1.gif -b:v 1M '
'-filter_complex [1:v]scale=${width - 30}:${height - 30}[ovrl],'
'[0:v][ovrl]overlay=${x -30}:${y - 30}:shortest=1 output.mp4';


    


    I used shortest=1 to prevent it from running forever, but now even with shortest=1 it runs forever .. when I remove it and ignore_loop 0 the running forever problem stops, but gif works only once then stop !!

    


    how to make it work for 3 or more gifs and how to stop it from running forever when I want to make gif looping ?

    


  • Refactor file validation.

    13 janvier 2020, par blueimp
    Refactor file validation.
    

    Resolves #3547.

  • Localization : Fixed GL number validation message

    20 mai 2014, par nschonni
    Localization : Fixed GL number validation message
    

    The validation message was targeted only to integers ("entero") while the
    number method validates decimals http://jqueryvalidation.org/number-method/

    Related to #1016