Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (101)

  • 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 (...)

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (11212)

  • How to show audio bitrate information

    25 février 2014, par poc

    The ffmpeg only shows the video bitrate.How can I show the audio bitrate when I dump a streaming to file

    ffmpeg -i rtsp://172.19.1.40/live.sdp -acodec copy -vcodec copy export.avi

    enter image description here

    enter image description here

  • How to show audio bitrate or volume(in Db) information

    26 février 2014, par poc

    The ffmpeg only shows the video bitrate.How can I show the audio bitrate when I dump a streaming to file

    ffmpeg -i rtsp://172.19.1.40/live.sdp -acodec copy -vcodec copy export.avi

    enter image description here

    enter image description here

  • Select Input device in FFMPEG direct show

    1er mars 2014, par M.Yazdian

    I want to select my camera for input video through dshow in FFMPEG.
    I can do it, But I like to do that by use webcam ID not webcam name...!!!

    ffmpeg -f dshow -i video-"A4tech USB Camera" -f flv rtmp://192.168.1.2/live/Camera1

    In the dshow I should set the name of webcam in the video argument, So I need to set the device number to select webcam.

    For example Webcam number 4 instead video="A4tech USB Camera".

    Please advise to do that

    Thanks in advance.