
Recherche avancée
Autres articles (74)
-
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
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 (...) -
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 (4144)
-
Anomalie #3115 : Bug sous PHP 5.4 car le charset n’est pas passé à htmlspecialchars (site en iso-8...
13 décembre 2013, par - EquipementBonjour,
J’ai testé la solution que j’ai mentionnée.
Quelle autre solution faut-il tester ? -
FFmpeg in a bash script ( quotes )
20 mars 2015, par Guillaume VillenaI’m working on a script that open a text file with some ffmpeg commands. ( about 10 command generated from an other project ) Each command are working when i copy paste than into the terminal manually, but when the script run, simple commands work but I am stuck on a " No such filter : ..." error.
Here is my command :
-i 1.mp4 -i 2.mp4 -i 3.mp4 -i 4.mp4 -i 5.mp4 -i 6.mp4 -filter_complex '[0:0][0:1][1:0][1:1][2:0][2:1][3:0][3:1][4:0][4:1][5:0][5:1]concat=n=6:v=1:a=1:unsafe=1 [v] [a]' -map '[v]' -map '[a]' -aspect 16:9 -s 1280x720 -c:v mpeg4 -c:a libmp3lame -y track_0.mp4
I think all the problem is in the " ’ " i try to escape them with " \’ " but ffmpeg is telling me
No such filter: '''
Here is my script assuming that the variable ARGS is set dynamically ( for the example I have set it manually ) :
#!/bin/bash
ARGS="-i 1.mp4 -i 2.mp4 -i 3.mp4 -i 4.mp4 -i 5.mp4 -i 6.mp4 -filter_complex '[0:0][0:1][1:0][1:1][2:0][2:1][3:0][3:1][4:0][4:1][5:0][5:1]concat=n=6:v=1:a=1:unsafe=1 [v] [a]' -map '[v]' -map '[a]' -aspect 16:9 -s 1280x720 -c:v mpeg4 -c:a libmp3lame -y track_0.mp4"
ffmpeg ${ARGS}Can you help me ?
-
will Adult script pro work with google app engine as server ? [on hold]
1er février 2016, par niko nørrei want to user Google app engine as a server for my website and app.
but a programmer needs to set the script up for me.
the script is called Adult Script Pro and it need FFMpeg and more to Work.do google app engine provide me with ssh root access ?
The requirements are the following :
Apache, Lighttpd or Nginx Server (with rewrite support)
MySQL 5.x
PHP >= 5.2.x (mod_php or CGI/FastCGI)
GD2 Support
MySQL Support
CURL Support
SimpleXML Support
FTP Support
PCRE with UTF8/Unicode Properties
PHP CLI >= 5.2.x (see above for support)
FFMpeg => 0.11.5 (with support for lame, x264, theora, vpx, xvid, faac, faad2, amr, webm, jpeg, png, gif and freetype)
Will the site Work whid Google app engine as server ??
Pleas help thanks
Nikolaj