
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (57)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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 (10906)
-
lavf : Open PICT images with Quickdraw
18 avril 2015, par Vittorio Giovara -
ffmpeg subprocess fail to open on OS X
27 mai 2015, par HyperionI’ve got this script :
PATH = os.path.dirname(os.path.abspath(__file__))
global TEMP
for video in os.listdir(VIDEOS):
ffmpeg = PATH + "/ffmpeg/ffmpeg"
arg1 = " -v 0 -i "
arg2 = VIDEOS + "/" + video
arg3 = " -r 1 -f image2 "
arg4 = TEMP + "/" + os.path.splitext(video)[0] + "-%d.jpg"
subprocess.Popen(ffmpeg + arg1 + arg2 + arg3 + arg4).wait()that works perfectly on Windows (using ffmpeg.exe of course), but when I try to run it on Mac I got error :
File "/Users/francesco/Desktop/untitled0.py", line 20, in Main
subprocess.Popen(ffmpeg + arg1 + arg2 + arg3 + arg4).wait()
File "subprocess.pyc", line 710, in __init__
File "subprocess.pyc", line 1327, in _execute_child
OSError: [Errno 2] No such file or directoryI’ve tried to print ffmpeg + arg1 + arg2 + arg3 + arg4 and paste it manually in the terminal, nothing happens, it just stuck, but if I try to copy manually all the printed arguments, it works.
-
avformat/rtpproto : free ip filters on open error
10 mai 2024, par Kacper Michajłow