Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (33)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

Sur d’autres sites (3640)

  • Open redirect security fix release.

    12 juin 2015, par blueimp
    Open redirect security fix release.
  • Fixed open redirect vulnerability in the PHP upload handler.

    11 juin 2015, par blueimp
    Fixed open redirect vulnerability in the PHP upload handler.
    For a strict setting not relying on the HTTP Referer, adjust the redirect_allow_target option.
    Thanks to Ricardo Martin Rodriguez for the bug report.
  • OpenCV Could not open video file

    15 mai 2015, par lukassz

    I am trying to open a video file (.AVI) using OpenCV on linux. I cannot open an avi file. I have install ffmpeg and re-compile and install opencv again but I have still error.

    Could not open video file 1.

      capture1 = cvCaptureFromAVI( "/home/lukasz/SWT/video1.avi" );
      capture2 = cvCaptureFromAVI( "/home/lukasz/SWT/video1.avi" );

       if (!capture1) {
           fprintf(stderr, "Could not open video file 1.\n");
           return -1;
       }
       if (!capture2) {
           fprintf(stderr, "Could not open video file 2.\n");
           return -1;
       }