Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (103)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

Sur d’autres sites (10041)

  • Manually feeding x264 with my own motion data ?

    6 septembre 2011, par ldoogy

    I am trying to encode a stream using x264 (by feeding individual images), but what's unusual is that I already have some motion information for my frames. I know exactly which areas have been modified in each frame, and I know where motion has occurred in the frame.

    Is there a way to feed x264 my own motion information ? I'd like to give it motion vectors for given areas in the frame, and somehow tell it that certain areas in the frame are guaranteed to not have had any motion in them.

    I think this might significantly improve the performance of the encoding (because I'm allowing the codec to completely skip the motion estimation phase), and should also somewhat increase quality in cases where the encoder's motion estimation algos might have missed the motion that actually occurred.

    Do I need to modify the encoder in order to do this, or is this supported in the existing API ?

  • FFMpeg high CPU Utilization

    19 novembre 2017, par David Ko

    I am trying a trancoding system based on ffmpeg and Quadro P4000 gpu using h264_nvenc. Bud I have also a very high cpu usage while I start a transcoding. on 4 sd streams I have 80+ % cpu usage on 4core I5 with 3,5 GHz. GPU usage based on nvidia-smi is around 3%. What is wrong ?
    The system is running on Ubuntu 16.0.3.

    I tried upgrade to newest video driver, also tried use other ffmpeg based solutions with the same result.

    Any idea ?
    Thank you
    Dave

  • aacenc_is : rename variable

    21 décembre 2015, par Rostislav Pehlivanov
    aacenc_is : rename variable
    

    ’erf’ is far from the best name for a variable and is not very
    descriptive since the actual variable points to the comparitively best
    IS phase. Therefore rename it to ’best’.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/aacenc_is.c