
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (50)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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 (...) -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)
Sur d’autres sites (6788)
-
Get stdout from an idle background application in Windows
24 septembre 2016, par JoeI have an ffmpeg.exe process that appears to be hung - it hasn’t done anything for several days. It was started by exec() in PHP, so is running in the background and has no window.
I would like to know what caused it to stop/hang.
Is there anyway to get what it has written to stdout ?
-
Merge commit ’74ea1167d91ccb2e1f2943efa030f2c278b598be’
15 juin 2015, par Michael NiedermayerMerge commit ’74ea1167d91ccb2e1f2943efa030f2c278b598be’
* commit ’74ea1167d91ccb2e1f2943efa030f2c278b598be’ :
tls_gnutls : fix hang on disconnectionSee : 2222f419da99ef85d49ab04e7e15b76612f4d054
Merged-by : Michael Niedermayer <michaelni@gmx.at> -
Revision dd88f48296 : Set the maximum decode threads to be 8. This will fix the frame parallel decode
5 février 2015, par hkuangChanged Paths :
Modify /vp9/common/vp9_thread.h
Modify /vp9/vp9_dx_iface.c
Set the maximum decode threads to be 8.This will fix the frame parallel decode hang on windows
due to not enough semaphores.This will also make the frame parallel decode safer as
the number of frame buffers could only support maximum
8 threads.Change-Id : Id9ef50692819dcbebbd74a0aabffbfb3f39a4309