Recherche avancée

Médias (0)

Mot : - Tags -/content

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (39)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

  • Revision 282fac96ca : Merge "Change the control function of VP9 denoiser."

    13 septembre 2014, par JackyChen

    Changed Paths :
     Modify /vpx/vp8cx.h



    Merge "Change the control function of VP9 denoiser."

  • How to solve ffmpeg problem in Android Studio

    19 juillet 2019, par java_brat

    I have problem with ffmpeg library. I am trying to concatenate videos in Android Studio. Here is my command :

    String command[] = new String[] {
                   "-i",
                   firstVideo.getRealPath(),
                   "-i",
                   secondVideo.getRealPath(),
                   "-filter_complex",
                   "[0:v]",
                   "[0:a]",
                   "[1:v]",
                   "[1:a]",
                   "[2:v]",
                   "[2:a]",
                   "concat=n=2",
                   ":v=1",
                   ":a=1",
                   "[v]",
                   "[a]",
                   "-map",
                   "[v]",
                   "-map",
                   "[a]",
                   videoFile.getAbsolutePath()
           };

    Whatever I tried, I only got this problem :

    [AVFilterGraph @ 0xabf17040] No such filter: ''
       Error initializing complex filters.
       Invalid argument

    Any ideas how to solve this ?

  • lavc/qsvenc : add support for external bitrate control for HEVC

    13 février 2020, par Linjie Fu
    lavc/qsvenc : add support for external bitrate control for HEVC
    

    Enables option for hevc_qsv encoder :
    -extbrc

    Improvements in BD-Rate could be observed with extbrc on.

    Signed-off-by : Linjie Fu <linjie.fu@intel.com>
    Signed-off-by : Zhong Li <zhongli_dev@126.com>

    • [DH] libavcodec/qsvenc.c