
Recherche avancée
Médias (1)
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (96)
-
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 (...) -
(Dés)Activation de fonctionnalités (plugins)
18 février 2011, parPour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (8746)
-
Hls.js record file
28 février 2023, par HuhngutHello and thanks for reading,


I have a Hls stream with an m3u8 playlist.
The Video is playing just fine on an Html page with a Video element and https://github.com/video-dev/hls.js


But if I download the segments to join them they are only white pixels. VLC and FFmpeg can't handle them. VLC shows a white pixel for 10seconds and FFmpeg says that there's no stream in the file.


So now I want to know what this hls.js is doing to make it running. To me a non-js developer it all looks a bit confusing. I was able to understand stuff like which function is called when a new segment is loaded. Unfortunately, I was unable to understand stuff about the data. The one character variables are confusing to me.


For now, I capture the stream of the video element and download it later but I don't like this solution at all.


How to help me




It would be very nice if anyone can tell me how to hook into the
script and tell it to download directly to the disk so I'm independent
of framerate drops.


If anyone can tell how the script is able to convert the data so that
the element can use it and I would be able to implement or do
it with FFmpeg would be really helpful.


I also thought it might be possible to have a listener when the blob
changes to store its contents.




Thanks for everyone helping. I'm trying to find a solution for too many hours now.


-
FFMPEG rtsp stream add timestamp to output file
20 février 2020, par kernel252I’m trying add timestamp to output file from FFMPEG but I’m getting this error.
Filtergraph 'drawtext=fontfile=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf:text='\%T': fontcolor=white@0.8: x=7: y=460' was defined for video output stream 0:0 but codec copy was selected.
Filtering and streamcopy cannot be used togetherAnd my command is :
ffmpeg -i rtsp://admin:password@192.168.1.52:554/11 -vf "drawtext=fontfile=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf:text='\%T': fontcolor=white@0.8: x=7: y=460" -acodec copy -vcodec copy test.avi
And the output :
ffmpeg version N-75939-g6eaf97c Copyright (c) 2000-2015 the FFmpeg
developers built with gcc 4.9.2 (Raspbian 4.9.2-10) configuration :
—arch=armel —target-os=linux —enable-gpl —enable-libx264 —enable-nonfree —enable-libfreetype
libavutil 55. 3.100 / 55. 3.100
libavcodec 57. 5.100 / 57. 5.100
libavformat 57. 3.100 / 57. 3.100
libavdevice 57. 0.100 / 57. 0.100
libavfilter 6. 11.100 / 6. 11.100
libswscale 4. 0.100 /
4. 0.100
libswresample 2. 0.100 / 2. 0.100
libpostproc 54. 0.100 / 54. 0.100 Input #0, rtsp, from ’rtsp ://user :@192.168.1.52:554/11’ :
Metadata :
title : 10 Duration : N/A, start : 0.159000, bitrate : N/A
Stream #0:0 : Video : h264 (Main), yuv420p, 1280x720, 25.08 tbr, 90k tbn, 180k tbc
Stream #0:1 : Audio : adpcm_g726, 8000 Hz, mono, s16, 16 kb/s Filtergraph
’drawtext=fontfile=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf:text=’\%T’ :
fontcolor=white@0.8 : x=7 : y=460’ was defined for video output stream
0:0 but codec copy was selected. Filtering and streamcopy cannot be
used together.Where I’m doing a mistake ?
Thank you for all reply :)
-
FFMPEG rtsp stream add timestamp to output file
14 octobre 2015, par kernel252I’m trying add timestamp to output file from FFMPEG but I’m getting this error.
Filtergraph 'drawtext=fontfile=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf:text='\%T': fontcolor=white@0.8: x=7: y=460' was defined for video output stream 0:0 but codec copy was selected.
Filtering and streamcopy cannot be used togetherAnd my command is :
ffmpeg -i rtsp://admin:password@192.168.1.52:554/11 -vf "drawtext=fontfile=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf:text='\%T': fontcolor=white@0.8: x=7: y=460" -acodec copy -vcodec copy test.avi
And the output :
ffmpeg version N-75939-g6eaf97c Copyright (c) 2000-2015 the FFmpeg
developers built with gcc 4.9.2 (Raspbian 4.9.2-10) configuration :
—arch=armel —target-os=linux —enable-gpl —enable-libx264 —enable-nonfree —enable-libfreetype
libavutil 55. 3.100 / 55. 3.100
libavcodec 57. 5.100 / 57. 5.100
libavformat 57. 3.100 / 57. 3.100
libavdevice 57. 0.100 / 57. 0.100
libavfilter 6. 11.100 / 6. 11.100
libswscale 4. 0.100 /
4. 0.100
libswresample 2. 0.100 / 2. 0.100
libpostproc 54. 0.100 / 54. 0.100 Input #0, rtsp, from ’rtsp ://user :@192.168.1.52:554/11’ :
Metadata :
title : 10 Duration : N/A, start : 0.159000, bitrate : N/A
Stream #0:0 : Video : h264 (Main), yuv420p, 1280x720, 25.08 tbr, 90k tbn, 180k tbc
Stream #0:1 : Audio : adpcm_g726, 8000 Hz, mono, s16, 16 kb/s Filtergraph
’drawtext=fontfile=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf:text=’\%T’ :
fontcolor=white@0.8 : x=7 : y=460’ was defined for video output stream
0:0 but codec copy was selected. Filtering and streamcopy cannot be
used together.Where I’m doing a mistake ?
Thank you for all reply :)