Recherche avancée

Médias (91)

Autres articles (40)

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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (6582)

  • What happens when I use too much RAM from spawning process with Popen in Python ? [closed]

    2 février 2020, par lms702

    I have a Python script that is rendering a video with FFmpeg where I have all the images and audio I need. I am currently invoking FFmpeg via multiprocessing.Popen, which works very quickly on my computer but the Task Manager shows that I am using 12 GB of RAM while doing so (since there end up being 100s of instances of FFmpeg.exe running). I want to deploy this on a linux server one day with much less RAM, but I worry that I’ll run into problems with my approach. Does Python/the OS handle this or should I limit the number of processes I spawn myself ?

  • Adding SoundFX to video with python or FFmpeg

    10 juin 2020, par João Abrantes

    I have various short SoundFX files (.mp3) that I want to merge with a video audio at various times. What's the fastest way to achieve this with Python or FFmpeg ?

    


  • Embedding pure python(Cpython) on android

    13 août 2020, par KiYugadgeter

    I want to create movie download app for android for learn.
To make develop easily, I would like to use youtube-dl for downloader backend.

    


    So I want to embed Cpython runtime and ffmpeg (for convert movie format) to Android app.
Is it able to do with android NDK ?

    


    Note that I know more better ways are exist.(like use java-friend python runtime or downloader implement as online server)

    


    But I want to try to embed python and ffmpeg in app for learn.

    


    Can it with Android NDK ?