
Recherche avancée
Médias (2)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (72)
-
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
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 (4437)
-
how to show the waveform by ffmpeg [duplicate]
28 octobre 2020, par Jackie WangWe generated the waveform (Pic 1) by ffmpeg but it is different from the waveform (Pic 2) which is generated from twistedwave. Do anybody know how to generate the 2nd waveform (Pic 2) by ffmpeg ? Or do you know what different between this 2 picture ? Thanks a lot.


ffmpeg command:
ffmpeg -i audio.wav -lavfi showwavespic=s=1920x800 audio7.png


Pic 1, Waveform from ffmpeg

Pic 2, Waveform from twistedwave.com

-
Merging video to an audio file from in between or at a particular time
26 juillet 2016, par Ankit DhannaI am aiming to merge couple of media files.
So there is one audio file generated for say x minutes.And in between this duration multiple video files are generated at different timestamps (but all ends at or before that audio file ).
So I want to merge them such that different video files are merged with audio only at their respective times.
For eg -Following would be appearance of merged file, where A = audio stream and Vx = video streamsStart
2:00 A
2:07 A + V1
2:13 A + V2
2:17 A + V3
2:24 A
FinishShould I use ffmpeg concatenation ? but ot sure it supports merging that starts at a particular time interval.
Thanks in advance !
-
Stream MP4 over HTTP without segments
23 novembre 2017, par Ben van HartingsveldtI’m trying to stream MP4.
If you stream MP3, you can stream it to something (maybe via RTMP or via IceCast) and watch it via HTTP (but no HLS). Your live MP3 file is something like : http://example.com/live.mp3. Here you can listen to live generated MP3.
Now I want something simular with MP4.
I want to stream MP4 (AVC/H.264) to a server (maybe via RTMP) and want to receive the livestream on this location : http://example.com/live.mp4.
I don’t want to use HLS (with it’s M3U8 file and TS-files).Is this possible ?
I know it works with a already generated MP4, after you converted it to a FastStart/WebOptimised MP4, but I want a LIVE mp4.