
Recherche avancée
Autres articles (112)
-
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 -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (11695)
-
Restream ongoing Youtube live stream using ffmpeg
19 juin 2020, par Steve MittoIs there a way I can pull an ongoing live video from youtube(maybe with sth like youtube-dl) and restream it using FFmpeg to another social media platform ?



Will appreciate any helpful response.



Thank you.


-
FFMPEG : extract a fram from a live stream once every 5 seconds
6 mars 2017, par SteveI’m tryin gto extract a single frame from a live stream, every 5 seconds without using the -vf option. I’m using a Raspberry Pi so CPU is all important.
Basically, I’m streaming a UDP stream from a live source, which uses very little CPU but I want to take a snapshot every 5 seconds.
This works, but only produces a single image.
-c copy -f mpegts udp://239.0.0.1:1234 -vcodec copy -vframes 1 out.png
This works, but uses all the CPU and more.
-c copy -f mpegts udp://239.0.0.1:1234 -vcodec copy -vf fps=1 out%d.png
Anyone know if I can do this without using a filter ? My other solution is to run a second ffmpeg and connect to the UDP stream, which is really cumbersome.
-
Video Live wallpaper android
12 juillet 2014, par NZT SolutionI am trying to implement https://github.com/frankandrobot/GLWallpaperVideoDemo but this is 3 year old code. I didn’t find any other tutorial. I am using eclipse on windows 7. I have searched on
google
and found thatNDK-r7
versions and later can also be build on windows without usingCygwin
. I have also followed this link How to play video as live wallpaper android ?. I have generated .so files as well but when i try to install this in my device It is getting crashed. I have installed NDK also tried to replace latestFFMpeg
libraries but no Luck ! I wonder if someone could help me out of these ? Errorjava.lang.RuntimeException: Unable to instantiate service frankandrobot.glwallpapervideodemo.com