
Recherche avancée
Médias (2)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (100)
-
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 (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (12031)
-
FFMpeg UDP streaming - random split video effect
3 octobre 2014, par PhilmacsI’m trying to get a simple local preview of my webcam from an FFMpeg udp stream using an embedded Mplayer window. I can view the live stream using MPlayer but the image is unstable. I’m using the following FFMpeg command :
ffmpeg -f dshow -video_size 640x480 -i video="Lenovo EasyCamera" -an -f rawvideo -pix_fmt yuyv422 -r 15 udp://127.0.0.1:1234
And this is the MPlayer command :
mplayer -demuxer rawvideo -rawvideo fps=15:w=640:h=480:format=yuy2 -nofs -noquiet -identify -idle -slave -nomouseinput -framedrop -wid 1051072
Sometimes the stream image is OK, but intermittently the image tears randomly and this is how it looks (sorry, not enough rep for images in posts)
I have tried with FFPlay to see if it’s a problem with MPlayer, but I get the same result :
ffplay -s 640x480 -pix_fmt yuyv422 -f rawvideo -i udp://127.0.0.1:1234
This effect is happening at random. If I stop and restart the video might be OK, or it may look like the above. Using aything other than udp and rawvideo adds a delay to the video stream, which I want to avoid.
The FFMpeg streaming guide suggest methods when you get packet loss, but as far as I’m aware I don’t seem to be getting that.
I’m new to FFMpeg/Mplayer/video streaming and any help or thoughts greatly appreciated.
-
ffmpeg fails to capture video running on screen
21 septembre 2014, par RalfI’m trying to capture a slide presentation as video. I’m using the following command to capture my screen
ffmpeg \
-f x11grab -s 1024x768 -r 25 -i $DISPLAY \
-f alsa -i pulse \
-vcodec libx264 -preset ultrafast -vb 1000k \
-acodec libmp3lame -ab 128k \
test.aviThis works (application windows on the screen are visible and sound is recorded in test.avi), but the problem is : Any video shown on the screen (e.g. a youtube video running in a browser window, but also e.g. a video played by mplayer) only appears as an empty (e.g. green) box when I play the captured video (test.avi).
I’m using ffmpeg version 0.8.16-4:0.8.16-0ubuntu0.12.04.1 on Ubuntu 12.04.5 LTS with the nvidia-331 driver (effect is the same with older nvidia-304).
I would really appreciate any suggestions, thanks a lot !
-
GDIGRAB of windows form in a virtual machine
19 novembre 2018, par Mahesh VemuriHi I am trying to stream my winform app window. Whenever I connect to my system using RDP, it is streaming the window. If I close the RDP system or minimize it, ffmpeg is not able to stream the window. I have tried with many other tools. But same behaviour.
Is there any way to record my window in virtual machine in AWS ?