
Recherche avancée
Autres articles (69)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs
Sur d’autres sites (7838)
-
Scripting bash with Ruby and Variables to run FFMPEG command
20 mai 2017, par JeremyI’m trying to create a simply ruby script to run an ffmpeg command through bash to convert an audio file from one format to another.
the command is
ffmpeg -i (in file) -acodec libmp3lame -ab 64k -ar 48000 -ac 1 AAA_S00E00_Podcast.mp3
I have a ruby script with the right permissions and that I can call (tested it with a
system ls
call before moving onto the ffmpeg attempt)#!/bin/ruby
def mkmp3( one = "", two = "" )
system "ffmpeg -i #{one} -acodec libmp3lame -ab 64k -ar 48000 -ac 1 #{two}.mp3"
end
mkmp3but when I call it from bash trying to convert a file called
session.flac
tosmoochie.mp3
I get back :mkmp3.rb ('session.flac', 'smoochie')
bash: syntax error near unexpected token `'session.flac',' -
Scripting bash with Ruby and Variables to run FFMPEG command
20 mai 2017, par JeremyI’m trying to create a simply ruby script to run an ffmpeg command through bash to convert an audio file from one format to another.
the command is
ffmpeg -i (in file) -acodec libmp3lame -ab 64k -ar 48000 -ac 1 AAA_S00E00_Podcast.mp3
I have a ruby script with the right permissions and that I can call (tested it with a
system ls
call before moving onto the ffmpeg attempt)#!/bin/ruby
def mkmp3( one = "", two = "" )
system "ffmpeg -i #{one} -acodec libmp3lame -ab 64k -ar 48000 -ac 1 #{two}.mp3"
end
mkmp3but when I call it from bash trying to convert a file called
session.flac
tosmoochie.mp3
I get back :mkmp3.rb ('session.flac', 'smoochie')
bash: syntax error near unexpected token `'session.flac',' -
New AQ mode : auto-variance AQ with bias to dark scenes
6 septembre 2011, par Anton Mitrofanov