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)

  • gif : Fix little endian specific code

    30 avril 2013, par Michael Niedermayer
    gif : Fix little endian specific code
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/gif.c
  • Code to combine multiple media files using ffmpeg

    21 mars 2013, par user2193172

    I am new to ffmpeg

    I am trying to combine multiple media files using ffmpeg, I know the ffmpeg concatenation protocol allows this through a command line arguement. I want to know if the C code for this function is available anywhere, so that I can include the same in my program. If not, I would really appreciate if someone could post any suggestions on how to do this. Basically, I want to combine multiple files without doing the decoding and encoding of files.

    I tried copying the data from one file to another, while I was able to create a new file, i couldn't play it back.

    I searched the ffmpeg library but was unable to locate the code on how the concatenation function works.

  • fftools/ffmpeg_filter : drop unreachable code

    22 mai 2023, par Anton Khirnov
    fftools/ffmpeg_filter : drop unreachable code
    

    Filtergraphs with no inputs are initialized as soon as all their outputs
    are bound, so this code should not be reachable.

    • [DH] fftools/ffmpeg_filter.c