Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (109)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Les thèmes de MediaSpip

    4 juin 2013

    3 thèmes sont proposés à l’origine par MédiaSPIP. L’utilisateur MédiaSPIP peut rajouter des thèmes selon ses besoins.
    Thèmes MediaSPIP
    3 thèmes ont été développés au départ pour MediaSPIP : * SPIPeo : thème par défaut de MédiaSPIP. Il met en avant la présentation du site et les documents média les plus récents ( le type de tri peut être modifié - titre, popularité, date) . * Arscenic : il s’agit du thème utilisé sur le site officiel du projet, constitué notamment d’un bandeau rouge en début de page. La structure (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (13939)

  • How can I limit the CPU usage of moviepy ?

    11 février 2020, par Egon Kirchof

    Python 3. I am using moviepy to create a new video. The problem is ffmpeg uses 100% of all my cores so I can’t do anything else in the computer.
    There is a parameter for write_videofile called threads but when I adjust it to, say, threads=10 (I have 12 cores in total) there is no difference.
    I even tried invoking the script using cpulimit (cpulimit -l 70 python my_script.py, for instance) but then the script simply doesn’t work, it just freezes, no error message.
    Is there a way I can force moviepy not to use all the cores in the CPU or is there any application (like cpulimit) that would actually work ?

  • avfilter/af_aresample : Limit data per inserted packet

    4 novembre 2014, par Michael Niedermayer
    avfilter/af_aresample : Limit data per inserted packet
    

    This avoids creating unwieldy large packets, which is allowed but
    does not seem to be a good idea

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

    • [DH] libavfilter/af_aresample.c
  • avfilter/vf_showinfo : limit the max number of timecode

    25 mars 2020, par Limin Wang
    avfilter/vf_showinfo : limit the max number of timecode
    

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/vf_showinfo.c