Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (56)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • 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

Sur d’autres sites (6206)

  • ffmpeg : Favor filter graph based duration over ost->frame_rate in fps code

    16 janvier 2015, par Michael Niedermayer
    ffmpeg : Favor filter graph based duration over ost->frame_rate in fps code
    

    The fate change adds a last frame with a subtitle not displayed in the previous

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] ffmpeg.c
    • [DH] tests/ref/fate/sub2video
  • Split text in lines ffmpeg based on font and text length

    8 janvier 2018, par Iura Gaitur

    How can I calculate when to put a new line based on text length and font
    using function drawText from ffmpeg.
    For example if i have a long text that I want to place it at bottom in the video and it needs to take how much place it needs.

    drawtext=enable='between(t,0,18)':fontfile=font_simple.ttf:text='Here
    is a veeeeeeery loooong long text so I must somehow split it in
    multiple lines': fontcolor=white:shadowcolor=black:shadowx=1:shadowy=1:
    fontsize=25: x=(w-text_w)/1.07: y=30
  • Splitting audio stream based on metadata changes using ffmpeg

    23 avril 2021, par nathan moore

    Is it possible when encoding a audio stream to split the audio feed and start encoding to a new file when a metadata change (for example a title change) is detected.

    &#xA;