Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (111)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (7102)

  • Compiling libavcodec with emscripten (with hardware acceleration)

    14 juin 2018, par Mauro

    I am trying to compile libavcodec library with emscripten to generate a wasm to be used in a web project. It works, but I wanted to enable hardware acceleration (at least for OSX) but I cannot make it working.
    I am using this configuration :

    —cc=emcc \
    —enable-cross-compile \
    —target-os=none \
    —arch=x86 \
    —disable-runtime-cpudetect \
    —disable-asm \
    —disable-stripping \
    \
    —disable-bzlib \
    —disable-iconv \
    —disable-libxcb \
    —disable-lzma \
    —disable-sdl \
    —disable-securetransport \
    —disable-xlib \
    —disable-zlib \
    —disable-network \
    —disable-d3d11va \
    —disable-dxva2 \
    \
    —disable-all \
    —disable-everything \
    —enable-ffmpeg \
    —enable-avcodec \
    —enable-avformat \
    —enable-avutil \
    —enable-avfilter \
    —enable-swresample \
    —enable-swscale \
    —enable-decoder=h264 \
    —enable-decoder=hevc \
    —enable-encoder=mjpeg \
    —enable-vda \
    —enable-hwaccel=h264_vda \
    —enable-vaapi \
    —enable-shared

    but the result is : no hwaccels enabled. Is there something I am missing in the configuration ?

    Thanks

  • Android : how to encode a stream of images to h264 with hardware acceleration ?

    2 avril 2014, par mojovski

    I am currently working on an app, to read the camera images and process them using OpenCV.
    I would like to store the original images as a "normal" video and to drop the processed images after processing (after the information is extracted).
    For this I basically need to encode the image stream to h264.
    It will not be possible to use ffmpeg or other solutions wich do it on the general cpu. It has to be done using the internal hardware acceleration.
    Because of this I have actually three questions :

    • Does somebdy know how to achieve h264 encoding using the internal hw-modules to encode videos ?

    • Or does ffmpeg really support this on Android ?

    • Or is there a way access the image stream during the "usual" encoding process ?

    Thanks alot !

  • configure : disable hardware capabilities ELF section with suncc on Solaris x86

    17 septembre 2011, par Sean McGovern

    configure : disable hardware capabilities ELF section with suncc on Solaris x86