
Recherche avancée
Médias (3)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (99)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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 (8429)
-
Extract image frames from live non-youtube video streams
20 mars 2021, par feed_me_piI am trying to extract https videos which are live streaming on earthcam.net, skyline.net, etc. I have been,


FFmpeg -i "https://<>" -vf fps=1/5 out%d.png



but it gives
Invalid data found when processing input


-
Reroute live streaming to server in Android using FFMPEG
25 août 2016, par dreamdeveloperI have an application which receives live streaming from a secondary device over same network. Now the first device is connected to a server(same network). I want to make the first device as a hub, so that it can Reroute the live streaming from Secondary device to the server. I know FFMPEG library is capable of doing this. But not sure how to proceed.
i dont even require to view the streaming in First device. First device will act as a router which will receive instruction from server to start streaming in Second device and send back the streaming from secondary to server(should be through first device). Let us assume server side, I am using a VLC to provide the instruction for streaming.
-
ffmpeg ts to mkv or mp4 live to web format (html5)
22 juillet 2018, par mister32how i can .ts to .mkv live like this :
(ssh comand CentOS)
ffmpeg -i 'url/file.ts' -c:v copy -c:a aac 'dir/test.mkv' -y
and us in web like this (filesystem without port or nginx) :
<video width="100%" height="180" controls="controls" autoplay="autoplay">
<source src="/test.mkv" type="video/mp4">
</source></video>is this possible without a crash after a few seconds when loading the file to have. :)
Very thanks friends