
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 (52)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
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
Sur d’autres sites (7401)
-
How can I use a FFmpeg filter with discord-music-system ? [closed]
29 septembre 2020, par Michał LetkiewiczI created and modified discord-music-system on NPM a bit, and I wanted to use the
apulsator
FFmpeg filter on the output. Is this possible ?

-
FFMPEG concatinate audio file and add background music
2 mai 2018, par Swetanka JaiswalI want to concatenate 2 audio files and play the third audio in the background. I used below code
ffmpeg -i 1.mp3 -i 2.mp3 -i background.mp3 -filter_complex "[0:0][1:0]concat=n=2:v=0:a=1,volume=1dB[a0] ;[2]volume=0.5dB[a1] ;[a0][a1]amerge[a]" -map "[a]" -strict -2 -y final.mp3
suggested here ffmpeg : How to concat audio files and add background music in a single command ?
But it is giving error "The following filters could not choose their formats : Parsed_amerge_3 Consider inserting the (a)format filter near their input or output."
Please let me know what I’m doing wrong.
-
Revision 4f2aeceabe : Use normal encoding route for key frame coding This commit makes the key frame
8 juillet 2014, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Use normal encoding route for key frame codingThis commit makes the key frame coding to use the normal vpxenc
coding route. The encoding process based on mode_info read from
external file now starts from the first inter frame.Change-Id : Iee5ae2c3aa35d4b89d0cb4e890b9b0f29fe89d62