Recherche avancée

Médias (91)

Autres articles (81)

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (10595)

  • HTML5 Media and Accessibility presentation

    23 février 2010, par silvia

    Today, I was invited to give a talk at my old workplace CSIRO about the HTML5 media elements and accessibility. A lot of the things that have gone into Ogg and that are now being worked on in the W3C in different working groups – including the Media Fragments and HTML5 WGs – were also (...)

  • Order in which ffmpeg performs changes ?

    13 juin 2022, par stackexchange.com-upvm25mz

    If I give ffmpeg arguments to change scale, bitrate and codec. Which change does it perform first, second and third ? If I encode from h264 to h265 there is a size reduction that depends on the crf so the result would be different if it changes the bitrate before of after encoding, and the same for scaling.

    


  • FFMPEG Thumbnail Generation in certain timespan

    15 novembre 2015, par michbeck

    I’m generating thumbnails in regular intervals based on the length of a video :

    ffmpeg -i "/my/dir/tmp/mymovie.mp4" -vf fps=4/259 /my/dir/tmp/123456/mymoviethumb%d.jpg

    Now I want to use just the first 30 seconds of the video and grab 5 thumbnails out of them. I’m stuck, can anybody help me out and give me an example command how can i do that ?