Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (111)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (13234)

  • Testing out filters on images and videos gives different results

    22 décembre 2019, par Jason Pham

    I am testing out different filters on images and videos because I want to later add text then concat various clips together.

    For the image :
    ffmpeg -i input_img -filter_complex "[0]drawtext=<...drawtext...>[a]" -map [a] out_img

    For the video ffmpeg -i input_video -filter_complex "[0:v]drawtext=<...drawtext...>[v1]" -map [v1] out_video

    The image script correctly adds the image filter but the video one doesn’t apply anything. Is it because it’s only applying the text to the first frame ?

  • lavfi/ebur128 : apply I dual mono correction only if I available

    13 décembre 2015, par Clément Bœsch
    lavfi/ebur128 : apply I dual mono correction only if I available
    

    Spotted-by : jamrial & gcc 6

    • [DH] libavfilter/f_ebur128.c
  • avcodec/aacps_common : Apply offset for VLCs during init

    26 septembre 2023, par Andreas Rheinhardt
    avcodec/aacps_common : Apply offset for VLCs during init
    

    This avoids having to apply it later after every get_vlc2().

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/aacps_common.c
    • [DH] libavcodec/aacpsdata.c