
Recherche avancée
Médias (1)
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (97)
-
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 (...) -
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 (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (10015)
-
How to play interlaced video, where even lines at top half of picture, and odd lines at bottom half ?
3 octobre 2012, par PyihI have some device which streams h264 video in following format : top half of picture is even lines of video, and bottom half of picture is odd lines of video. So the question is - how can I play this video in normal visibility, using standart players, ffplay for example.
I know about "tinterlace:merge" plugin in ffmpeg, but it combines video from two pictures following one by one. So my task is make a correct video from single frame.
Regards,
Alexey. -
ffmpeg Encode video and audio for streaming with flowplayer
2 octobre 2012, par knittledanI'm using FFmpeg version 0.6 enabled with h264 libraries and having a hard time encoding video and audio to work with flowplayer.
I have tested flowplayer with videos that have already been encoded properly and it does indeed stream them.
so my question is how would I encode videos using ffmpeg for h264 pseudo streaming with flowplayer. I do have my streaming server set up and properly streaming the test videos.
-
ffmpeg target file size 0
3 octobre 2012, par user1165201I would like to ask a question about "ffmpeg"
I use the following command to chunk a video around 12 minutes. But after over 80 chunks, the target file size is 0.
"ffmpeg -i " + wav_path + " -ss " + ff_hhmmss_video(t1) + " -t " + ff_hhmmss_video(t2-t1) + " -acodec copy -async 1 -y " + temp_filename
I would like to get some suggestions about this. Thanks.