
Recherche avancée
Médias (91)
-
DJ Z-trip - Victory Lap : The Obama Mix Pt. 2
15 septembre 2011
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Matmos - Action at a Distance
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Danger Mouse & Jemini - What U Sittin’ On ? (starring Cee Lo and Tha Alkaholiks)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Cornelius - Wataridori 2
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Rapture - Sister Saviour (Blackstrobe Remix)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (56)
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
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 ;
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (8953)
-
FFMpeg RTSP stream with image overlay
4 octobre 2018, par Matthew StarkeyI am trying to overlay an image on an FFmpeg stream that comes from an RTSP stream from an IP camera.
The command I have been using before trying add an image is the following :
-rtsp_transport tcp -i rtsp://theRtspUrl -f mpeg1video -b:v 512k -an -r 24 -
This works great, but when I try and add an image to overlay over the stream with the following command :
-rtsp_transport tcp -i rtsp://theRtspUrl -f input -i path/to/image.png -filter_complex overlay -f mpeg1video -b:v 512k -an -r 24 -
I get nothing. no stream or error or anything.
If anyone out there knows how to solve this it would be much appreciated.
-
Continuously rotate image centered on background
25 septembre 2020, par Tudor-Radu BarbuIs it possible to continuously rotate an image or series of images and output as a video with
ffmpeg
? Rotating image should be centered over a background.


See example video.


-
VB.Net Stream/Port Image To FFmpgeg using Standard Input
31 janvier 2015, par Zakir_SZHhope all active member of this community are fine.
in my project i need to convert several image to video file.
Currently i have to first save the images to PC then use ffmpeg to read that images from the pc and convert it to movie.But rather than save image to pc, i want to send image directly to ffmepg using StandardInput call. Ffmped does support that. but i don’t know how to use that.
i have search internet a lot and all i found is getting output/response from ffmpeg using standarderror as ffmepg write to standerror instead of standardouput.
below link something similar to what i look for that that code don’t work and also that use mp3 file instead of image/graphics.
http://tiku.io/questions/3075356/convert-wma-stream-to-mp3-stream-with-c-sharp-and-ffmpeg
can any one help me out, how to send image from picturebox/graphics object to ffmpeg one by one ?
thanks in advance
best regards