Recherche avancée

Médias (91)

Autres articles (32)

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

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

Sur d’autres sites (5124)

  • FFMPEG Replacing black color fragments with alpha channel transperency

    31 décembre 2017, par kostya572

    I have "file.mov" video. It has a lot of blank black color fragments that have different durations.

    I need to replace black color fragments that durates more than 5 seconds with transparency ? Is that possible to add some alpha channel for that purpose ?

  • can someone shiift sound on movie with ffmpeg ? [duplicate]

    8 juin 2018, par Seb LH

    This question already has an answer here :

    I’d like start the sound track on a movie some seconds or millisecond later one the same movie ! I have no solution for the moment.... Is someone can knows how doing that ?Thanks

  • Convert video to hequirect while setting the background black and blur the transitional area [closed]

    11 février 2024, par Zurechtweiser

    I am using

    


    ffmpeg -i input.mp4 -vf "v360=input=fisheye:ih_fov=122.6:iv_fov=94.4:output=hequirect:h_fov=180:v_fov=180:in_stereo=2d:out_stereo=sbs,format=yuv420p" -b:v 25M -maxrate 60M -bufsize 25M output.mp4


    


    Which works as advertised to convert a fisheye to hequirect except for two problems :

    


      

    1. The background is not black but seems to try and set it to the average color of the video. It should be black throughout.

      


    2. 


    3. The corners are not blurred but should be, there should be a soft transition from the corner of the video into black.

      


    4.