
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 (38)
-
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 ) (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (5335)
-
ffmpeg compressing black and white (monochrome, b/w, grayscale) video
15 septembre 2016, par dtmpI have a black and white video I would like to compress into the smallest file size. Are there any filters or switches I should use for b/w video as opposed to color ? Will it affect the output or does ffmpeg treat color video and b/w video the same ?
-
Why would a custom ffmpeg filter fail unless -threads=1 ?
20 février 2018, par headdabI’m developing a filter I derived from vf_codecview, using a current ffmpeg tree and my filter doesn’t work correctly unless I add -threads=1 to the command line.
I’ve read what I can find about writing ffmpeg filters, including doc/writing_filters.txt, but can’t figure out what might be going wrong.
I’m not using the filter_slice() ideas mentioned therein, either.Are there any new, undocumented behaviors that affect how filters are run ?
-
Stream webcam from browser to RTMP server
22 septembre 2022, par EricI am trying to stream some content from my browser's webcam implementation to a random RTMP server. I got it working to the part where it sends blobs of WEBM (VP8 i believe) encoded bits of movie to my server every 2 seconds, but the tricky part is getting it to an RTMP server from that part on.



A bit of fiddling with FFMPEG showed that it can successfully stream to the server I want to stream to, but so far I have only managed to get it working with regular files. Attempting to stream the blobs are unsuccessful, it simply does not upload anything. It also only seems to accept mp4 encoded with the h264 codec.



The question : what is the best way to get the raw video data from my webbrowser's webcam implementation, encode it with the h264 codec and send it to an RTMP server ?