
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (53)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
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 ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (10281)
-
How do I run and manage multiple FFMPEG streams with PHP ?
21 janvier 2017, par Cory FailI’m in the process of making a WHMCS Module that will allow my clients to paste their rtmp URLs and upload a video that will instantly create a looping live video stream. I have a linux server with FFMPEG that will do the encoding.
I have then used phpseclib to remotely connect to the linux server via SSH. I’ve been using
screen
to allow the server to host multiple streams.My problem is that I can’t figure out a way for my users to get any sort of notifications that the feed is running, nor can I figure out a way to allow them to kill the stream.
I could do
screen -X -S screenid kill
but the issue with that is that I would need to somehow have the ssh return the screenid and store it. I cant seem to figure out how to return that ID once I initiatescreen
So I guess programmatically, this is what I am looking for the SSH to do.
screen
ffmpeg -re -stream_loop 500 -i input.mp4 -strict experimental -acodec aac -ar 44100 -b:a 128k -pix_fmt yuv420p -profile:v baseline -s 426x240 -bufsize 6000k -vb 400k -maxrate 1500k -deinterlace -vcodec libx264 -preset veryfast -g 30 -r 30 -f flv "rtmp://rtmp-api.facebook.com:80/rtmp/xxxxxxxxx"
** Somehow get and Return ScreenID here **
screen -d -aNow that I have the ID I can kill it.
-
Creating personalized video from user submitted pictures and data
18 décembre 2016, par Rajat SinghalCan someone guide me towards what technology to use to create personalized video from user submitted pictures and data.. The process has to be automated, as in server must be able to create a downloadable video from photos and text submitted by user..
So the process will probably be like one video will be created by a hired artist, with placeholders where the user submitted pictures and text will fit in. Now with user submitted data video can be created and downloaded from the website..
An example can be the videos created by facebook now-a-days on your birthday or year end. They consist some of your photos, some text and have a common video theme.. You can view one here http://newsroom.fb.com/news/2016/12/facebook-2016-year-in-review/
One way I’ve found is to write the video code in html5 and then record it with phantomjs and ffmpeg.. http://mindthecode.com/recording-a-website-with-phantomjs-and-ffmpeg/
But it seems a bit unnatural way of doing it.. And also I think not a lot of good artists are out there who can create the video theme in html5..
-
Revision 55040 : Et toujours sur une idée trouvée sur ...
11 juin 2018, par real3t@… — LogEt toujours sur une idée trouvée sur http://www.ghacks.net/2011/11/30/embed-facebook-twitter-google-plus-without-javascript/ : la forme la plus basique de l’interaction sociale : imprimer la page.