
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (74)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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 (...) -
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)
Sur d’autres sites (14329)
-
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 ?
-
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
-
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.