
Recherche avancée
Médias (91)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Wired NextMusic
14 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (87)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)
Sur d’autres sites (8068)
-
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.
-
Revision f37788eaf6 : Make vp9_print_modes_and_motion_vectors() work MODE_INFO struct was modified, a
11 février 2015, par Yunqing WangChanged Paths :
Modify /vp9/common/vp9_debugmodes.c
Make vp9_print_modes_and_motion_vectors() workMODE_INFO struct was modified, and vp9_print_modes_and_motion_vectors()
didn’t work anymore. This patch modified vp9_debugmodes.c so that
this function works again for debug usage.Change-Id : I293fae0295235deb2529a460a274caf7c045ac1a
-
How do VLC and ffmpeg work together ?
18 juillet 2019, par Toufik MoadI compiled VLC from the source code and it works well. When I do ". / Vlc" vlc runs. I also compiled ffmpeg from source and it works well too. When I do "ffmpeg-i-f toto.flv mp3-vn-acodec copy new_toto.mp3", the file named "new_toto.mp3" is generated.
What I cannot understand is how VLC and ffmpeg work together ? What part of VLC code uses ffmpeg code ?Is there a ffmpeg command to play (read) a video ?