
Recherche avancée
Autres articles (111)
-
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...) -
Que fait exactement ce script ?
18 janvier 2011, parCe script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
Installation de dépendances de MediaSPIP
Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...) -
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 (10104)
-
Anomalie #3664 : Insertion de formulaire dans l’editeur et champ obligatoire en HTML5
19 juin 2017, par b bIl semblerait que ça se confirme, cf le mail de jean marie sur spip-zone : https://www.mail-archive.com/spip-zone@rezo.net/msg43765.html
-
Cleaner ffmpeg terminal output
14 janvier 2015, par sg90I am running ffmpeg on headless servers with the intention of keeping these processes running for hours on end. I would like to parse the output for useful information like "fps", "time" "bitrate" or any warnings/errors and pass them to other processes, i.e. a web server.
By default ffmpeg prints to the terminal with this information every second on a new line. This makes parsing it very cumbersome and eventually degrades in performance the longer the terminal output becomes.
-
Is parsing the terminal output the right strategy here and is there a flag for something like bash’s "echo -a" append function within ffmpeg ? I’ve set a few of the -v flags to change the output but none match my needs !
-
Is there a way I can directly invoke something like "getFps()" on the running ffmpeg process itself to return the current encoding rate ?
Thanks
-
-
how to run terminal scripts to the ios
11 février 2014, par Hadi M.NourAllahi have terminal script for ffmpeg like :
ffmpeg -i input_file -c:a aac -strict -2 -b:a 128k -c:v libx264 -profile:v baseline out.mp4
how can i run something like this in my app