
Recherche avancée
Autres articles (96)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (7492)
-
saveVideo only printing out the first image in a video
21 octobre 2017, par Dom BurnsI’m trying to make a video of plots that are output from a loop using saveVideo. However, at the moment the output video only gives the first image for the number of times that the loop runs (40 seconds in my example code). Probably something really obvious, but does anyone know how to fix this ?
Example code :create_photos <- function(){
for (i in 1:40){
plot(c(0, 1), c(0, 1), ann = F, bty = 'n', type = 'n', xaxt = 'n', yaxt = 'n')
text(x = 0.5, y = 0.5, paste(i))
}
}
saveVideo(create_photos(), video.name = 'animation.mp4') -
How can I synchronize a method call with alsa playback ?
23 novembre 2015, par modwizcodeI’m trying to write a program that will synchronize lights to playback of a basic wav file. I’ve struggled through all the alsa docs, the source for ffplay.c and searched around on the internet, but it’s difficult to figure out how to do what seems like a common and simple task.
Basically I want to do two things, the first is to read keypress events while the audio is playing and store the offsets in a file. The second is take those queue files and load them later, this time on a different audio device like a raspberry pi.
I’m struggling with how to first account for the latency in the initial capture of the offset positions and then how to handle that latency when I playback on a completely different hardware device.
I know
snd_pcm_delay()
is used by the ffmpeg suite to deal with some of this, but I’m really struggling with even the basic technique. It’s not a complicated playback mechanism, just a blocking write in a loop.I’d post some code, but I don’t have it with me at the moment and it’s just a mess of the current hacks that aren’t working.
-
Anomalie #3572 (Nouveau) : [SVP] Impossible sur un SPIP vierge d’installer un plugin qui necessite...
23 octobre 2015, par realet RealETValable sur SPIP 3.0.20 SVN et SPIP 3.1 SVN, confirmé par Francky sur 3.0.20 via IRC
Reproduction :
- installer un SPIP vierge
- Aller dans l’admin des plugin et ajouter le dépôt principal
- Chercher le plugin oEmbed
- Cliquer sur [Télécharger et activer]
==> Message d’erreur : Le plugin oEmbed dépend de MEDIAS [2.7.27 ;]
Par contre, j’installe HTML5 Upload par ce moyen.
Il télécharge les 2 plugins dont il a besoin.
Et tout va bien.Et à partir du moment où un plugin a pu être installé, SVP accepte d’installer oEmbed.
Conclusion logique : il y a quelque chose qui est enregistré dans la base de données après la première installation réussie d’un plugin qui fait que le problème ne se pose plus