Recherche avancée

Médias (0)

Mot : - Tags -/configuration

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (30)

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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • How can I create a video from a list of JPEG files ?

    5 mars 2014, par Maged E William

    I did search and all I got is Windows Media Encoder Series 9 and I am not sure if DirectX can also do it, but I can't find any way to learn it. I even tried this tutorial but I can' t run the application, it gives me a bug (I did install Windows Media Encoder Series 9 and the SDK).

    My application is now running JPEG files in a PictureBox with a timer, but the size of one minute is about 20 MB and that is not good. I need to save the whole day every day !

    I found this software, it uses Windows Media Encoder and the video of one minute is about 1 MB which is great, now I know it's possible to record the desktop to a video file but how can I do it ? I need a step by step explanation or videos to teach me.

  • configure : Split x86 SIMD architecture extensions into separate list

    2 novembre 2013, par Diego Biurrun
    configure : Split x86 SIMD architecture extensions into separate list
    

    This avoids checking inline/external assembly dependencies for x86
    extensions that do not play a role in inline/external assembly.

    • [DBH] configure
  • avformat/hls : improve segment selection when restarting list reception

    30 décembre 2013, par Anssi Hannula
    avformat/hls : improve segment selection when restarting list reception
    

    Improve selection of the segment sequence number when restarting the
    reception of a playlist after it was suspended due to being unneeded
    (due to discard flags).

    The current code assumes that each playlist contains matching data with
    the same sequence number, while spec 3.4.3 specifically says that that
    is not the case. Often subtitle playlists also have longer target
    durations as well, causing the selection to be completely wrong.

    Instead prefer using the playlist segment duration information for
    non-live playlists, and other means if that is not possible.

    Signed-off-by : Anssi Hannula <anssi.hannula@iki.fi>

    • [DH] libavformat/hls.c