
Recherche avancée
Médias (2)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (54)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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 (...) -
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)
Sur d’autres sites (5604)
-
Merge commit ’9af7e8045e3e63ab39adedae9a7c11b1c410af26’
15 juin 2015, par Michael Niedermayer -
ffmpeg scaling and padding error
30 novembre 2016, par jsurfI am trying to scale a video of any dimension to be 720x720, and then centered on a padded background of 1280x720.
ffmpeg -y -i test.mp4 -vf "scale=-1:720,pad=width=1280:height=720:x=280" -c:a copy processed/test.mp4
This command gives the error : "Warning : data is not aligned ! This can lead to a speedloss", although the video does scale and center properly.
The same command without the x coordinate of 280px gets rid of the error, but then the video is not centered properly :
ffmpeg -y -i test.mp4 -vf "scale=-1:720,pad=width=1280:height=720" -c:a copy processed/test.mp4
Is there another way I can center the video and get rid of the error ?
-
Revision 101056 : Pour le moment il n’existe pas de saisie input qui permette d’envoyer un ...
11 décembre 2016, par maieul@… — LogPour le moment il n’existe pas de saisie input qui permette d’envoyer un
tableau.
Par conséquent le .yaml ne permet pas de remplir le tableau d’option de
vérification selon un schéma
’dimension_max’=> ;array(
’hauteur’=> ;une_hauteur,
’largeur’=> ;une_largeur
)
En conséquence, on modifier légèrement la saisie vérifier pour permettre
de passer "à plat" les réglages de vérification de dimension sous la
forme
’hauteur_max’=> ;une_hauteur,
’largeur_max’=> ;une_largeur