Recherche avancée

Médias (91)

Autres articles (64)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

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

  • ffplay : force video refresh if the window is resized or damaged

    31 octobre 2011, par Marton Balint

    ffplay : force video refresh if the window is resized or damaged

  • Android NDK - FFMpeg, correct video seeking

    15 mars 2012, par sherman

    I want change the seek frame while playing video. I do :

    void Java_ffvideolivewallpaper_frankandrobot_com_NativeCalls_seekFrame(
    JNIEnv *env, jobject this, jint time)

    if (av_seek_frame(pFormatCtx, videoStream, time, AVSEEK_FLAG_ANY) < 0)
       __android_log_print(ANDROID_LOG_DEBUG, "ERROR SEEK!!!->>>",
               "av_seek_frame failed.");

    Video is displayed incorrectly. How do this correctly ?

  • ffmpeg : add hyperlink to video ?

    15 mars 2012, par Simon

    i am experiment with ffmpeg, making videos from more images and adding watermark, some effect etc.

    What I am interested : Is it possible to embed HYPERLINK into video using ffmpeg ?

    For example, watermark or something else to be 'clickable' and to redirect to some www location ?