Recherche avancée

Médias (91)

Autres articles (89)

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

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (4283)

  • ffmpeg how to put color overlay over video

    13 mai 2020, par flieks

    I want to put a color overlay (blue, red or green or hex value) over a video giving it a Instagram filter like effect.

    



    I think it should be in the lines of :

    



    ffmpeg -i video.mp4 -i "red.png" -filter_complex "blend=all_mode='screen':all_opacity=0.7" output.mp4


    



    or maybe with all_mode=overlay

    



    But I get an error :

    



    First input link top parameters (SAR 0:1) do not match the corresponding second input link bottom parameters (SAR 1:1).


    



    I also tried with lutrgb=r=1.5, but that didn't give it a red color (it takes the red away).

    



    What am i doing wrong ?

    


  • how can I add color filter on video with ffmpeg

    28 novembre 2014, par Vahagn Vardanyan

    please help me, how I can change video, add color filter on video ? I read tutorial but don’t understand how I can make it.

    Thank you.

  • Revision 63537df4c0 : Enable decoder to pass through color space info This commit added a field to vp

    9 janvier 2015, par Yaowu Xu

    Changed Paths :
     Modify /test/encode_test_driver.cc


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/vp9_iface_common.h


     Modify /vpx/vpx_image.h


     Modify /vpx_scale/yv12config.h



    Enable decoder to pass through color space info

    This commit added a field to vpx_image_t for indicating color space,
    the field is also added to YUV_BUFFER_CONFIG. This allows the color
    space information pass through the decoder from input stream to the
    output buffer.

    The commit also updates compare_img() function with added verification
    of matching color space to ensure the color space information to be
    correctly passed from encode to decoder in compressed vp9 streams.

    Change-Id : I412776ec83defd8a09d76759aeb057b8fa690371
    (cherry picked from commit 6b223fcb588c865ae6f5abfd3d9de3ba2ae0540f)