Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (94)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Les sons

    15 mai 2013, par
  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (5986)

  • Can't reproduce a mp4 video in any of my browsers (Ubuntu 22.04.4)

    8 mai 2024, par user3303019

    This one is weird. I can't reproduce the following video in the browser (tried brave, chrome, firefox and edge).

    


    https://a-pop.stg.intuitivo.ai/assets/animations/wowMomentOpenDoor.mp4

    


      

    1. I have installed all sorts of codecs I may need and the regular video player plays the file no problem.

      


    2. 


    3. For some reason it was working on Brave up until last week and it wasn't on chrome.

      


    4. 


    5. It only happens on Linux apparently. Windows, Mac, android and iOS have no problem with the browser playing the animation.

      


    6. 


    


    I don't have a clue what could be happening. I've checked other mp4 videos online and they work (from v.reddit)

    


  • ffmpeg : Duplicated Png over video

    22 avril 2015, par Nicolas

    i’m trying to use a single png over a video (30 sec. length) and moving it around using x,y coordinates. I have the exact x,y position of the Png in every frame of the video (29 Fps) and it works pretty good. The image looks like a part of the animation. The thing is that for some reason you can see 2 frames at the same time, all the time, its like if ffmpeg didn’t remove the previous png before inserting the next one.

    This is the code for the first 5 frames.

    ffmpeg  -y -i input_video.mp4 -i image1.png -filter_complex " [0:v][1:v] overlay=332.95:350.5:enable='between(n,0,1)' [tmp], [tmp][1:v] overlay=332.95:350.5:enable='between(n,1,2)' [tmp], [tmp][1:v] overlay =332.95:350.5:enable='between(n,2,3)' [tmp], [tmp][1:v] overlay=332.95:350.5:enable='between(n,3,4)' [tmp], [tmp][1:v] overlay=332.95:350.5:enable='between(n,4,5)'  " -c:v libx264 -b:v 1M -s 640x360 -strict -2 -crf 29 -r 29 -pix_fmt yuv420p output.mp4

    Can’t figure out why this happens. I don’t fully understand ffmpeg syntax, probably there’s a few errors there...
    Thanks in advance

  • Render dynamic animated editable text

    2 mai 2023, par Shivam gupta

    I am working on one web application development where i need to render glsl which can support editable animated text.
Whereas User can edit the animated text which can be rendered through webgl.

    


    Can you please provide me and reference link or if there any working GLSL code where i can pass editable text as input ?

    


    eg. I want to have same animation as provided in the below link using glsl
https://tobiasahlin.com/moving-letters/#1