Recherche avancée

Médias (91)

Autres articles (59)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (13336)

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

    


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