Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (89)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

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

  • broken ffmpeg default settings detected

    4 octobre 2023, par Ramakrishna

    I am getting broken ffmpeg error while VideoWrite using X264 Fourcc codec.I have install all the dependencies.How can I rectify this problem.The sample code that I have been using is as follows.

    



    VideoWriter oVideoWriter ("path.mp4", CV_FOURCC('X','2','6','4'), 15, frameSize, false);


    



    Operating system : Ubuntu 14.04 64-bit

    



    Console Error :

    



    [libx264 @ 0x8d6220] broken ffmpeg default settings detected&#xA;[libx264 @ 0x8d6220] use an encoding preset (e.g. -vpre medium)&#xA;[libx264 @ 0x8d6220] preset usage: -vpre <speed> -vpre <profile>&#xA;[libx264 @ 0x8d6220] speed presets are listed in x264 --help&#xA;[libx264 @ 0x8d6220] profile is optional; x264 defaults to high&#xA;Could not open codec &#x27;libx264&#x27;: Unspecified errorOpenCV Error: Unsupported format or combination of formats (Your version of Gstreamer doesn&#x27;t support this codec acutally or needed plugin missing.) in CvVideoWriter_GStreamer::open, file /home/mbox140/Development/opencv-2.4.9/modules/highgui/src/cap_gstreamer.cpp, line 518&#xA;terminate called after throwing an instance of &#x27;cv::Exception&#x27;&#xA;  what():  /home/mbox140/Development/opencv-2.4.9/modules/highgui/src/cap_gstreamer.cpp:518: error: (-210) Your version of Gstreamer doesn&#x27;t support this codec acutally or needed plugin missing. in function CvVideoWriter_GStreamer::open&#xA;</profile></speed>

    &#xA;&#xA;

    Suggest me any solution for this.

    &#xA;

  • broken ffmpeg default settings detected

    4 octobre 2023, par Ramakrishna

    I am getting broken ffmpeg error while VideoWrite using X264 Fourcc codec.I have install all the dependencies.How can I rectify this problem.The sample code that I have been using is as follows.

    &#xA;&#xA;

    VideoWriter oVideoWriter ("path.mp4", CV_FOURCC(&#x27;X&#x27;,&#x27;2&#x27;,&#x27;6&#x27;,&#x27;4&#x27;), 15, frameSize, false);&#xA;

    &#xA;&#xA;

    Operating system : Ubuntu 14.04 64-bit

    &#xA;&#xA;

    Console Error :

    &#xA;&#xA;

    [libx264 @ 0x8d6220] broken ffmpeg default settings detected&#xA;[libx264 @ 0x8d6220] use an encoding preset (e.g. -vpre medium)&#xA;[libx264 @ 0x8d6220] preset usage: -vpre <speed> -vpre <profile>&#xA;[libx264 @ 0x8d6220] speed presets are listed in x264 --help&#xA;[libx264 @ 0x8d6220] profile is optional; x264 defaults to high&#xA;Could not open codec &#x27;libx264&#x27;: Unspecified errorOpenCV Error: Unsupported format or combination of formats (Your version of Gstreamer doesn&#x27;t support this codec acutally or needed plugin missing.) in CvVideoWriter_GStreamer::open, file /home/mbox140/Development/opencv-2.4.9/modules/highgui/src/cap_gstreamer.cpp, line 518&#xA;terminate called after throwing an instance of &#x27;cv::Exception&#x27;&#xA;  what():  /home/mbox140/Development/opencv-2.4.9/modules/highgui/src/cap_gstreamer.cpp:518: error: (-210) Your version of Gstreamer doesn&#x27;t support this codec acutally or needed plugin missing. in function CvVideoWriter_GStreamer::open&#xA;</profile></speed>

    &#xA;&#xA;

    Suggest me any solution for this.

    &#xA;

  • broken ffmpeg default settings detected

    8 août 2016, par Ramakrishna

    I am getting broken ffmpeg error while VideoWrite using X264 Fourcc codec.I have install all the dependencies.How can I rectify this problem.The sample code that I have been using is as follows.

    VideoWriter oVideoWriter ("path.mp4", CV_FOURCC('X','2','6','4'), 15, frameSize, false);

    Operating system : Ubuntu 14.04 64-bit

    Console Error :

    [libx264 @ 0x8d6220] broken ffmpeg default settings detected
    [libx264 @ 0x8d6220] use an encoding preset (e.g. -vpre medium)
    [libx264 @ 0x8d6220] preset usage: -vpre <speed> -vpre <profile>
    [libx264 @ 0x8d6220] speed presets are listed in x264 --help
    [libx264 @ 0x8d6220] profile is optional; x264 defaults to high
    Could not open codec 'libx264': Unspecified errorOpenCV Error: Unsupported format or combination of formats (Your version of Gstreamer doesn't support this codec acutally or needed plugin missing.) in CvVideoWriter_GStreamer::open, file /home/mbox140/Development/opencv-2.4.9/modules/highgui/src/cap_gstreamer.cpp, line 518
    terminate called after throwing an instance of 'cv::Exception'
     what():  /home/mbox140/Development/opencv-2.4.9/modules/highgui/src/cap_gstreamer.cpp:518: error: (-210) Your version of Gstreamer doesn't support this codec acutally or needed plugin missing. in function CvVideoWriter_GStreamer::open
    </profile></speed>

    Suggest me any solution for this.