
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 (95)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (...)
Sur d’autres sites (5140)
-
linux video loop : write to named pipe
5 mars 2012, par puchuI am going to create funny video today :P. I am looking for utility that will loop video and write it to named pipe. I like ffmpeg to compress video that's why I am doing :
mkfifo video.looped
ffmpeg -i video.looped ...but how to write to this pipe looped video ? I found a very common solution :
mencoder -o video.looped ... video video video ...
and it works great. but is there something more comfortable ? something like :
mplayer -fixed-vo -loop 5 video -dumpstream -dumpfile video.looped
but this does not work. only first video went into pipe
-
Video to FLV code in php
18 janvier 2012, par freelanceinphpI am looking for efficient and easy to implement code which work for media file to flv conversion.
Please give me some referral sites or links.
-
How to map an audio clip to a video ?
19 janvier 2012, par simpaticoI have a video clip, and an audio clip extracted from it.
How can I trim the the video clip to to the portion extracted in the audio clip ?I imagine the solution will consist of :
- Automatically identify the pair of start position of the audio clip in the video clip, and the end position (e.g. <03:05,09:55>) ;
- Trim the video from the identified start to the identified end (that's easy).