Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (25)

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

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

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

Sur d’autres sites (6966)

  • Merge commit '3a0d5e206d24d41d87a25ba16a79b2ea04c39d4c'

    18 octobre 2017, par James Almer
    Merge commit '3a0d5e206d24d41d87a25ba16a79b2ea04c39d4c'
    

    * commit '3a0d5e206d24d41d87a25ba16a79b2ea04c39d4c' :
    arm/aarch64 : vp9itxfm : Skip loading the min_eob pointer when it won't be used
    arm : vp9itxfm : Template the quarter/half idct32 function

    This commit is a noop, see
    b7a565fe71d16747209bd66955a54c9b54abc5dd
    70317b25aa35c0907720e4d2b7686408588c07aa

    Merged-by : James Almer <jamrial@gmail.com>

  • How to reduce the size of watermark using FFMPEG

    6 août 2020, par Junaid Farooq

    I have 2 images :

    &#xA;&#xA;

      &#xA;
    1. a PNG which is a log
    2. &#xA;

    3. thumbnail which is JPG

      &#xA;&#xA;

      ffmpeg -i thumb-168pa-usrao.jpg -i evercam-logo-white.png  -filter_complex  &#x27;overlay=x=(main_w-overlay_w):y=(main_h-overlay_h)&#x27; test.jpg&#xA;
    4. &#xA;

    &#xA;&#xA;

    how we can reduce the size of watermark ? to half of its size ?

    &#xA;

  • FFMPEG change audio pitch of mp4 video [on hold]

    17 octobre 2019, par Patrick

    Hy Community,

    im looking for an solution to fade the pitch of an audio track in an mp4 file.
    so i want to increase the pitch from its half duration to the end of the file gradually.

    is it possible by ffmpeg ?

    thank you in advance.