Recherche avancée

Médias (91)

Autres articles (51)

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

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

  • 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

Sur d’autres sites (13121)

  • h264_sei : log unknown sei messages

    19 septembre 2013, par Vittorio Giovara
    h264_sei : log unknown sei messages
    

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavcodec/h264_sei.c
  • Unknown reason of an error while debugging an Opencv project using opencv2 functions

    30 mars 2013, par Animesh Pandey

    I have openCV 2.3 and I am using Visual Studio 2010.

       ...
    VideoCapture cap;
    cap.open("Video.avi");
    if( !cap.isOpened() )
    {

       puts("***Could not initialize capturing...***\n");
       system("Pause");
       return 0;
    } ...

    This is a code snippet of the while program.
    I added a system command in order to hold the output window. I got no errors while building the project but when I began debugging, the output window had this output :

    warning: Error opening file (../../modules/highgui/src/cap_ffmpeg_impl.hpp:477)
    ***Could not initialize capturing...***

    Press any key to continue . . .

    I checked this directory, the file is available but then why is it that it doesn't open ?
    I even have the opencv_ffmpeg.dll in the bin folder with its path added to System Paths.
    Still I get this same error ....
    I even checked first 3 pages of google search I did but could not find an answer.
    So please help !


    The error which I mentioned is because, there has been an error in opening the .avi file ...
    This is the part of code in cap_ffmpeg_impl.hpp -

    int err = av_open_input_file(&amp;ic, _filename, NULL, 0, NULL);
    if (err &lt; 0) {
       CV_WARN("Error opening file"); //Error part
       goto exit_func;
    }

    This file is available at D :\OpenCV2.3\opencv\modules\highgui\src. When I make any changes in this file, they do not reflect on the output window and when I removed this file, even then it did not give any error !:O
    I am not able to understand what is happening ....??

  • avcodec/mjpegdec : make "unknown colorspace" error more informative

    5 septembre 2013, par Michael Niedermayer
    avcodec/mjpegdec : make "unknown colorspace" error more informative
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/mjpegdec.c