Recherche avancée

Médias (91)

Autres articles (107)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 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, par

    PHP 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 2011

    Contrairement à 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 Ahmad

    Is 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 user2406481

    I 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 Springs

    I 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 ?