Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (104)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • allow configuration of imageSmoothingQuality. default is "low", othe…

    9 avril 2021, par redemption
    allow configuration of imageSmoothingQuality.  default is "low", other options are "medium" and "high".
    

    Usage :

    $(’#fileupload’).fileupload(
    disableImageResize : /Android(?!.*Chrome)|Opera/
    .test(window.navigator && navigator.userAgent),
    imageSmoothingQuality : ’medium’,

  • How to run ffmpeg to record a virtual screen from a different docker container

    3 octobre 2022, par Maged Milad

    I using 2 docker containers to manage my application, one of them is for the application itself and it's rendered on a virtual screen using XVFB and the another one have ffmpeg which supposed to record this screen, so I managed to get them work together if both the application and ffmpeg on the same docker container but don't know how to do it if they're on a different docker containers.

    


    so in main container I run

    


    Xvfb :99 -ac -screen +extension RANDR -1920x1080x24 -nolisten tcp &


    


    and on the ffmpeg container I run

    


    ffmpeg -video_size 1024x768 -framerate 25 -f x11grab -i :99+100,200 output.mp4


    


    I tried to change the host to application_container_name:99+100,200 and tried to use the ip address of the maintain application like 172.17.0.2:99+100,200 but both didn't work.

    


  • doc/encoders/libxvid : fix references for me_quality option

    26 août 2023, par Stefano Sabatini
    doc/encoders/libxvid : fix references for me_quality option
    

    Drop reference to constants removed in 94eed68ace9f2416af8.

    In particular, rename me_method to me_quality and add description for
    supported values.

    Address trac issue :
    http://trac.ffmpeg.org/ticket/10003

    • [DH] doc/encoders.texi