Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (37)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

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

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

Sur d’autres sites (7328)

  • How to set an image height & width on a video in ffmpeg

    18 juin 2018, par AniEncoder

    I have many videos and I need to put an image in them for about 20 seconds, I am adding them manually and it works fine if only the image is small in size....
    please, help me out to set height and width on the image

    The original command is this

    ffmpeg -i in.mkv -i 3.png -filter_complex "[0:v][1:v] overlay=25:25:enable='between(t,0,20)'" -pix_fmt yuv420p -c:a copy tout.mkv pause

    But it give me output as these image below

    Image - 1
    Image - 2

  • Scrolling image does not stop with ffmpeg

    20 avril 2020, par Amazon

    Scrolling image does not stop when the image is over

    



    How can I stop scrolling when the image is over but the speed stays the same ?

    



    I want it scrolling at specific speed and the duration increase by size of image

    



    Can scroll an image at default speeds and durations calculated by pixel dimensions like 800x1000, 800x8000, 800x12000 ? I want it to scroll at specific speeds and the duration determined by size of image.

    



    My code

    



     ffmpeg -y -r 1 -loop 1 -t 0.08 -i 4.jpg -filter_complex "color=white:s=1280x720, fps=fps=60[bg];[bg][0]overlay=y=-'t*60':eof_action=endall:shortest=1[video]"   -preset ultrafast -map [video] output.mp4


    


  • Library for creating a layered image builder

    28 juillet 2022, par Ashley Hewins

    I'm looking to build a layered image builder where the user journey is as follows :

    


      

    1. Click start
    2. 


    3. Select layer 1 from a carousel
    4. 


    5. Select layer 2 from a new carousel
    6. 


    7. Select layer 3 from another carousel
    8. 


    9. See final layered image where all layers are on top of each other
    10. 


    11. Download image via QR code scanned on a mobile device.
    12. 


    13. Restart - save image to local folder as back up
    14. 


    


    This will be running on a Windows tablet at an event where people come up to the booth to build their image.

    


    What language or library would be best for building this sort of app ? Haven't found one on google that matches requirements just yet.