Recherche avancée

Médias (91)

Autres articles (40)

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

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

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

  • System will shutdown when running ffmpeg to convert mp4 to ogg in exec command in php

    23 avril 2014, par user270215

    I am using ffmpeg to convert my videos from mp4 to ogg,flv etc, So when i convert mp4 to ogg with the constant bitrate, sample rate and the dimensions.During when the command is running takes too much time. And after some particular(10mins) the system will shutdown and am running this in my localhost with the command . Kindly suggest any solution.

  • ffmpeg freezes system I/O [closed]

    28 août 2022, par dorforer

    I'm trying to save an RTSP stream on a server computer (on an up-board) to my local disk using FFmpeg.
This is the command I'm using :

    


    ffmpeg -loglevel quiet -xerror -fflags +igndts -rtsp_transport tcp -i rtsp://127.0.0.1:8554/test -avoid_negative_ts 1 -r 15 -c copy -f segment -segment_time 20 -segment_wrap 3 -reset_timestamps 1 $FILE_NAME


    


    The problem is after a while (it can take even 2 days), the system freezes with what seems like an IOWait problem, and there's nothing I can do (not even connecting via SSH) but hard restart the server.

    


    It happens randomly, and I can't reproduce it using a stress test for example.
It only happens with FFmpeg running.
I'm using ubuntu 16 and FFmpeg 2 but also tried it on FFmpeg 4 on Ubuntu 16.
Is there maybe a way to monitor it ?

    


    Thank you.

    


  • avfilter/unsharp : Call function directly rather than via function pointer

    26 août 2024, par Zhao Zhili
    avfilter/unsharp : Call function directly rather than via function pointer
    

    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] libavfilter/vf_unsharp.c