Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (31)

  • 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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

Sur d’autres sites (6477)

  • FFmpeg fade effects between frames

    15 novembre 2016, par Rajat

    I want to create a slideshow of my images with fade in & fade out transitions between them and i am using FFmpeg fade filter.

    If I use command :

    ffmpeg -i input.mp4 "fade=in:5:8" output.mp4

    To create the output video with fade effect, then it gives output video with first 5 frames black and than images are shown with fade in effect but i want fade:in:out effect between frame change.

    How can i do that ?

    Please tell a solution for Centos server because i am using FFmpeg on this server only

  • avconv : factorize common code in transcode_init()

    27 septembre 2011, par Anton Khirnov

    avconv : factorize common code in transcode_init()

  • Audio effects in ffmpeg

    29 mars 2012, par Kyborg2011

    Does ffmpeg audio effects like reverb ? Can I work with the channels (to detain them, mix) ? If so please link to code samples or examples of codes. thanks in advance !