Recherche avancée

Médias (0)

Mot : - Tags -/médias

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (49)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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" (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (5723)

  • Latest generated docs

    20 décembre 2011, par Scott Schiller

    m doc/generated/demo/360-player/script/360player.html m doc/generated/demo/mp3-player-button/script/mp3-player-button.html m doc/generated/script/soundmanager2.html m doc/generated/src/SoundManager2.html m doc/generated/src/SoundManager2_AS3.html m (...)

  • Patch for trac #1965 ; clarify in comments and docs that a failed call

    13 juillet 2013, par Monty
    Patch for trac #1965 ; clarify in comments and docs that a failed call
    to ov_test does not take ownership of the passed-in file.
    

    git-svn-id : http://svn.xiph.org/trunk/vorbis@18964 0101bb08-14d6-0310-b084-bc0e0c8e3800

    • [DH] doc/vorbisfile/ov_test.html
    • [DH] lib/vorbisfile.c
  • Extract audio from a MPEG(.ts) file in memory in python, Without writing MPEG to a file

    19 octobre 2020, par azuse

    I am working on a project that need to extarct audio from a stream which is transmitted by .ts(MPEG-2 Transport Stream) file.

    



    Currently I need to First save the file to file system, Then open it using moivepy to convert to WAV format audio.

    



    The streaming requires realtime transmit, and there are multiple .ts file need to be process every second, Moivepy is too slow to open them all and convert each in realtime.

    



    So I wonder if I can finish the whole process of extracting audio from MPEG in memory, avioding file system IO may speed up the process. How can I do it ?