
Recherche avancée
Médias (2)
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
Autres articles (105)
-
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 (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (15540)
-
VLC HLS read input at native frame rate for real time streaming
1er avril 2016, par OptioI make http live streaming (hls) server with NodeJS. Now i have two variants : ffmpeg and VLC.
With ffmpeg I know command-re
(Read input at native frame rate. Mainly used to simulate a grab device or live input stream (e.g. when reading from a file)). I need this for real time streaming (pseudo-live channel) from file.As result I expected sign "Live" on the video player in browser, and not be able to make rewind over video (video.js player or hls.js library)
But how I can do this with VLC ? Maybe you know some commands ?
-
ffmpeg scale overlay image with sound take lot of time how to reduce it
19 mars 2016, par sumit sainicommandText = "-loop 1 -r "+frameRate+" -i /sdcard/emoj/bg.png -r "
+ frameRate
+ " -f concat -i /sdcard/emoj/images.txt -i /sdcard/emoj/final.wav -filter_complex [1:v]scale=-1 :"+(3*deviceHeight)/4+"[ovrl] ;[0:v][ovrl]overlay=(main_w-overlay_w)/2 :(main_h-overlay_h) -s "+deviceWidth +"x"+deviceHeight+" -preset ultrafast -codec:v libx264 -c:v mpeg4 -c:a aac -pix_fmt yuv420p -strict experimental -b:a 32k -t 00:00 :"+ time +" /sdcard/emoj/myPetVideo.mp4" ;} else {
-
How to Play Multiple Streams with FFPLAY at the Same Time using RTSP Url
30 mars 2016, par Bilal Ahmed YaseenI am trying to play live stream coming from the server with RTSP URL. A sample RTSP URL is given below :
rtsp://username:password@machine_ip/42331536059e9f21
Actually, this stream is the call between two participants (caller & called). But when I play this URL with FFPLAY, I get just one stream(called) while I should get both streams (caller and called). I am using the following command :
ffplay rtsp://username:password@machine_ip/42331536059e9f21
Am I missing some parameters along with this command to fetch all streams.