Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (64)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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" (...)

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

  • Creating text overlay like tiktok on a video in flutter [closed]

    25 septembre 2020, par Sarthak Singhal

    I am trying to create an app in which user can add text on a video like the given image.
The user should be able to move the text container anywhere on the screen, resize it, and rotate it also.
When this is done, the text widget should be merged on the video.

    


    enter image description here

    


    For now I have used Stack to add elements and let user play with them.
I want to know how to merge this text along with the background color with the video and that too for a specific time frame.

    


  • Multiple text overlay in video

    2 novembre 2016, par Suresh Kumar S

    How to overlay multiple text view based on time range to video in android like inshot app ?
    Inshots app text overlay to video

  • Displaying text overlay on a video in certain period of time using FFmpeg

    20 janvier 2021, par zahra_oveyedzade

    based on asked questions and available guides, it is obvious how to add text overlay on a video by using FFmpeg.
The question is, is it possible to define in which time period the text be displayed and after that be deleted ?
suppose we have a movie with 33 minutes long and it is wanted to display text in time 5:01 min until time 7 min.
Is there any way ?

    


    Thank you