Recherche avancée

Médias (91)

Autres articles (54)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

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

Sur d’autres sites (5585)

  • Core : Explicit default for focusCleanup option

    23 septembre 2014, par jzaefferer
    Core : Explicit default for focusCleanup option
    

    Also removes unused blockFocusCleanup property check.

    Fixes #676

  • Can I use ffmpeg's default Arial font commercially-free ?

    11 avril 2021, par batatop

    I'm trying to find out if I can use ffmpeg's default Arial font commercially-free when burning subtitles to videos.

    


    There are a lot of Arial fonts out there and I don't know which ones are free to use. I'm just trying to use the one that comes default with ffmpeg.

    


    I know that Arial MS can be used on a Windows machine but I will use ffmpeg in an Ubuntu machine.

    


    Thank you for your concern.

    


  • libavformat/hlsenc : default segment name and use_localtime

    1er janvier 2017, par Bela Bodecs
    libavformat/hlsenc : default segment name and use_localtime
    

    in hlcenc.c, in the hls_write_header() function the default format
    string for strftime() function contains %s specifier when use_localtime
    is true. This %s specifier will insert the seconds since EPOCH. But %s
    is not available on all system/environment. This patch check %s
    availabilty at runtine and alter the default format string if necessary.

    Signed-off-by : Bela Bodecs <bodecsb@vivanet.hu>
    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/hlsenc.c