
Recherche avancée
Autres articles (107)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Ajout d’utilisateurs manuellement par un administrateur
12 avril 2011, parL’administrateur d’un canal peut à tout moment ajouter un ou plusieurs autres utilisateurs depuis l’espace de configuration du site en choisissant le sous-menu "Gestion des utilisateurs".
Sur cette page il est possible de :
1. décider de l’inscription des utilisateurs via deux options : Accepter l’inscription de visiteurs du site public Refuser l’inscription des visiteurs
2. d’ajouter ou modifier/supprimer un utilisateur
Dans le second formulaire présent un administrateur peut ajouter, (...) -
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 (14136)
-
Revision 4b44e46de0 : Merge "Changes to use of rectangular partitions."
9 juillet 2015, par paulwilkinsChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Merge "Changes to use of rectangular partitions." -
resize movie to rectangular of 200x200
1er décembre 2013, par RubytasticHow would one resize to 200x200 rectangular movie ?
I tried several suggestions all fail like :
ffmpeg -i 001.mov -vf "scale=-1:360" 001.mp4
But this does not make it rectangular
-
best way to take a "screenshot" of a movie and resize it to rectangular ?
30 novembre 2013, par RubytasticWhat would be the best way to take a screenshot with ffmeg ( say the first frame of movie ) and then
make a 200x200 image from it ?Im not sure what method to look for in docs or api to accomplish these tasks.