Recherche avancée

Médias (91)

Autres articles (33)

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

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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (6533)

  • Extract the English audio of video file using ffmpeg

    19 août 2019, par HappyFace

    I like to extract the English audio stream of a video file using ffmpeg. Also, if the file doesn’t have an English audio stream, I want to extract all audio streams. Preferably with a language suffix in their names, if their languages is known.

  • FFMPEG- how to convert mkv to MP4 without losing subs

    9 janvier 2016, par Ricardo

    Hi i want to convert MKV to MP4 wihout losing quality and the subs.

    i use this comand : ffmpeg -i input.mkv -c:v copy -c:a copy output.mp4

    but subtitles not appear on output.mp4

    but it appears in input.mkv

    I’m new around here.

  • udp : Replace double select() by select+mutex+cond.

    23 décembre 2011, par Michael Niedermayer

    udp : Replace double select() by select+mutex+cond.