
Recherche avancée
Médias (91)
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Echoplex
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Discipline
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Letting You
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (67)
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
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) (...)
Sur d’autres sites (4069)
-
To set thumbnail to a video file
21 mars 2014, par RaviI want to set any Thumbnail image to the Video file. so, While I browse the video in Windows Explorer, I should be able to see the thumbnail (cover/poster image ) I have set. Is it possible. I see everywhere on net to extract frame from the Video. But, I want to "APPLY" a specific thumbnail to my video. Is it possible ? Any Directshow or FFMPeg Solution ? I was looking for some C# solution. thanks.
-
Anomalie #3776 (Fermé) : CVT Multi-étapes // Problème de gestion de tableaux avec l’utilisation `_...
7 mai 2017, par cedric -Pour ce genre de cas difficile de proposer une solution automatique intégrée.
La solution c’est d’ajouter un input hidden avec les checkbox, avec le meme name, qui ajoute une valeur vide au tableau, de façon à ce qu’il y ait toujours un post de la variable concernée. Il faut ensuite filtrer cette valeur vide dans le traitement du formulaire -
Matlab - Capture Video Streams (part 2)
25 novembre 2014, par Uri MerhavThis is a follow up on this question. I’m trying to capture a live stream from an ip address (e.g. rtsp ://10.0.0.0:554/live.sdp). The only solution I’ve seen so far is to use mexopencv to call opencv’s streaming functionality from matlab. This has a very significant drawback, in that you need to get mexopencv to actually work on a mac, which is quite challenging.
So, I was thinking about using the following approach :
- Use ffmpeg to stream the rtsp stream into a named pipe
- Read the named pipe from Matlab, just as if it was an ordinary video file (am I correct that this is how one uses a named pipe ? I’ve never used this kind of solution before)
If this solution is inefficient, not going to work, or if there’s a better alternative — I’d love to hear about it !