
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (26)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
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 (...) -
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)
Sur d’autres sites (3586)
-
Matomo analytics for wordpress
15 octobre 2019, par Matomo Core Team — Community -
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) -
Piwik IRC Meetup on Tuesday
10 février 2014, par Fabian Becker — Community, DevelopmentWith the release of Piwik 2.0 and the Piwik Marketplace we are focusing on the community aspect of Piwik Development. In order to give users and developers a chance to get involved in Piwik we decided to have IRC meetups every two weeks, where we discuss current and future plans of Piwik development.
Why should I join ?
This is the chance for everyone to directly talk to developers and discuss issues and feature ideas. It is also good if you want to get involved in development and pick up smaller features to get to know the code base.
Next Piwik meetup
- Date : Tuesday February 11th, 7.30pm UTC
- Duration : 30min
- IRC #piwik channel (irc.freenode.net)
Topics are :
- 2.1 release (closed tickets)
- open tickets for Piwik 2.2
To join the chat, you can use the website : http://webchat.freenode.net/ (or join with your IRC client of choice) – See also what will be the time in your country at 7.30pm UTC. You will find us in the Freenode channel #piwik.