
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (70)
-
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (6807)
-
fluent-ffmpeg child_process and fs not found
1er mai 2017, par Angus SimonsI getting this error when running
npm run hot
ornpm run watch
ornpm run dev
or whatever on webpack :These dependencies were not found:
* child_process in ./~/fluent-ffmpeg/lib-cov/utils.js, ./~/fluent-ffmpeg/lib-cov/processor.js and 4 others
* fs in ./~/fluent-ffmpeg/lib-cov/processor.js, ./~/fluent-ffmpeg/lib-cov/capabilities.js and 8 othersI’m a bit confused because if I run
npm list
I can see bothchild_process
andfs
installed.Error is generated when using
import ffmpeg from 'fluent-ffmpeg';
on app.jsI’ve setup also the FFMPEG_PATH and FFPROBE_PATH but it is not working.
-
PARADISEC catalog for Collectors
30 avril, par silviaScreencast of how to use the PARADISEC catalog for managing and publishing collections.
Category : 2
Uploaded by : Silvia Pfeiffer
Hosted : youtubeThe post PARADISEC catalog for Collectors first appeared on ginger’s thoughts.
-
How to stream and play video using ffplay without buffering
3 novembre 2014, par grzebykI want to stream a live webcam video and display it on android device with the lowest latency possible. I am streaming video from a computer over rtsp protocol and I am able to watch the stream with 150ms latency on the second computer using
ffplay -fflags nobuffer rtsp://xxx.xxx.xxx.xxx:port/test.sdp
command.So far I have successfully compiled ffmpeg4android library. Unfortunately this library uses NDK which I am not familiar with. All I want to do is to be able to invoke the same command and display the video on the android SurfaceView.
How can I call for such command ?