Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (67)

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (8113)

  • Anomalie #4836 : Graphiques et interface arabe

    6 juillet 2021, par b b

    George Kandalaft a écrit :

    Merci, c’est toujours ça.
    Les mois qui s’affichent sont les mois égyptien (tirés de l’anglais, contrairement à SPIP qui affiche les mois arabes) car dans d3-time-format il n’y a que ar-EG.json. J’ai ajouté un fichier json pour les mois arabes dans le github de d3-time-format en espérant que ce sera mis à jour dans pas très longtemps.

    Super, merci pour ça :)

  • Buffer type video width and height nodejs

    4 août 2021, par Gardezi

    I have a buffer array which is a video. I'm trying to figure out a way with which I can extract its width and height. I've tried a couple of packages but they are not working. If somebody can help me out I would be super grateful.

    


    This is a snapshot of the buffer array that I have

    


    <buffer 00="00" 20="20" 66="66" 74="74" 79="79" 70="70" 6d="6d" 34="34" 32="32" 02="02" 69="69" 73="73" 6f="6f" 61="61" 76="76" 63="63" 31="31" 08="08" 72="72" 65="65" 9b="9b" 36="36" 64="64" 177458="177458" more="more" bytes="bytes">&#xA;</buffer>

    &#xA;

  • How to encode video frames, closing encoder and reopening encoder to continue writing to same file ? [closed]

    16 juillet 2022, par Jona

    I have a requirement to be able to encode frames, close the encoder and continue encoding later on into the same file. I'm writing c++ code that uses the FFmpeg library to achieve this.

    &#xA;

    I have a working code to encode but I can't reopen the file and continue encoding frames into it.

    &#xA;

    I was using mp4 container with h264 encoded frames. I'm wondering if I need to use another container to allow me to do this. For example a mpegts ?

    &#xA;

    Any help pointing me in the right direction on how to achieve closing encoding and later on reopening and continuing would be super helpful.

    &#xA;