
Recherche avancée
Autres articles (87)
-
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (10373)
-
Create hls streaming for subtitle with ffmpeg
15 juillet 2020, par MaxouI want to extract subtitle as hls streaming with ffmpeg but my command don't work.


I try to extract with :


ffmpeg -i [fichier] -map 0:s:0 -c:s webvtt -hls_time 2 -hls_segment_filename subtitles/seq-%d.vtt subtitles/index.m3u8



but there is an error :


[mpegts @ 00000251eed010c0] No streams to mux were specified
Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument



If anyone has the solution :/


-
Streaming webcam from ffmpeg to Electron app
28 mars 2017, par potatoesI’m working on a prototype application that consists of an Electron app that talks to a local Flask-based Python service (both on the same machine). On the electron app I want to have a "start" button that has starts to record the machine’s desktop (screencast). I do this by using ffmpeg at the Python backend. In a python subprocess I issue the following command :
ffmpeg -f gdigrab -framerate 30 -i desktop `outputFile`
Similarly, I’m able to record the webcam with ffmpeg as follows :
ffmpeg -f dshow -i video="Integrated Webcam" `outputFile`
However, I want to be able to stream the webcam to the electron app while recording simultaneously. This is to show a "screencasting" experience at the electron end. So basically my question boils down to streaming to an html5
video
element while simultaneously recroding it inffmpeg
. I’ve searched for a way to do so and this page suggest that I can do it over a VLC streaming server locally ? I found a few links but I’m not sure whether I should be starting some kind of RTP server locally and streaming the webcam fromffmpeg
to that server which will distribute the stream ? I’m confused about what is needed to make this happen, and any pointers are appretiated ! Thanks ! -
Revision 28933 : on bouge
31 mai 2009, par ben.spip@… — Logon bouge