Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (41)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (8845)

  • Scale watermark in ffmpeg based on video size [duplicate]

    24 octobre 2016, par user3600338

    This question already has an answer here :

    I have a folder with videos, all with different resolutions. The goal is to add a watermark on them, which I’ve successfully been able to done using this batch script :

    for %%I IN ("C:\path\input\*.flv") DO ffmpeg.exe -i "%%I" -i "watermark.png" -filter_complex "overlay=W-w-5:5" -qscale 1 C:\path\output\%%~nI.avi"

    The problem is that the size of the watermark changes a lot based on the video resolution. I’ve understood that I should use one -filter_complex with both scale and overlay, but I don’t get it to work. I want something like this :

    -filter_complex "scale=main_w*0.3:-1 ; overlay=W-w-5:5"

    To clarify, I want the watermark to be 30% of the width of the video. How can I do this ? Thanks in advance

  • avformat/avidec : Simplify dshow_block_align based special case detection

    12 août 2015, par Michael Niedermayer
    avformat/avidec : Simplify dshow_block_align based special case detection
    

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

    • [DH] libavformat/avidec.c
  • avfilter/vf_overlay : support for 8bit and 10bit overlay with macro-based function

    5 juin 2020, par Limin Wang
    avfilter/vf_overlay : support for 8bit and 10bit overlay with macro-based function
    

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavfilter/vf_overlay.c