Recherche avancée

Médias (91)

Autres articles (76)

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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (11773)

  • decoding of APE (Monkey's Audio) using FFmpeg

    19 juillet 2013, par Imran.vatic

    I am developing a player which plays different audio formats,I have successfully played mp3,acc,wav,ogg,alac,flac formats. But now stuck on APE or Monkey's Audio format, I am using a open source library FFmpeg for decoding.Can someone tell me how to decode APE format,I am successful in creating the packets,storing in a buffer and passing it to FFmpeg in the same fashion as I did for other formats,but FFMpeg is not able to decode those packets.Can someone tell me what wrong I am doing ? What should be the buffer size in case of ape that needs to be passed to ffmpeg.Also header parsing, The decode function of ffmpeg is avcodec_decode_audio3.

  • DirectShow filter missing in FFMPEG

    30 mars 2021, par Jelling

    I am trying to stream system audio from Windows 10 via FFMPeg but my built-in audio output device (Realtek) does not show up when I run ffmpeg -list_devices true -f dshow -i dummy

    


    ffmpeg direct show audio devices

    


    But the realtek audio device works and it also shows up as registered in Graph Studio Next, a direct show device browser :

    


    RealTek Audio DirectShow Filters

    


    OS : Windows 10, 64 bit
FFMPEG : 4.3.2 (latest)

    


    Any ideas ?

    


  • Adding Documentation of a library to manual pages

    30 décembre 2012, par Appy

    I am working with Ubuntu 12.04.1 . I am learning to make a basic video player using FFmpeg library in C . My manual pages don't show any entries for the headers/functions of the library . Can someone please show me a way to add the documentation to my manual pages .
    It is much easy to search that way than searching on a web page everytime .

    PS : I have tried to add documentation to man pages using Synaptic package manager . I installed a ffmpeg-doc package . But it doesn't seem to work .

    Thanks .