
Recherche avancée
Médias (1)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
Autres articles (38)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (6899)
-
How to find audio stream with ffmpeg
27 novembre 2019, par F O Xhow to find audio stream in ffmpeg if ffprobe showing smth like this :
>Input #0, rtsp, from
>'rtsp://192.168.1.15:554/live/ch00_2': Metadata:
>title : streamed by the macro-video rtsp server Duration: N/A, start: 0.967000, bitrate: N/A
>Stream #0:0: Video: h264 (Main), yuv420p(tv, bt470bg, progressive), 1920x1080 [SAR 1:1 DAR 16:9], 20 fps, 50 tbr, 90k tbn,
> 40 tbcAlready tried all channels but couldnt find it, is there a command that could scan all the possible channels to find the audio stream ?
This camera has an audio output for sure, its working when im using their app. Is this possible that rtsp protocol doesnt have it ? or if it doesnt is there any other way that i could grab the audio stream into ffmpeg ? -
Possible to delete data read from readable stream ?
18 février 2018, par HenryI have some ffmpeg processes running in order and all writing into one stream (fs.createWriteStream).
Is it possible to delete the data read through fs.createReadStream from the file ?
I want to run the script 24/7 and want the stream to act like a buffer.
Thanks in advance !
-
FFMPEG : Live stream conversion from ts to mp4 [closed]
24 août 2022, par Alireza GhasemiehI want to convert ts stream mp4 and stream it simultaneously. I use the below command, but the output is mpegts, I want to have a format that is readable by openCV.
Any solution ?


ffmpeg -re -i udp://227.1.1.1:30122 -f mpegts udp://227.1.1.1:30123