
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (50)
-
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 (...) -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (7540)
-
Revision 80577dff4b : Revert "Changing webmenc to use libwebm" Temporary revert. Problems with confli
2 avril 2014, par Paul WilkinsChanged Paths :
Modify /build/make/Makefile
Modify /configure
Modify /examples.mk
Modify /vpxenc.c
Add /webmenc.c
Delete /webmenc.cc
Modify /webmenc.h
Revert "Changing webmenc to use libwebm"Temporary revert.
Problems with conflicting definitions of type off_t
in MSVC builds that need resolving.c :\Program Files (x86)\
Microsoft Visual Studio 9.0\VC\include\wchar.h(479) :
"error C2371 : 'off_t' : redefinition ; different basic types
c :\on2experimental\libvpx\tools_common.h(26) :
see declaration of 'off_t'"This reverts commit 92a4c591122fa406a1d7aed834a5283a86d9758a.
Change-Id : I535e40a18842a92e3e6e0b29e5fba66313010803
-
Replicate camera and microphone to use across multiple devices
11 août 2020, par AndrewI'd like to use the same webcam and microphone across multiple streams, for example Google Meets and Microsoft Teams at the same time.


When one of the sources use the webcam/mic, they lock it in and they can't be used anywhere else. Is there a way to replicate or unfreeze them ?


I tried via ffmpeg, specificaly by outputting as dshow, but got :


Requested output format 'dshow' is not a suitable output format


I also tried this solution : https://superuser.com/a/1531380/934167 but didn't manage to replicate the device.


If possible, I'd like to stick to ffmpeg, but if it requires third party (preferably open source) applications, I can try that out.


Edit : I should also mention, I'd prefer this for Windows/Mac, other solutions were only relevant for linux.


-
Replicate camera and microphone to use across multiple programs
12 août 2020, par AndrewI'd like to use the same webcam and microphone across multiple streams, for example Google Meets and Microsoft Teams at the same time.


When one of the sources use the webcam/mic, they lock it in and they can't be used anywhere else. Is there a way to replicate or unfreeze them ?


I tried via ffmpeg, specificaly by outputting as dshow, but got :


Requested output format 'dshow' is not a suitable output format


I also tried this solution : https://superuser.com/a/1531380/934167 but didn't manage to replicate the device.


If possible, I'd like to stick to ffmpeg, but if it requires third party (preferably open source) applications, I can try that out.


Edit : I should also mention, I'd prefer this for Windows/Mac, other solutions were only relevant for linux.