Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (55)

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

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

Sur d’autres sites (5777)

  • swscale : fix gbrap16 alpha channel issues

    3 août 2017, par James Cowgill
    swscale : fix gbrap16 alpha channel issues
    

    Fixes filter-pixfmts-scale test failing on big-endian systems due to
    alpSrc not being cast to (const int32_t**).

    Also fixes distortions in the output alpha channel values by copying the
    alpha channel code from the rgba64 case found elsewhere in output.c.

    Fixes ticket 6555.

    Signed-off-by : James Cowgill <James.Cowgill@imgtec.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libswscale/output.c
    • [DH] tests/ref/fate/filter-pixfmts-scale
  • avcodec/ffv1dec_template : Fix signed integer overflow

    16 juillet 2017, par Michael Niedermayer
    avcodec/ffv1dec_template : Fix signed integer overflow
    

    Fixes : runtime error : negation of -2147483648 cannot be represented in type 'int' ; cast to an unsigned type to negate this value to itself
    Fixes : 2634/clusterfuzz-testcase-minimized-4540890636877824

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/ffv1dec_template.c
  • Update jpg during live broadcast with ffmpeg

    13 mars 2021, par FoxFr

    I encounter a problem with a stream ffmpeg, i search from several hours how my jpg wasn't update during my live, indeed i wish to cast a jpg updated each 5 seconds beteween other video inputs

    &#xA;

      &#xA;
    • i create a new jpg each 5 seconds
    • &#xA;

    • i wish to cast this new image each 5 seconds
    • &#xA;

    &#xA;

    I can't find an option to refresh each 1 sec or more, u know ?

    &#xA;

    -loop 1  -i /home/pi/videopi/map/map.jpg&#xA;

    &#xA;

    i try to add -update 1 , without success

    &#xA;