Recherche avancée

Médias (1)

Mot : - Tags -/ipad

Autres articles (68)

  • 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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (14198)

  • opencv4android cvcapturefromfile() return NULL

    15 février 2013, par user1948206

    i am using opencv for android in my project. But when i called method cvCreateFileCapture(), it always return NULL. I know this method needs codecs when working in Windows or Linux, So what can i do when i port this method to Android ? Is FFMPEG working ? How can i build opencv4android that using FFMPEG to decode the input video file ? Thanks.

    these are my codes :

    //Retrieve data from Java, and construct needed structures or instances
    char* filePath = (char*)env->GetStringUTFChars(aviPath, false);

    int result=-1;

    LOGD(filePath);

    CvCapture* pCvCapture = cvCreateFileCapture( filePath );
       //pCvCpature always NULL
    if( NULL == pCvCapture)
    {
       result = -100;
    }
    else
    {
       cvReleaseCapture( &pCvCapture );
       result = 100;
    }

    env->ReleaseStringUTFChars(aviPath, filePath);

    return (jint)result;
  • Revision 398a73d1012339565e6d86bca89fef6711e796c7 : Report de r16763 plus 3 INC_VERSION-return manquants. git-svn-id : ...

    18 décembre 2010, par Committo,Ergo:sum — Log

    Report de r16763 plus 3 INC_VERSION-return manquants. git-svn-id : svn ://trac.rezo.net/spip/branches/r16004+plugins@16767 caf5f3e8-d4fe-0310-bb3e-c32d5e47d55d

  • avconv_opt : fix avio_open2() return code check

    29 mars 2014, par Timothy Gu
    avconv_opt : fix avio_open2() return code check
    

    avio_open2() only return < 0 when error.

    • [DH] avconv_opt.c