
Recherche avancée
Autres articles (39)
-
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...) -
L’espace de configuration de MediaSPIP
29 novembre 2010, parL’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
Il permet de configurer finement votre site.
La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...) -
Installation en mode ferme
4 février 2011, parLe mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
C’est la méthode que nous utilisons sur cette même plateforme.
L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)
Sur d’autres sites (6262)
-
.NET FFmpeg wrapper for video playback [closed]
12 février 2015, par SharpAffairLooking for an FFmpeg wrapper usable in .NET. The wrapper must support video playback with audio.
The following projects are incomplete FFmpeg wrappers :
http://code.google.com/p/ffmpeg-sharp/
http://sourceforge.net/projects/sharpffmpeg/
http://sourceforge.net/projects/ffqlay/
http://www.intuitive.sk/fflib/post/fflib-net-released.aspx
ffmpeg-sharp is the closest thing I’ve found, but it’s also incomplete (no audio in video playback).
I’m quite sure that stable proprietary wrappers do exist, so I will award the bounty to anyone willing to share the code or able to find a complete third-party version.
-
How to display transparent GIFs using AutoHotkey script when pressing CapsLock ?
8 juillet 2024, par Juan daltonI am trying to create a script in which if you press the capslock key a gif image appears on the screen, but the gif image appears with a solid black background, it is not transparent, what am I doing wrong ?


; Variable to track the state of Caps Lock
global capslock_toggle := false

; Path to the GIF file with transparency
ImagePath := "C:\Path\To\Your\Folder\animation.gif"

; Path to ffplay (adjust this line with the path to ffplay.exe)
ffplayPath := "C:\FFmpeg\bin\ffplay.exe"

; Variable to store the ID of the ffplay process
global ffplayPID

; Function to show the GIF using ffplay
ShowImage() {
 global
 Run, %ffplayPath% -autoexit -loop 0 -vf "format=rgba" -x 200 -y 200 -noborder -window_title "GifWindow" %ImagePath%,, Hide, ffplayPID
}

; Function to hide the GIF by closing ffplay
HideImage() {
 global
 if (ffplayPID) {
 Process, Close, %ffplayPID%
 ffplayPID := ""
 }
}

; Detect Caps Lock key press and toggle actions
CapsLock::
capslock_toggle := !capslock_toggle
if capslock_toggle
{
 ShowImage() ; Show the GIF
}
else
{
 HideImage() ; Hide the GIF
}
Return






I try to convert gif to webm but it doesn't work either


-
Evolution #3531 : var_mode=inclure
5 février 2017, par Franck DYop :-)
J’ai trouvé l’endroit :-Dhttps://core.spip.net/projects/spip/repository/entry/spip/prive/themes/spip/layout.css#L6
et
https://core.spip.net/projects/spip/repository/entry/spip/prive/themes/spip/layout.css#L15
Si on ajoute display : table ;
Alors cela semble bon