Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (48)

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

  • FFMPEG command for video based on ratio

    15 mars 2017, par pocek

    I am using ffmpeg (in linux server with php)

    and i want to watermark a png logo on the mp4 file, my problem is that

    I want to scale my logo and change it based on source video size(for example 1/4 of height),

    I have this code bellow :

    shell_exec('ffmpeg -i file.mp4 -i logo.png -filter_complex "overlay=10:10" file-watered.mp4");

    it works on every video.

    For Normal (medium) size image :

    enter image description here

    For Small (medium) size image (witch is bad !)

    enter image description here

    Ideal output for this size would be :

    enter image description here

    I’ve changed a little bit my first code like this :

    shell_exec('ffmpeg -i file.mp4 -i logo.png -filter_complex "[0:v]scale=500:-1[bg];[bg][1:v]overlay=(main_w-overlay_w):(main_h-overlay_h)" watered.mp4');

    The main problem is that, I want to change the logo size based on video size.

    How can i do it with ffmpeg ?

  • avcodec/msrledec : restructure msrle_decode_pal4() based on the line number instead...

    24 mars 2015, par Michael Niedermayer
    avcodec/msrledec : restructure msrle_decode_pal4() based on the line number instead of the pixel pointer
    

    Fixes out of array access
    Fixes : da14e86d8462be6493eab16bc2d40f88/asan_heap-oob_204cfd2_528_cov_340150052_COMPRESS.BMP

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/msrledec.c
  • ffplay : calculate SDL audio buffer size based on sample rate

    25 mai 2014, par Marton Balint
    ffplay : calculate SDL audio buffer size based on sample rate
    

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] ffplay.c