
Recherche avancée
Médias (1)
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
Autres articles (98)
-
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 (8782)
-
Revision 0cfd3c18a1 : Added support for the AMF NULL value type. Fixed a video size computation bug fo
24 mars 2008, par Marc NoirotChanged Paths :
Modify /ChangeLog
Modify /amf.c
Modify /amf.h
Modify /flvmeta.c
Modify /types.c
Added support for the AMF NULL value type.
Fixed a video size computation bug for the VP60 profile, reported by
zouguangxian@gmail.com. -
ffmpeg to transcode streaming video and storage
8 septembre 2011, par icarus74Examples of ffmpeg that I've seen so far all seem to accept a file on disk storage as input, to transcode it into another file in disk storage as output. Also i've come accross ffserver which can be used to stream-out video. However, yet to find a good tutorial or example of ffmpeg used to transcode streaming video/audio, constrained by say parameters like running-time or no. of frames or other event, and save the transcoded media on disk.
Any pointers, tips or hints would really help.
-
How do I make a video with a static image background in FFMPEG ?
21 février 2012, par Tim ScollickI have an image. I have a transparent FLV. I want to use the image as a background to the transparent FLV and have it outputted as FLV.
This command works but the video is one frame long :
ffmpeg -i background.png -f flv -vcodec flv -b 1500k -vf "movie=test_videos/alpha.flv [logo]; [in][logo] overlay=0:0 [out]" -s 800x464 -y output.flv
I have tried to use the -t and -vframes parameters to no avail.
Does anyone have any tips ?