
Recherche avancée
Médias (91)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (107)
-
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 (...) -
Problèmes fréquents
10 mars 2010, parPHP et safe_mode activé
Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
Sur d’autres sites (6245)
-
Record audio in existing video android ?
5 mars 2014, par Arslan AhmadIs that possible to record audio in existing video in java android ? Any tutorial ?
Actually I am using FFMPEG library and video and audio recording works fine. But I need to record the separate video and Record audio into it. How ? -
Is it possible to record video/audio without xuggler and ffmpeg in java applet without server side
9 janvier 2014, par user2406481I have made Java Screen recorder applet like screenr.com
Is it possible to record video/audio without xuggler and ffmpeg in java applet without server side
I cannot use xuggler as it has 40 mb and takes tool long time for loading
I need .mp4 videos export only
-
Record Audio From USB device using FFmpeg [migrated]
6 janvier 2014, par Tony SpringsI am trying to record an MP3 file from an audio device connected to the USB port using
ffmpeg
.I am on a Windows 7 machine, and I am trying to do this from a command line :
ffmpeg -f alsa -i hw:0 -ac 2 -ar 44100 output.MP3
I get an error message
unknown input format 'alsa'
.Do I need alsa ?
What would be the command line for
ffmpeg
in Windows 7 to record audio from a USB device ?