Recherche avancée

Médias (91)

Autres articles (108)

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

  • FFMPEG how do i add 1 image to 1 video

    15 avril 2020, par das

    ok I found a code online from 1 of the StackOverflow page tested it and it adds 10 seconds black screen before the video starts.
    
Summary
    
i have 55.mp4 and logo.png i want to replace black screen with png logo

    



    ffmpeg -i 55.mp4 -filter_complex "[0:v]tpad=start_duration=10:color=black[v];[0:a]adelay=10000|10000[a]" -map "[v]" -map "[a]" -y out2222.mp4


    



    I have logo.png in the same path how do I use that instead of black screen.
    
I do not wish to use overlays. I want it as it is, just replace black-screen with my png

    


  • avformat/hls : Add ec3 to allowed_extensions

    6 avril, par Michael Niedermayer
    avformat/hls : Add ec3 to allowed_extensions
    

    Fixes part of Ticket11435
    Fixes : Elisa Viihde (Finnish online recording service)

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/hls.c
  • Ffmpeg : Compile argument for 'delogo' [closed]

    7 avril 2024, par Sulli

    I use a custom version of ffmpeg I compiled myself (for cuda support), but when I try to use the delogo filter I get :

    &#xA;

    [AVFilterGraph @ 0x586ea2283880] No such filter: &#x27;delogo&#x27;&#xA;[vost#0:0/mpeg4 @ 0x586ea2281cc0] Error initializing a simple filtergraph&#xA;

    &#xA;

    What argument should I use when compiling in order to be able to use this filter ? And can you tell me at the same time where I can find this information online ? It’s not the first time I can’t use a filter because of a missing library and if I’m not mistaken, the ffmpeg documentation does not mention it. https://ffmpeg.org/ffmpeg-filters.html#delogo

    &#xA;