Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (63)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • vima : check packet size before initializing bitstream reader

    30 septembre 2012, par Paul B Mahol

    vima : check packet size before initializing bitstream reader

  • ffmpeg batch subfolders (windows)

    1er octobre 2012, par gorwin

    I should create a batch script to change bitrate of all the *.avi files contained into folder "date" and its subfolders (all levels).
    For now Im blocked here :

    @echo off
    for /r %%i in (*.avi) do @call :convers "%%i"

    someone can help ?
    thanks !

  • capturing video/audio on windows

    24 septembre 2012, par nasiajai

    I would like to capture video/audio on Windows.

    Someone says it's not supported to capture audio on Windows using FFmpeg.

    Please, give me some SDK options to capture video/audio on windows.

    If possible, It will be very appreciated if you would point me some of tutorials.

    Thank you.