
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (107)
-
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. -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (18106)
-
FFmpeg : Failed to create drawbox filter with max thickness
2 mars 2015, par FredFloeteI’ve switched from FFmpeg version 1.2. to the last 2.5 release. After changing all deprecated methods I ran into a problem with a drawbox filter. In version 1.2 I could define a filled box with the following settings (see FFmpeg Filter Documentation) :
strFilterDesc += "drawbox=x=0:y="+height+":w="+width+":h=50:color=0xeeeeee@0.4:t=max,
When I start the application, I receive the following errors :
[Parsed_drawbox_2 @ 0x79e9a0] [Eval @ 0x7fffb57f8e70] Undefined constant or missing '(' in 'max'
[Parsed_drawbox_2 @ 0x75f0a0] Error when evaluating the expression 'max'.
[Parsed_drawtext_1 @ 0x759be0] Failed to configure input pad on Parsed_drawbox_2Can someone give me a hint what I’m doing wrong here ? Even with the example of the documentation the same error occurs. Is there an other way to create a filled box ?
Edit :
Here’s the content of
stfFilterDesc
:drawtext=fontfile=./fonts/truetype/freefont/HelveticaNeue.ttf : text=’foo’ : x=5 : y=5 : shadowx=0 : shadowy=0 : fontsize=12 : fontcolor=0xeeeeee@1.0 : box=0 : boxcolor=0xeeeeee@0.5, drawbox=x=0:y=490:w=960:h=50:color=0xeeeeee@0.4:t=max, drawtext=fontfile=./fonts/truetype/freefont/HelveticaNeue.ttf : text=’foo’ : x=32:y=(h-text_h-25) : fontsize=16 : fontcolor=0x333333@1.0 : box=0 : boxcolor=0xeeeeee@0.4, drawtext=fontfile=./fonts/truetype/freefont/HelveticaNeue.ttf : text=’foo’ : x=32:y=(h-text_h-10) : fontsize=14 : fontcolor=0x333333@1.0 : box=0 : boxcolor=0xeeeeee@0.4
-
random_seed : Improve behaviour with small timer increments with high precision timers
29 janvier, par Martin Storsjörandom_seed : Improve behaviour with small timer increments with high precision timers
On a Zen 5, on Ubuntu 24.04 (with CLOCKS_PER_SEC 1000000), the
value of clock() in this loop increments by 0 most of the time,
and when it does increment, it usually increments by 1 compared
to the previous round.Due to the "last_t + 2*last_td + (CLOCKS_PER_SEC > 1000) >= t"
expression, we only manage to take one step forward in this loop
(incrementing i) if clock() increments by 2, while it incremented
by 0 in the previous iteration (last_td).This is similar to the change done in
c4152fc42e480c41efb7f761b1bbe5f0bc43d5bc, to speed it up on
systems with very small CLOCKS_PER_SEC. However in this case,
CLOCKS_PER_SEC is still very large, but the machine is fast enough
to hit every clock increment repeatedly.For this case, use the number of repetitions of each timer value
as entropy source ; require a change in the number of repetitions
in order to proceed to the next buffer index.This helps the fate-random-seed test to actually terminate within
a reasonable time on such a system (where it previously could hang,
running for many minutes).Signed-off-by : Martin Storsjö <martin@martin.st>
-
Revision 28933 : on bouge
31 mai 2009, par ben.spip@… — Logon bouge