
Recherche avancée
Autres articles (67)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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 (...)
Sur d’autres sites (7432)
-
avformat_open_input() error -1330794744 : Could not open input
22 mai 2014, par NavidWhen I run my code on unix (postproc removed) :
FFmpegFrameGrabber frameGrabber = new FFmpegFrameGrabber("https://.../ec769038-22d9-4da9-a7bf-dd4647f97964-353.mp4?__h__=1400667080_dfb4fabf293d258cd501ab4978419392");
IplImage capturedImage = null;
try {
frameGrabber.start();
long lengthInTime = frameGrabber.getLengthInTime();
long i = 0;
while(i < lengthInTime) {
frameGrabber.setTimestamp(i);
capturedImage = frameGrabber.grab();
// if capturedImage is null ... error
if(capturedImage == null)
break;
LOG.info("frame: " + i + " " + capturedImage.depth());
i += 10 * 1000 * 1000; // microseconds
}
frameGrabber.stop();
frameGrabber.release();
} catch (Exception e) {
LOG.error(e.getMessage());
}I get this error :
avformat_open_input() error -1330794744: Could not open input "https://.../ec769038-22d9-4da9-a7bf-dd4647f97964-353.mp4?__h__=1400667080_dfb4fabf293d258cd501ab4978419392". (Has setFormat() been called?)
I am running the program in Red Hat Same code works with local file path.
I know URL works because the same code (but postproc not excluded) works in Windows.
I am using Javacv 0.5 both in Red Hat and Windows (that’s the only choice I have at work) -
What is Google Analytics data sampling and what’s so bad about it ?
16 août 2019, par Joselyn Khor — Analytics Tips, Development -
Exceeded GA’s 10M hits data limit, now what ?
21 juin 2019, par Joselyn Khor