
Recherche avancée
Médias (3)
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (61)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
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
Sur d’autres sites (7327)
-
Anomalie #4335 (Fermé) : bug de la fonction recuperer_url() qui retourne un code retour HTTP = 200...
18 mai 2019, par Guillaume Fahrner[18/05/2019 10:24]
c’est la que ca bug : https://core.spip.net/projects/spip/repository/entry/spip/ecrire/inc/distant.php#L547
[18/05/2019 10:26]$result[’status’] est forcé a 200 alors qu’il est potentiellement déjà fixé a autre chose
[18/05/2019 10:29]if (!$result[’status’]) $result[’status’] = 200 ; // on a reussi, donc !
[18/05/2019 10:29]ca marche mieux et écrase pas un status déjà fixé
[18/05/2019 10:29]qq peut commiter ca dans ecrire/inc/distant.php dans le core svp ? -
How to route FFMPEG screen capture output to Python for OpenCV processing ?
16 décembre 2016, par BitaniI am trying to capture the screen of a Mac, specifically game windows, and process them in real-time using OpenCV. I currently have it working with pyscreenshot and a conversion to a numpy array, but the max framerate of this method, on any system, appears to be around 10 FPS.
Obviously with games it would be very beneficial to be able to process 30+ FPS, and so I found that FFMPEG could record the screen using this command :
ffmpeg -y -f avfoundation -capture_cursor 1 -i "1" -pix_fmt yuv420p -vf scale=1024:-1 -r 30 out.mp4
That will write the screen to a file, out.mp4, with a width of 1024 and a frame rate of 30 FPS. Works perfectly ! But now I’ve searched and searched and searched for a method to route FFMPEG’s output to Python and.. no luck.
If anybody knows of a way to do this I would be greatly appreciative, as I’ve been trying to solve this for quite a while !
Thanks, and happy holidays !
-
Anomalie #4579 : Deprecated en php 8 à la création d’un article
19 octobre 2020, par b bVu https://php.watch/versions/8.0/deprecate-required-param-after-optional => solution simple, remplacer
$do
par$do = 'aff'
comme dansinc_chercher_rubrique_dist()
, à discuter.