Recherche avancée

Médias (1)

Mot : - Tags -/livre électronique

Autres articles (52)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

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

  • tests : don't include TARGET_PATH in the sample path needlessly

    4 avril 2019, par Hendrik Leppkes
    tests : don't include TARGET_PATH in the sample path needlessly
    

    The transcode() helper function will already prepend the TARGET_PATH to
    the sample path, if its a relative path. This avoids an issue on
    Windows, where the relative path check could fail.

    • [DH] tests/fate/ffmpeg.mak
  • How can I use ffmpeg or vlc to sample audio frequency and volume(DB value)

    26 février 2014, par poc

    I want to capture the audio's frequency and volume from RTSP streaming.

    I want to sample it every second, But can not find how to get it via vlc or ffmpeg

    When executing the following line, it only shows the video bit rate information and nothing about audio.

    ffmpeg -i rtsp://172.19.1.40/live.sdp -acodec copy -vcodec copy lala.avi
  • avcodec/libx265 : add support for setting chroma sample location

    29 août 2021, par Jan Ekström
    avcodec/libx265 : add support for setting chroma sample location
    

    Unlike libx264, libx265 does not handle the chroma format check
    on its own side, so in order to not write out values which are
    supposed to be ignored according to the specification, we limit
    the writing out of chroma sample location to 4:2:0 only.

    • [DH] libavcodec/libx265.c