
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)
-
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
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 (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (11069)
-
piping in ffmpeg in c#
6 septembre 2013, par user846281I have a directory full of images. I convert these images into a flv file. Then i convert that flv into a mp4 file (i have my reasons to do this). I can achieve this OK using the process method in c#. Currently i call this twice (with different arguments) First call it converts the images to flv and the second call converts that flv to mp4. is there a way to do this in 1 process and not actually write the flv to disk ?
For example in sudo code :
ffmpeg -allmyjpgs this.flv | final.mp4
-
Evolution #4319 (Fermé) : Embarquer aussi jquery.min.js
11 février 2021, par cedric -Il y a plusieurs sujets :
- le minifieur buggait souvent sur les fichiers déjà minifiés, mais c’est résolu normalement
- le compresseur pourrait reconaitre et utiliser les fichiers .min.js
- mais ça veut dire double maintenance et risque que les utilisateurs modifient le fichier .js et pas le .min.js et s’etonnent que ça marche pas, ou alors on va devoir ajouter des conditions de date etc..
- de toute façon il faudrait enlever jquery du core :pje ferme ici donc, car je pense que c’est beaucoup de complexite pour peu d’avantage au final
-
Moviepy - Video background issue
2 novembre 2015, par Harpreet GillI have two video clips -
Video1
andVideo2
. I want to placeVideo2
at a certain position ofVideo1
, at a specific time. I am able to do it, but my problem is thatVideo2
has dark-black background, which appears in the final (output) video.Is there any option I can make
Video2
’s background transparent ?