
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 (50)
-
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 ;
-
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 (...) -
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 (10115)
-
Streaming a stream from website to Twitch with FFMPEG
3 mars 2024, par J. DoeIs it possible to stream a website with a livestream (i.e. ip-camera) via FFMPEG to Twitch ? If yes, does anybody know how to achieve this ?


-
Twitch stream for ffmpeg input
30 mars 2018, par user2361174My objective is to take a twitch video stream and generate an image sequence from it without having to create an intermediary file. I found out that
ffmpeg
can take a video and turn it into a video and turn it into an image sequence. The ffmpeg website says that it’s input option can take network streams, although I’m really seeing any clear documentation for it.I’ve tried adding the link to the stream :
ffmpeg -i www.twitch.tv/channelName -v fps=1 out%d.png
But the program either stated the error "No such file or directory" or caused a segmentation fault when adding https to the link.
I’m also using
streamlink
and used that with ffmpeg in a python script to try the streaming url :import streamlink
import subprocess
streams = streamlink.streams("http://twitch.tv/channelName")
stream = streams["worst"]
fd = stream.open()
url = fd.writer.stream.url
fd.close()
subprocess.run(['/path/to/ffmpeg', '-i', url, '-vf', 'fps=1', 'out%d.png'], shell=True)But that would also return an unclear error. What do I need to do make add a twitch stream to the input of ffmpeg ?
-
Evolution #4412 : Ajout d’un site : récuperer son icone en logo
16 décembre 2019De plus, si le site est bien fait, il dispose d’un flux RSS, et ce dernier contient un lien vers le logo du site, et SPIP récupère bien ce logo.
Donc, il faut militer pour que les sites aient des flux RSS bien configurés ;-)