Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (57)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

Sur d’autres sites (7544)

  • Is there a way to crop a video given a videoURL in node js ?

    30 mars 2021, par Radespy

    I’m building an electron-react app and need to crop [x, y, width, height] a video in the main process.

    


    The video URL and buffer have been generated in a react rendering component using mediaStream / mediaRecorder and a URL / buffer generated in the render process using URL.createObjectURL.

    


    I need to crop the video buffer directly (i.e. select a region of interest within the video) without having to download a file.

    


    I would then like to create a buffer from the cropped video to save in MongoDB as a base64 encoded string.

    


    I’ve looked at fluent-ffmpeg but this doesn’t seem to work with a URL or buffer and requires a path to a downloaded video file.

    


    Does anyone know of a way to do this ?

    


    Many thanks

    


  • avformat/aadec : Check for scanf() failure

    16 avril 2019, par Michael Niedermayer
    avformat/aadec : Check for scanf() failure
    

    Fixes : use of uninitialized variables
    Fixes : blank.aa

    Found-by : Chamal De Silva <chamal.desilva@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/aadec.c
  • avcodec/xbmdec : convert() minor speed increase

    1er février 2021, par Jose Da Silva
    avcodec/xbmdec : convert() minor speed increase
    

    If we test for 0..9 first, we have tested for 10/16th of all possible
    characters first and avoid testing the remaining 6/16th of all possible
    characters, which can be either 6/16th lowercase or 6/16th uppercase.

    Signed-off-by : Joe Da Silva <digital@joescat.com>

    • [DH] libavcodec/xbmdec.c