
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (65)
-
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 ;
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, 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 (9108)
-
How to automatically add date to output file generated in ffmpeg ?
4 avril 2019, par Maxime RichardI am using Terminal to run ffmpeg commands (Mac OS) in order to record radio shows streamed online. The stream is in m3u8 I want to output it in mp3. So far so good, I am able to achieve that. However, I’d like the output file to read
YYYYMMDD-fm93-segal.mp3
whereYYYYMMMDD
are the date the recording was made.I am not able to achieve this using
-strftime 1
for some reason. When using my code, the output file reads%Y%m&d-fm93-segal.mp3
instead of replacing the strings by the real date.Here is the line I’m using :
ffmpeg -i "https://cogecomedia.leanstream.co/cogecomedia/CJMFFM.stream/playlist.m3u8" -acodec mp3 -strftime 1 "%Y%m%d-fm93-segal.mp3"
Anyone knows why and could help me with that ?
-
libavformat/mxfenc : color_range should be inclusive
20 août 2020, par Harry Mallon -
Combine multiple video and single audio stream into a single output
15 janvier 2020, par Prashant SaraswatI am trying to record an online meeting.
During the meeting I will receive continuous audio and intermittent video- A. Audio B. Video1 C. Video 2
The Audio stream will span the length of the call. The video1 and video2 streams will be somewhere in the middle.
Assuming I know the timestamps for all of these streams, how do I combine them in one video ?
Consider the scenario where the audio stream starts at Tbegin and ends at Tend. The video1 stream starts at T1 and ends at T2. The video2 stream starts at T3 and ends at T4.
We can assume that the audio stream is of type mp3 and the other streams are of type mp4