
Recherche avancée
Médias (1)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (100)
-
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 ) (...)
Sur d’autres sites (11491)
-
OpenCV In Java Does Not Work With IP Webcam
21 février 2016, par Kevin BaiI am trying to simply stream live video from my phone using the IP Webcam app and OpenCV in Java. In the Mac OS X, it works great when using the default webcam. If I try use the server on my phone, it does not work no matter what I do. I have tried :
"http://192.168.1.182:8080/videofeed?something.mjpeg"
"http://192.168.1.182:8080/video?dummy=param.mjpg"In addition, I’ve also tried setting a login and password info to the server and using urls such as :
"http://192.168.1.182:8080/?user=kbai&pwd=1234&resolution=32"
No matter what I’ve tried, it does not work.
I used Homebrew to install opencv3.1.0 which I installed it with ffmpeg, java and contrib.
-
Work on a copy of the headers in _initXHRData
29 août 2013, par rslinckxWork on a copy of the headers in _initXHRData
If someone passes a "headers" options to fileupload(), this object get overwritten across multiple files upload because the same object is being re-used.
-
Ffmpeg doesn't burn ass subtitle on mkv
19 juillet 2013, par user2600010Now ,I wrote this on command line:ffmpeg.exe -i test.mkv -sn -vcodec libx264 -crf 18 -preset slow -vf ass=test.ass -acodec copy output.mkv
But conversation didn't start.I just want to burn sub to mkv file.If i do something wrong,please fix it.