
Recherche avancée
Médias (2)
-
Core Media Video
4 avril 2013, par
Mis à jour : Juin 2013
Langue : français
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (96)
-
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 (13079)
-
FFMPEG images to video conversion
10 décembre 2019, par anilffmpeg -framerate 5 -start_number 10 -i ".\Scalar_Particle_Flow_1_image_0%004d.png" -s "1214x612" -pix_fmt yuv420p test32.mp4
I tried the above command to create a video file from images but I didn’t get the video.
Can you please help me ? Thanks in advance.
-
How to add delay between input and outpout with ffmpeg
12 février 2019, par ManYouTrollI would like to add the delay so that it leaves for example 1 minutes after having received with this command :
ffmpeg -i rtmp://xx1.xx1.xx1.xx1/live -f flv rtmp://xx2.xx2.xx2.xx2/delay/pass
So a shift of 1 minute between the 2 video streams.
I hope you can help me, thank you in advance.
-
Using librtmpdump in android
29 mars 2012, par iSunanyone can help to me to use rtmpdump in android ?
i copied librtmp.so To libs\armeabi but i dont know that how can use it to playing an rtmp live stream using rtmpdump ?
i use this code to my activity :
static {
System.loadLibrary("rtmp");
}thanks in advance