Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

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

Autres articles (32)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (5546)

  • How the seek frame while playing video ?

    16 mars 2012, par sherman

    I try do this :

    void Java_ffvideo_company_com_NativeCalls_seekFrame(
           JNIEnv *env, jobject this, jint time) {


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

       avcodec_flush_buffers(pCodecCtx);
    }

    But the application crashes. Without avcodec_flush_buffers video seeking not correctly. How I can resolve this isssue ?

  • How to get current frame, using FFMpeg

    15 mars 2012, par sherman

    I have successfully compiled the FFMPEG library to android using NDK.
    I want to create a method to get the current frame, how I can do this ?

  • snow : check reference frame indices.

    2 mars 2012, par Michael Niedermayer

    snow : check reference frame indices.