Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (97)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (7334)

  • Anomalie #4540 : Accessibilité des boutons radios et checkboxes

    22 mars 2021, par cedric -

    c’est un oubli, il faut en effet généraliser le pattern y compris dans le formulaire charter

  • FFMPEG Save stream frames to single image file (not sequence) [duplicate]

    5 mars 2021, par Nikola Knežević

    Is there a way to open a stream (usb webcam for example) and save each frame to the same image file ?

    


    That image would be later accessed as a simple resource from whichever protocol/service.

    


    I tried this :

    


    ffmpeg.exe -f dshow -i video="ASUS USB2.0 Webcam" image.png


    


    but it fails to write second frame. Error :

    


    Could not get frame filename number 2 from pattern 'image.png'


    


    Sure, I can make a script to periodically starts ffmpeg and save only one frame, but that's a huge performance overhead.

    


  • How can I overlay an angled gradient or fade over the corner of a video with ffmpeg ?

    16 février 2021, par grgoelyk

    I want to darken the corner of a video with a (for instance) 45-degree black gradient. I'd like to customize the angle, feathering, color and opacity. My video is 10-bit UHD HEVC and I need to output to 10-bit lossless intermediate (probably v210 codec). How can I do all of this in ffmpeg ?

    


    Here is a mockup of what I want to do :

    


    enter image description here