
Recherche avancée
Autres articles (45)
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Use, discuss, criticize
13 avril 2011, parTalk 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.
Sur d’autres sites (6094)
-
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.