Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (70)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (6475)

  • ffmpeg - create videos from images with blur and transition effect [on hold]

    21 février 2018, par QuangPM

    I’m looking for ffmpeg commands to create video from images (img01 -> imgXX) and sound.wav, like :

    • Video background : these images with blur effect
    • Video music : from sound.wav file
    • When image show, it move from left to right on screen, next image when it move out of screen, and have transition effect between images (when playing to next image).

    I would like to create a video like this one : https://www.youtube.com/watch?v=00FTtx73n7Q

  • How to undistort Fisheye sub section

    22 septembre 2022, par Eudie

    How to generate normal views from fisheye view as shown in the image below. enter image description here

    


    Opencv fisheye model flattens the whole image to birds eye view, but that does not produces the desired result.

    


    One approach could be find equations for 4 edges and build map from transformed view to raw view and use cv::remap function to generate image.

    


    Most of security camera maker provides these transform APIs but how can we do it locally.

    


    image source reference : https://www.youtube.com/watch?v=ZS-WsKDwxdM

    


  • Why is only one of multiple overlayed videos playing in FFmpeg ? [closed]

    27 mai 2023, par Sixtus Anyanwu

    Only one out of multiple overlayed videos is playing FFmpeg

    


    I am trying to overlay 2 playable videos on top of another video in ffmpeg.

    


    ffmpeg -hide_banner -i finalagain.mp4 -i Tatsumaki0trim.mp4 -i Tatsumaki1trim.mp4 -filter_complex "[0][1]overlay=x=(W-w)/2:y=(H-h)/2:enable='between(t,4,8)'[v1]; [v1][2]overlay=x=(W-w)/2:y=(H-h)/2:enable='between(t,0,4)'[v2]" -map "[v2]" -map 0:a -preset ultrafast trial.mp4

    


    But the 1st video gets played while the second remain static.
Here is the video on YouTube.
https://m.youtube.com/watch?v=XStgNnjTaLE&feature=youtu.be