Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

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

Autres articles (62)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (7176)

  • How to merge Video and Subtitle on Google Colab with only specifying file path using mkvmerge ?

    25 août 2022, par SomeName

    On Google Colab I found a code to merge Video and Subtitle using mkvmerge with only specifying the folder path also there is a option to include attachments fonts if preferred but The code doesn't work ?

    


    I tried this but it didn't seem to work? When I execute the code it does nothing? İt won't start muxing video and Subtitle? https://pastebin.com/raw/q85DTkta

    


    Could someone help me with this code ? What am I missing ?

    


  • Revision 377b6682f9 : Disable vp9 _8_ loopfilters Investigating https://code.google.com/p/chromium/is

    20 décembre 2014, par Johann

    Changed Paths :
     Modify /test/lpf_8_test.cc


     Modify /vp9/common/arm/neon/vp9_loopfilter_neon.c


     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/vp9_common.mk



    Disable vp9 _8_ loopfilters

    Investigating https://code.google.com/p/chromium/issues/detail?id=443839

    Change-Id : Ibb7485d835c5aa5e1d40f31715596ba8d208eedb

  • Discord.py bot randomly disconnects and reconnects while playing audio and being hosted on google cloud VM

    15 avril 2021, par Radush

    I recently made a music bot in Python and I've hosted it from my computer for a while for testing.

    


    When I run it on my computer it works flawlessly, however, when I run it from Google Cloud Compute Engine, I get random hiccups in which the bot leaves and rejoins the voice channel for a brief second every few minutes while playing audio. Sometimes it stops playing the audio entirely and sometimes it does its job like normal.

    


    I tried upgrading the CPU and RAM of the VM. Current specs :

    


    Machine type :
e2-standard-4 (4 vCPUs, 16 GB memory)

    


    I'm running the script within "screen" so I don't have to interact with the VM in any way, so this may be an issue.