
Recherche avancée
Médias (2)
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
Autres articles (41)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Submit enhancements and plugins
13 avril 2011If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.
Sur d’autres sites (6306)
-
How can I render a video in real time with custom parameters ?
8 janvier 2015, par Joaquín L. RoblesIs it possible to render a video in real time with custom parameters ? I’m trying to inject some parameters (text, image and other video portions) into a video template depending on user parameters, like the "Facebook 10 Years video"..
The output format should be any video format such as H.264.
I’ve been googling and asking and the closest I got is to make a video from HTML5 canvas captures, which I think is totally inefficient.
Any insight or guidance would be great, thanks
-
Winamp Media Player Released with WebM Support
21 juillet 2010, par noreply@blogger.com (John Luther)Winamp Media Player now supports native WebM playback. Read all about it on their blog.
-
Is it possible to use Emgu CV 3.0 to open a live stream with rstp protocol with ffmpeg h264
1er février 2017, par Rezell IsidroIs it possible to use this code in capturing a video stream from an ip camera ?
Capture cap = new Capture("rtsp://192.168.42.1:554/live");
imageBox1.Image = cap.QueryFrame();because my image box is displaying nothing but when i tried viewing it to VLC Media Player the ip address worked. Please help.
I also tried it with VLCPlugin v2 instead of using imageBox and the ip address still work..
I also tried it with iSpy and it worked under ffmpeg(h264), maybe the problem is there ? I’m using Visual Studio Ultimate 2010, Emgu CV 3.x. and I’m using Please help. Been working on this for long now.