
Recherche avancée
Médias (91)
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
-
USGS Real-time Earthquakes
8 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (111)
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (10958)
-
Add multiple audio over a background audio using ffmpeg
26 février 2017, par Vivek BhattI am trying to create an audio file which will have a base audio and multiple other audios over it.
And also when the overlayed audio plays, the background audio should be mute or in lower volume.For eg :
There is a song A.mp3. Over this song, i want to add multiple other audios (1.mp3, 2.mp3, 3.mp3 ......) at a particular time period. Let say, 1.mp3 plays at 5th sec to 8th sec, 2 .mp3 plays at 10th sec to 12th sec and so on.
Also this should be added as an overlay such that, background sound will always be playing and when the overlayed audio plays, the background audio should be muted or slowed in volume.I tried with ffmeg library but haven’t found any solution yet.
-
HTML5 icecast stream and pausing stream to add advert
2 avril 2019, par RussellHarrowerSo I have not found a good solution to add audio advertising to our radio station for users who are not in the stations main area (western Australia).
So I was wondering is there away that anyone knows of, that would allow a code be it ffmpeg or java/JavaScript to listen for the song that is currently playing (it maybe delayed by 30seconds) and after the song ends start an audio ad from a mongodb database.
I know how to do the mongodb database part.
What I need to figure out is how to detect that the song is finishing or other option is to store the stations adverts in the db as raw data or even better we could air a 0.1sec file that is just blank and that filename tells the script to lower audio player ones volume and boost audio two volume.
When station ads end we play another filename with same length and reverse the process.
Ok sorry if that’s me thinking out loud but if you have any ideas that would be great.
The only issue with above is TuneIn app won’t work with an IFrame we need to supply them an audio url.
So if anyone know how to do this in ffmpeg and only require 1 url which can detect users location that be better solution.
All ideas welcomed and yes I googled and Bing searched however I don’t have 30,000$ for hardware companies are selling. There has to be an open source solution.
-
Dynamically set pitches of an mp3 to the pitches of a sample mp3 using JavaScript
7 juillet 2023, par Maker of worldsI am looking for a way set the pitch and tone of an audio file to the pitch and tone of a reference audio file. I can't seem to find a solution anywhere. an example would be if I used a reference and was some song, and the main audio was me talking, it would sound like my voice is talking along the pitch of the song.


I tried the web Api but couldn't find a good solution.


Thank you in advance !