
Recherche avancée
Autres articles (83)
-
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 (17792)
-
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