Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (45)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (5378)

  • FFmpeg PNG overlayed on background image to video

    23 mars 2020, par UsuallyHelpless

    I’m trying to overlay an image on a background image and make a video from it with a certain duration.

    I found something on some old 2011 thread but FFmpeg doesn’t seem to find ’-loop_input’ so I guess it’s an outdated command.

    ffmpeg -loop_input -f image2 -i background.png -r 25 -vframes 250 -an -vcodec png test.mov

    How do I make this work in the current ffmpeg version ?

  • ffmpeg transparent waveform and solid background

    9 avril 2018, par user3633178

    Im trying to create waveform image with transparent wave and solid background color. Im find the similar topic here :

    FFMPEG waveform transparent, background solid color

    but the answer not working for me :(
    Maybe do you know why this code suspend the program in console command.

    ffmpeg -i input.mp3 -filter_complex \    "[0:a]aformat=channel_layouts=mono,compand=gain=-6, \
       showwavespic=s=600x120:colors=white,negate[a]; \
       color=red:600x120[c]; \
       [c][a]alphamerge"  -vframes 1 output.png
  • Moviepy - Video background issue

    2 novembre 2015, par Harpreet Gill

    I have two video clips - Video1 and Video2. I want to place Video2 at a certain position of Video1, at a specific time. I am able to do it, but my problem is that Video2 has dark-black background, which appears in the final (output) video.

    Is there any option I can make Video2’s background transparent ?