Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (32)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Liste des distributions compatibles

    26 avril 2011, par

    Le tableau ci-dessous correspond à la liste des distributions Linux compatible avec le script d’installation automatique de MediaSPIP. Nom de la distributionNom de la versionNuméro de version Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    Si vous souhaitez nous aider à améliorer cette liste, vous pouvez nous fournir un accès à une machine dont la distribution n’est pas citée ci-dessus ou nous envoyer le (...)

Sur d’autres sites (7660)

  • 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 !