
Recherche avancée
Médias (3)
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (94)
-
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 ;
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Soumettre améliorations et plugins supplémentaires
10 avril 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)
Sur d’autres sites (15664)
-
FFmpeg ios sample code for video streaming
29 avril 2014, par iJoseI have done with
Video Encoding
usingAVFoundation
framework in ios.Now i want to stream these video to a
RTMP
server usingFFMPEG
.
IT would be great help if anyone of you post a link / sample Code for achieving this.
Any other Solution other than this is also invited.Thanking you in advance.
-
ffmpeg blurring a virtual camera
30 avril 2021, par Paul SmithAt the moment, I am directing the video of my physical webcam to a virtual camera by using the following command :


ffmpeg -i /dev/video1 -f v4l2 /dev/video0



It works fine. However, I would like to add a square or a circle to show my face clearly but blurring everything around the square or the circle.


Could someone please help me ?


Thanks in advance !


-
linux vs windows in ffmpeg conversion
1er février 2012, par user1183169I am trying to convert flv files to mp3. Requirement is windows platform.
so whenever I execute the command in php code it results in failure.
I have tried to find how to use this command in windows but failed.
here is the command
ffmpeg -i /video.flv -vn -acodec copy /video.mp3
now i know the above command is linux based. I only want to know how to implement it in a windows environement.
THx in advance