Recherche avancée

Médias (91)

Autres articles (52)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Les notifications de la ferme

    1er décembre 2010, par

    Afin d’assurer une gestion correcte de la ferme, il est nécessaire de notifier plusieurs choses lors d’actions spécifiques à la fois à l’utilisateur mais également à l’ensemble des administrateurs de la ferme.
    Les notifications de changement de statut
    Lors d’un changement de statut d’une instance, l’ensemble des administrateurs de la ferme doivent être notifiés de cette modification ainsi que l’utilisateur administrateur de l’instance.
    À la demande d’un canal
    Passage au statut "publie"
    Passage au (...)

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

  • How to use to ffmpeg create video collage from a video captured by an app ? [closed]

    18 février 2021, par Bharat singh

    I am working on a android app, which is based on video collage, in which I have to create collage from selected or captured video. There are different types of collage I have to implement. I have implemented most of them.

    


    But I am stuck when I try to create a specific type of collage.

    


    I have to create a collage in which all video should play one be one.

    


    I have to combine 16 videos all together in a frame, and play them one by one.

    


    It should be look like this :

    


    enter image description here

    


    For now all video are playing together. What should I do so that all videos play one by one ?

    


  • How to display annotation data on video and render that video in nodejs ?

    8 juillet 2019, par Rahul Dubey

    I’m having a JSON data of annotation’s coordinates which I wanted to display on the video for a particular time and render the video with the annotation.

    I saw ffmpeg module. But it doesn’t have this feature

  • Why video size is increasing after adding watermark to video using FFMPEG ?

    18 novembre 2019, par Milan Tejani

    I am adding watermark to video using FFMPEG where i use -preset ultrafast in FFMPEG command.which add watermark to video very fast but due to this my output video size increased.

    ffmpeg -i input.mp4 -i mt.png -filter_complex "overlay=(main_w-overlay_w)/2:(main_h-overlay_h)/2" -codec:a copy -preset ultrafast output.mp4

    Without Using -preset ultrafast

    input video size 5MB and output video size 5MB

    Using -preset ultrafast

    input video size 5MB and output video size 11MB