Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (22)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (3124)

  • 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;

  • ffmpeg and ffmpeg-php

    12 mars 2014, par Asa Carter

    I have a requirement to compress, convert and generate thumnails from video uploads.

    The live server is linux but for development we are using Windows 7 PC's both using PHP 5.4.

    It seems that ffmpeg is different to ffmpeg-php with ffmpeg-php only being able to generate the thumbnails.

    Is there any way to use ffmpeg as a php extension on windows and/or linux ?

    Is there a compiled dll of ffmpeg-php that is compatible with php 5.4 ?

    Is there a php alternative to ffmpeg for the purpose of the above requirements that will work on linix and windows ?

    Thanks

    Asa