Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (54)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Prérequis à l’installation

    31 janvier 2010, par

    Préambule
    Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
    Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
    Il (...)

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

  • List of capture devices using FFmpeg libav* libraries

    11 février 2019, par esprittn

    Could anyone please tell me how can I obtain a list of devices using the FFmpeg libav* libraries like when I execute this ffmpeg command line :

    ffmpeg -list_devices true -f dshow -i dummy

    I am not referring to the Libav project.

  • doc/mailing-list-faq : add Mail Delivery info

    20 février 2019, par Lou Logan
    doc/mailing-list-faq : add Mail Delivery info
    

    Can be used as a vacation mode to enable/disable mail delivery
    without needing to unsubscribe.

    Signed-off-by : Lou Logan <lou@lrcd.com>

    • [DH] doc/mailing-list-faq.texi
  • how to list filenames and durations of a bunch of mp3 files on a server using PHP [duplicate]

    7 avril 2015, par user1522247

    This question already has an answer here :

    I have a folder full of audio files, mostly mp3, but a mix including wma and wav, on a VPS. The folder updates every day.

    I am running a php based website using apache and MYSQL.

    Is there anyway I can extract or somehow display a list of the audio files along with file durations for each ?

    I ideally need a solution that would allow a relatively non technical person to extract the data on a daily basis. So I’m thinking of displaying the data via a php file ?