
Recherche avancée
Médias (2)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (52)
-
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 -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (9513)
-
Revision 116033 : Une branche pour travailler la rééecriture de la partie JS des ...
20 juillet 2019, par maieul@… — LogUne branche pour travailler la rééecriture de la partie JS des
afficher_si. L’idée étant d’avoir un seul script unique, quelque soit le
formulaire, qui tire ses infos depuis le data-afficher-si.
Intérêts :gain de performance
- un seul js en cache
- moins de ligne de code
- on pourra faire les tests conditionnel uniquement pour le champ qui
vient de changer, et pas pour tout les champsgain de lisibilité de code
possibilité de créer des tests unitaires
uniformisation de la syntaxe entre la version PHP et la version JS, en
utilisant le même parseura terme, possibilité d’ajouter deux fonctionnalités :
- MATCH pour des regexp
- TOTAL() pour le nombre de case cocher sur des checkbox multiple
L’objectif de cette branche est déjà la réécriture à fonctionnalité
constante. On mergera (ou plutôt rebasera) dans master/trunk après
retour des gens. -
cannot capture a good frame of faces from IP camera [on hold]
16 octobre 2018, par wiwengwengeveryone. I am working on some research about getting frames from IP camera, and then detect and recognize faces. There is some implements on the last two steps. And my first problem is to judge if a frame with faces is good enough for detection. Video stream is read by OpenCV and/or ffmpeg, and there are many ways to capture frames one by one.
As we know, people are always walking through, so frames captured from IP camera is not always good. But the good news is the if we extract the frames from the IP camera video file, we find some frames good enough for detection.
I also try de-blurring pictures of frames using GAN, but that will need more time, so I think that is not an ideal way. So any advice is welcome.
-
ASP.net swf game file preview (thumbnail)
12 avril 2015, par Moatasem bakriScenario :
I really in need for your help.
I have multiple swf game files which I want to view them on the page as thumbnails and let the visitor click on it to play the game.Required :
I want a tool that let make take a thumbnail from swf file, maybe the first frame of the file as image to view it.
maybe if there another way to preview the files in asp.net pages without the need to the following way could be better.
Bad news
I have viewed all the possible answers on StackOverFlow and even on Google but with no luck, they lead my to the following :
- use : https://swf.codeplex.com/ : I have tried it and now result
- use ffmpeg : but the feature is not available yet, and I’m getting the following error
’swf : could not find codec parameters’