Recherche avancée

Médias (91)

Autres articles (54)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

Sur d’autres sites (6019)

  • Better choice of instruction filter mask comparision.

    15 septembre 2010, par Fritz Koenig

    Better choice of instruction filter mask comparision.

  • How to convert a video to mask with ffmpeg ?

    8 avril 2019, par Zedd W

    I want to synthesize videos with a pre-designed template.

    template structure

    The final result is similar to the video below

    result : This video is synthesized by me using moviepy(a Python module for video editing). But it takes too long to be used in production.

    So, I need to overlay these videos into a single video.

    Current problems

    • How to convert a video to mask by ffmpeg ?
    • How to synthesize these videos to a single video by ffmpeg ?
  • How to add html elements to a video online

    27 septembre 2018, par Gabriele

    I need to be able to edit a video with online technologies (Javascript or with some Backend code) and overlay on the original video whatever html elements (maybe even animated elements with css) and download the new video edited.

    What is the best way to do it ?

    I’ve read about CCapture.js that captures videos from a canvas, but I can’t get it to work and I’m not sure it’s what I’m looking for. I’ve read about some FFMPEG plugins to make it work on the server and use it with some backend languages but I don’t know if it would get the work done as I need it.

    For clarity, you know how Instagram can edit your video after you take it adding text or images ? I need to be able to edit a video like that, adding html elements on it.

    Thanks in advance for helping.