
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (74)
-
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 (...) -
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 (...) -
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 ;
Sur d’autres sites (9458)
-
Why html5 dont play audio file with this name ?
21 septembre 2012, par John SmithTell me please, why audio file with name '1348175998expro' is play , but audio file with name '1348175998exprog' is not play ???
Link http://testwork.ru/10001/ConcertMedia/1348175998exprog.mp3
http://testwork.ru/10001/ConcertMedia/1348175998expro.mp3What it a lag ?
-
ffmpeg use amix and adelay to play ad over song
15 mars 2017, par snowkiterdudeI have two mp3 files, one long and one short(a song and an ad). I need the ad to play over the song starting 15 seconds into the song. I also need the volume of the song to fade out/in slightly before and after the ad. I have tried using amix with adelay but just can’t get it right.
here is something close but broken.
ffmpeg -i song.mp3 -i ad.mp3 -filter_complex "amix=inputs=2:duration=first:dropout_transition=2 ;adelay=0|15000" output.mp3
How can I get the ad to mix with the song properly ?
-
How to play wav/mp3 file in Android using FFMPEG
8 juillet 2012, par user924702Can any one help me to understand how to "play wav/mp3 file in Android using FFMPEG" ?
I have already tried below link without success.
Decoding audio via Android using FFMpeg
Please suggest code/tutorials/documents that can be of help to me ?