Recherche avancée

Médias (91)

Autres articles (45)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (7631)

  • Merge commit ’b564784a207b1395d2b5a41e580539df04651096’

    3 juillet 2013, par Michael Niedermayer
    Merge commit ’b564784a207b1395d2b5a41e580539df04651096’
    

    * commit ’b564784a207b1395d2b5a41e580539df04651096’ :
    jpeg2000 : Check that there is a SOT before SOD
    jpeg2000 : Remove unneeded returns

    Conflicts :
    libavcodec/jpeg2000.c
    libavcodec/jpeg2000dec.c

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

  • How can I find out what this ffmpeg error code means ?

    3 mars 2015, par Asik

    I’m using the function avcodec_decode_video2. On an encoding change in the stream, it returns -1094995529. The documentation only states :

    On error a negative value is returned, otherwise the number of bytes
    used or zero if no frame could be decompressed.

    But there doesn’t seem to be an enum of return codes or any other form of documentation. What does the error mean and how can I determine that in general ?

  • FFMPEG - avformat_open_input() always return error with filename

    22 septembre 2015, par Tony Than
    const char* filename = "D:\\abc.flv";
    err = avformat_open_input(&amp;ic, filename, NULL, 0);

    This function always returns error when filename is *.flv.
    If I use file mp4 (*.mp4), it’s ok.

    Please help me find the cause of this problem !!