Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (70)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Le plugin : Gestion de la mutualisation

    2 mars 2010, par

    Le plugin de Gestion de mutualisation permet de gérer les différents canaux de mediaspip depuis un site maître. Il a pour but de fournir une solution pure SPIP afin de remplacer cette ancienne solution.
    Installation basique
    On installe les fichiers de SPIP sur le serveur.
    On ajoute ensuite le plugin "mutualisation" à la racine du site comme décrit ici.
    On customise le fichier mes_options.php central comme on le souhaite. Voilà pour l’exemple celui de la plateforme mediaspip.net :
    < ?php (...)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (7199)

  • Dump libx264 encoding parameters in ffmpeg

    23 novembre 2012, par melih

    Is it possible to get a list of parameter values used in libx264 while encoding a stream ? I am using a ffmpeg binary to encode.

  • Building FFMPEG with librtmp for android

    30 juillet 2013, par Andrew

    I'm trying to build all-in-one static binary of FFMPEG with NDK r7b and everything works fine untill i try to build it with RTMP support.

    I'm usind sources from https://github.com/guardianproject/android-ffmpeg with librtmp2.4 and custom config like this

    .configure \
    --target-os=linux \
    --cross-prefix=arm-linux-androideabi- \
    --arch=arm \
    --sysroot=/home/andrey/android-ndk-r7b/platforms/android-3/arch-arm \
    --enable-static \
    --disable-shared \
    --disable-symver \
    --enable-small \
    --disable-devices \
    --disable-avdevice \
    --enable-gpl \
    --enable-librtmp \
    --prefix=../build/ffmpeg/armeabi \
    --extra-cflags=-I../rtmpdump/librtmp \
    --extra-ldflags=-L../rtmpdump/librtmp \

    and rtmpdump directory lays on the same level as ffmpeg.
    As i understand last two strings in my config says where compiler may find sources of librtmp.
    But all i get is ERROR: librtmp not found

    I'm not expereienced with NDK and obviosly i missing some important part but i can't find it by myself.

  • Detecting crosses in an image

    21 décembre 2013, par MrOrdinaire

    I am working on a program to detect the tips of a probing device and analyze the color change during probing. The input/output mechanisms are more or less in place. What I need now is the actual meat of the thing : detecting the tips.

    In the images below, the tips are at the center of the crosses. I thought of applying BFS to the images after some threshold'ing but was then stuck and didn't know how to proceed. I then turned to OpenCV after reading that it offers feature detection in images. However, I am overwhelmed by the vast amount of concepts and techniques utilized here and again, clueless about how to proceed.

    Am I looking at it the right way ? Can you give me some pointers ?

    Colored Image
    Image extracted from short video

    Binary image with threshold set at 95
    Binary version with threshold set at 95