Recherche avancée

Médias (91)

Autres articles (91)

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (6055)

  • vp9 : implement top/left half (4x4) sub-8x8-IDCT.

    2 décembre 2013, par Ronald S. Bultje
    vp9 : implement top/left half (4x4) sub-8x8-IDCT.
    

    For that specific case (eob>3&&eob<=12), runtime of idct8x8 goes from
    668 to 477 cycles. For all idct8x8, runtime goes from 521 to 490 cycles.

    • [DH] libavcodec/x86/vp9itxfm.asm
  • riscv : set fast half-precision conversion

    16 novembre 2023, par Rémi Denis-Courmont
    riscv : set fast half-precision conversion
    

    This is only supported at compilation time. If Zfhmin is supported, then
    conversions are fast, which is what the flag is used for. At this time,
    run-tiem detection is not possible, as in not supported by Linux. But even
    if it were, the current FFmpeg approach seems unable to deal with it (same
    problem as on x86, really).

    • [DH] configure
  • Creating standalone tool-chain for android NDK

    13 avril 2014, par vijay

    I am trying to build latest FFmpeg along with halfninja's code for android since some of the options are not available in older versions.I updated FFmpeg packages and tried to run ./create_toolchain.sh.

    I am getting the following error :

    user@user:~/Android/android-ffmpeg-x264/Project/jni$ ./create_toolchain.sh
       ~/Android/android-ffmpeg-x264/Project/jni ~/Android/android-ffmpeg-x264/Project/jni
       /home/user/android/tools:/home/user/android/platform-tools:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/user/android/tools:/home/user/android/platform-tools:/home/user/Android/android-ndk-r8e:/home/user/Android/android-ffmpeg-x264/Project/jni/toolchain/bin
       Host system &#39;linux-x86&#39; is not supported by the source NDK!
       Try --system=<name> with one of:  linux-x86_64
    </name>

    My android NDK version is android-ndk-r8e.
    I am facing problems in building latest version of FFmpeg by creating standalone toolchain.

    Any help is appreciated.