Recherche avancée

Médias (91)

Autres articles (28)

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (5172)

  • Revision 36038 : Améliorations diverses dont l’encodage

    10 mars 2010, par kent1@… — Log

    Améliorations diverses dont l’encodage

  • Revision 30229 : On continue à revoir le code en profondeur...

    26 juillet 2009, par kent1@… — Log

    On continue à revoir le code en profondeur…

  • Debian Wheezy ffmpeg version 1.2.5 and OpenCV

    27 février 2014, par user3135427

    I recently installed "ffmpeg version 1.2.5" from "deb ftp://ftp.deb-multimedia.org wheezy-backports main" on my Debian Wheezy.

    I wrote some code with OpenCV and now I get the following error when I try to open a video.

    [NULL @ 0x21e2ec0] Value 4613937818241073152.000000 for parameter 'thread_type' out of range
    [NULL @ 0x21e2ec0] Value -4616189618054758400.000000 for parameter 'request_sample_fmt' out of range
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x282d580] decoding for stream 0 failed
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x282d580] Could not find codec parameters (Video: h264 (avc1 / 0x31637661), 23069 kb/s)
    [IMGUTILS @ 0x7ffff1da3fd0] Picture size 0x0 is invalid
    [IMGUTILS @ 0x7ffff1da3fe0] Picture size 0x0 is invalid

    /////// SOLUTION /////////

    I speculated the problem started after I added the following two source to my /etc/apt/sources.list file on Debian Wheezy. I did this procure a newer version of FFMPEG.

    deb ftp:// ftp.deb-multimedia . org wheezy main non-free
    deb ftp:// ftp.deb-multimedia . org wheezy-backports main

    It was then all my code written using the OpenVC started to break. I had a hunch it was my recent upgrade but not sure until I read the following.

    “Make sure proper versions of ffmpeg or gstreamer is installed. Sometimes, it is a headache to work with Video Capture mostly due to wrong installation of ffmpeg/gstreamer.” http: // opencv-python-tutroals.readthedocs.org/en/latest/py_tutorials/py_gui/py_video_display/py_video_display.html

    [ SOLUTION ]

    This search will tell you what installed packages come from Debian Multimedia :

    aptitude search ' i ?origin(Unofficial Multimedia Packages)'

    And this command removes them :

    aptitude purge ' i ?origin(Unofficial Multimedia Packages)'

    Remove the deb-multimedia.org repository from the source.list file. Install FFMPEG and OpenVC and any additional packages that you need, since much was purged from your system during the downgrade.

    sudo aptitude install python-opencv ffmpeg