
Recherche avancée
Médias (1)
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
Autres articles (72)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
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 -
MediaSPIP Core : La Configuration
9 novembre 2010, parMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)
Sur d’autres sites (9309)
-
what is correct version of ffmpeg/gstreamer for python2.7.10 ?
28 août 2015, par Janak LalI am trying to write few programs in open cv with the help of the link. Capturing video from camera works perfectly but i have problem with "Playing Video from file" and "Saving a Video". There is something written about ffmpeg and gstreamer. I want to have link of ffmpeg and gstreamer for python 2.7.10 and proper way to install them so that those programs will run properly.
-
How can I broadcast a Twilio (group room) video conference ?
2 novembre 2022, par DanishI have been trying different solutions/approaches for last few days and posting here to get some more options.



I am planning to use Twilio's Programmable Video solution with Group room (upto 50 participants) to allow hosts/presenters to join video conference meeting. Right now I am able to setup and get started with quickstart example here



Also, in parallel, I need to be able to broadcast that live meeting room through RTMP/HLS (audio+video) streaming that can be viewed (through another portal) by large user set (ideally around 10k+)



Twilio support team suggested - integrating Twilio Video with Wowza using screenscrapping and ffmpeg (i.e. render the video into a (maybe virtual) screen, capture it and send to Wowza using ffmpeg.)



I am new to both ffmpeg and wowza. However, I am looking to see high level solution which can be used to achieve this (with minimum hanging parts).



Ideal flow i can think of is



- 

- Start a Twilio video conference room with actual presenters
- all participants share there video and audio tracks with each other in the room - standard behavior
- a new ghost-participant joins-in from stand-alone server (from wowza or SIP) and subscribes to audio-video tracks in conference.
- arrange & combine those tracks into one channel and stream it as HLS
- this ghost-participant will also be able to identify dominant speaker and re-arrange video tracks to show current speaker occupying bigger space (just like zoom)
- and of course, this streamed video (with audio) will be one-way and viewers cannot interact. Just see be able to see the room broadcasting.















Also/FYI
I have tried exploring few more options below (with no success)



- 

-
a blog here explain how can we broadcast a twilio audio
conference. At the bottom it also mention about video streaming. but, I am not getting how can we use SIP to get video stream that can be broadcasted. Also, how can I manipulate video tracks to show dominant speakers in full screen view Vs other participant in thumbnail view i.e. custom layouts.
-
I also explored option of Wowza WebRTC streaming to achieve this, but it has got other technical challenges with setting up video room with multiple participants. I am going to reach out to them to see if this use-case is possible with their offering.
-
I am looking for something as simple as here - dial as guest participant into video room from standalone streaming server/wowza server. And get output as single stream to broadcast.









Any other pointers or links to solutions would be helpful.


-
ffmpeg -i with -strftime
7 avril 2020, par DeJokerI have a folder with a lot of pngs labeled as "%d_%m_%y.png"
I would like to turn those pngs to one gif file.



ffmpeg -i %d_%m_%y.png output.gif
andffmpeg -strftime -i %m_%d_%y.png output.gif



I cant seem to find any examples of this in the ffmpeg docs as well