Recherche avancée

Médias (0)

Mot : - Tags -/médias

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (87)

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

  • avformat/mxfdec : check number of index table entires more strictly

    28 décembre 2022, par Marton Balint
    avformat/mxfdec : check number of index table entires more strictly
    

    Let's ignore the index table if the number of index entries does not match the
    index duration (or the special AVID index entry counts).

    Fixes : OOM
    Fixes : 50551/clusterfuzz-testcase-minimized-ffmpeg_dem_MXF_fuzzer-6607795234930688

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mxfdec.c
  • Increased the default z-index.

    20 mai 2013, par JamesMGreene
    Increased the default z-index.
    Fixes #172.
    Fixes #173.
  • html text overlay with ffmpeg [closed]

    28 septembre 2020, par Tom

    I have a web page where a user can write html text with online editor tool, ckeditor.com. I want to overlay the html text to a video. My understanding is that ffmpeg doesn't support text overlay with html.

    &#xA;

    Here are some possible options. I haven't tried any of them. I want to find out which is the better way to doing it.

    &#xA;

      &#xA;
    1. Parse the html text and convert it to text and settings that ffmpeg supports ? Is it doable ? How difficult is this ?

      &#xA;

    2. &#xA;

    3. Use puppeteer (server side rendering) to create a png image for image overlay. Would the font rendering on the server side matches 100% with the client side ?

      &#xA;

    4. &#xA;

    5. Someone suggests to do HTML->PDF->image using imagemagick + mpdf lib to image for image overlay. Many conversions are involved. Sound complex with many points of failure.

      &#xA;

    6. &#xA;

    &#xA;

    Are there other better options ?

    &#xA;