
Recherche avancée
Médias (91)
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#1 The Wires
11 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (44)
-
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 -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
Prérequis à l’installation
31 janvier 2010, parPréambule
Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
Il (...)
Sur d’autres sites (4050)
-
Why can I run this command from the terminal but I get an error when my python runs it from the terminal for me ?
9 mai 2019, par mu234I’m trying to write a python script that basically captures webcam videos from the terminal. When I put the command in a string and use
subprocess.call(script, True)
, I get an error, but when I literally copy/paste the same command to the terminal it works fine.This is my python :
import subprocess
import os
if (os.path.isdir("Videos/Webcam/temp") is False):
dirmake = 'mkdir Videos/Webcam/temp'
subprocess.call(dirmake, True)
cmd = 'ffmpeg -f v4l2 -i /dev/video0 -t 00:00:10 video.webm'
subprocess.call(cmd, True)and this is the error
`FileNotFoundError: [Errno 2] No such file or directory: 'ffmpeg -f v4l2 -i /dev/video0 -t 00:00:10 video.webm': 'ffmpeg -f v4l2 -i /dev/video0 -t 00:00:10 video.webm'`
If I just run
ffmpeg -f v4l2 -i /dev/video0 -t 00:00:10 video.webm
from the terminal it works fine.Originally the video was supposed to go in Videos/Webcam/temp but I took it out to see if the error had something to do with where I was putting the video. I’m using Ubuntu 18.04.2 LTS if that makes a difference.
-
Anomalie #2279 (Nouveau) : Réparation des tables
3 septembre 2011, par Franck DalotBonjour :-) Je me sers de esasyphp 5.3.8 à savoir qu’il contient : PHP 5.3.8 VC9 Apache 2.2.19 VC9 MySQL 5.5.15 PhpMyAdmin 3.4.3.2 Xdebug 2.1.2 A savoir que je n’ai pas pris les modules de easyphp, j’ai fait mon instal tt seul et que j’ai choisi Mysql au moment de l’instal des spips :-) Donc, (...)
-
Anomalie #2279 : Réparation des tables
5 septembre 2011, par Ben .salut franck, ce message ne vient pas de SPIP, il n’y a pas de chaine de langue SPIP correspondant à ce message. Donc cela doit etre une histoire de droit sur le user mysql qui essaye de faire le repair. Regarde du coté de mysql : (...)