
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (74)
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
MediaSPIP : Modification des droits de création d’objets et de publication définitive
11 novembre 2010, parPar défaut, MediaSPIP permet de créer 5 types d’objets.
Toujours par défaut les droits de création et de publication définitive de ces objets sont réservés aux administrateurs, mais ils sont bien entendu configurables par les webmestres.
Ces droits sont ainsi bloqués pour plusieurs raisons : parce que le fait d’autoriser à publier doit être la volonté du webmestre pas de l’ensemble de la plateforme et donc ne pas être un choix par défaut ; parce qu’avoir un compte peut servir à autre choses également, (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs
Sur d’autres sites (7271)
-
FFMPEG drawbox filter. Hex color result not matching input values
31 juillet 2018, par Leon DigzI’m trying to create a border using the drawbox filter using a specific HEX color input, however the result I am getting does not match the value I set.
Consider the following code which produces a 600x600 swatch ;
ffmpeg -i 0.jpg -vf drawbox=x=0:y=0:w=600:h=600:color=#E4E8F3@1:t=fill _border.png
E4E8F3 is supposed to translate to RGB 228,232,243
When I run the above code, however, and re-import into photoshop the actual color, is "sort of close", but not close enough.
The color I end up getting is ;
Hex d2d7df, which is RGB 210,215,223
Any ideas why I’m not getting the result I expect ?
-
How to check result mp4's integrity ?
11 juin 2018, par Al.T.OsThere are 4 categories, each Categories has 10 mp4 files.
I used ffmpeg to concatenate 4 categories, such as cat1 | cat2 | cat3 | cat4.
With simple calculation, I get 10000 concatenated mp4 files.
Here is the problem. There are some mp4 files among the 10000 files that are wrongly encoded. So I can’t play the files. I found 100 files so far.
Is there any options that I can check the concatenated mp4 is correctly encoded ? Or can I verify all of them without playing ?
I’ve searched Stack Overflow and seen ffmpeg’s options but I’m not used to ffmpeg and it looks it’d take super long but I got no much time.
-
fate/hapenc : remove tests due to inconsistent result
8 mai 2018, par Martin Vignali