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)

  • avcodec/c93 : stop using deprecated avcodec_set_dimensions

    5 novembre 2013, par Paul B Mahol
    avcodec/c93 : stop using deprecated avcodec_set_dimensions
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavcodec/c93.c
  • Node fluent-ffmpeg killing process kills server - How to start and stop recorder ?

    18 octobre 2024, par Scorpio

    I'm using fluent-ffmpeg in a node application. Recording from the screen/camera to an mp4 file. Would like a server request to start and another request to stop recording (links to a web interface - testing some tech with a view to making an Electron App later with it).

    &#xA;&#xA;

    Starting is fine, but cannot figure out how to stop it.

    &#xA;&#xA;

    This is the code to start (to run on MacOS) :

    &#xA;&#xA;

    recordingProcessVideo = ffmpeg(`${screenID}:none`)&#xA;     .inputFormat(&#x27;avfoundation&#x27;)&#xA;     .native()&#xA;     .videoFilters(`crop=${width}:${height}:${x}:${y}`)&#xA;     .save(filePath);&#xA;

    &#xA;&#xA;

    This is what I thought would stop it from documentation and reading around the subject :

    &#xA;&#xA;

    recordingProcessVideo.kill(&#x27;SIGINT&#x27;);&#xA;

    &#xA;&#xA;

    However, when I call this command, the server quits with the following ambiguous message :

    &#xA;&#xA;

    code ELIFECYCLE&#xA;errno 1&#xA;

    &#xA;&#xA;

    Also, the video file produced will not open as if it quit before it completed. Can't seem to work it out, as from the docs and what people have written, to start and stop the recorder should be to make the process, then kill it when ready. Anyone know the correct way - been looking for ages but can't find any answers.

    &#xA;&#xA;

    Using Node v10.15.2 and Ffmpeg version V92718-g092cb17983 running on MacOS 10.14.3.

    &#xA;&#xA;

    Thanks for any help.

    &#xA;

  • ape : stop reading after the last frame has been read

    4 février 2012, par Justin Ruggles

    ape : stop reading after the last frame has been read