Recherche avancée

Médias (91)

Autres articles (81)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

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

  • Streaming binary data with FFmpeg

    17 novembre 2016, par diAblo

    I am using FFmpeg in a C++ library to live stream video and audio. What I want is to stream some binary data as a separate stream.

    If I’m reading correctly, Mp4 container supports "private streams" which can contain any kind of data. However I can’t find out any info on how to add such a stream with FFmpeg. My idea is to have a stream of type AV_MEDIA_TYPE_DATA that uses codec AV_CODEC_ID_BIN_DATA.

    What I want is very closely described here, but it wasn’t answered.

  • How to extract MXF file data ?

    28 juin 2022, par Rex

    Is there any way to extract MXF (Material Exchange Format) file data using python ?

    


    All I want to do is get data like video duration, actual video stream and if possible the voice in mp3 or any audio format from an MXF file.

    


  • Extra data within image (PPM/PAM/PNM)

    22 mai 2014, par Sean D

    Is it possible to store extra data in pixels of a binary PNM file in such a way that it can still be read as an image (hopefully by any decoder, but specifically by ffmpeg) ?

    I have a simulation that saves its data as PPM currently and I’d like a way to record more than three values per pixel in the file, and yet still be able to use it as an image (obviously only the first three/four values will actually affect the image).

    In particle I think the TUPLTYPE of PAM should allow me to do this, but I don’t know how make something that’s also a readable image from that.