Recherche avancée

Médias (91)

Autres articles (105)

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

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

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

Sur d’autres sites (10456)

  • lavc/h264_ps : always include the stop bit in [s|p]ps->data

    16 avril 2022, par rcombs
    lavc/h264_ps : always include the stop bit in sps->data
    

    The VideoToolbox hwaccel needs the entire NAL (including the stop bit),
    but ff_h2645_packet_split may remove it. Detect this case by looking for
    bit counts divisible by 8 and insert a stop-bit-only 0x80 byte.

    Signed-off-by : rcombs <rcombs@rcombs.me>

    • [DH] libavcodec/h264_ps.c
  • Add slideshowStart/Stop translations

    4 février 2013, par oaubert

    m i18n/jquery.colorbox-fr.js Add slideshowStart/Stop translations

  • FFmpeg - How can I stop recording after the stream (m3u8) over ?

    30 juin 2022, par Erle

    How do I stop record stream m3u8 after the stream over ? My point of this question was avoiding from corrupted files, my current command is working fine I tried to CRTL &#x2B; C to the Command Prompt (to stop the command) and it sometimes doesn't corrupted and sometimes it got corrupted

    &#xA;

    ffmpeg -loglevel "quiet" -i "my-stream.m3u8" -filter_complex scale=1280:720 -map 0:a -c:a copy -bsf:a aac_adtstoasc "Output.mp4"&#xA;

    &#xA;