
Recherche avancée
Autres articles (46)
-
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras. -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (6512)
-
How to merge Video and Subtitle on Google Colab with only specifying file path using mkvmerge ?
25 août 2022, par SomeNameOn 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 JohannChanged 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_ loopfiltersInvestigating 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 RadushI 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.