
Recherche avancée
Autres articles (51)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, 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 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 (...) -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...)
Sur d’autres sites (8347)
-
doc/APIchanges : fix typo in version number
22 mai 2020, par Anton Khirnov -
command line audio ducking
25 mai 2015, par DomsaNI got a music file and need to add a spoken quote to this file. THerefore the music volume should be lowered in order to hear the spoken quote. After the quote ends the music’s volume should be as it was before.
Problem : I need to do this with command line. Can I do this with FFmpeg ? If not any ideas ?
Greetings
-
How to output audio file from Microphone and virtual device using FFmpeg command line on Mac ?
30 janvier 2021, par SatelBillI'm trying to output audio file using FFmpeg command line.
There are two audio input stream.
One is Microphone and other is virtual device.


I configure command line as below.


"FFmpeg -f avfoundation -i ":0" -i ":1" out.mp3"



(0 is microphone and 1 is virtual device-sunflower)


But this command line is not working. How to fix this issue ?