Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (9)

  • Déploiements possibles

    31 janvier 2010, par

    Deux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
    L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
    Version mono serveur
    La version mono serveur consiste à n’utiliser qu’une (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (3445)

  • swscale/ppc/swscale_altivec.c : POWER LE support in yuv2planeX_8() delete macro GET_VF...

    27 avril 2015, par Rong Yan
    swscale/ppc/swscale_altivec.c : POWER LE support in yuv2planeX_8() delete macro GET_VF() it was wrong
    

    GCC tool had a bug of PPC intrinsic interpret, which has been fixed in GCC 4.9.1. This bug lead to
    errors in two of our previous patches. We found this when we update our GCC tools to 4.9.1 and by
    reading the related info on GCC website. We fix our previous error in two separate commits

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

    • [DH] libswscale/ppc/swscale_altivec.c
  • avcodec/ppc/fdctdsp : POWER LE support in ff_fdct_altivec() delete macros VEC_FMERGEH...

    27 avril 2015, par Rong Yan
    avcodec/ppc/fdctdsp : POWER LE support in ff_fdct_altivec() delete macros VEC_FMERGEH() VEC_FMERGEL(), they where wrong
    

    GCC tool had a bug of PPC intrinsic interpret, which has been fixed in GCC 4.9.1. This bug lead to
    errors in two of our previous patches. We found this when we update our GCC tools to 4.9.1 and by
    reading the related info on GCC website. We fix our previous error in two separate commits

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

    • [DH] libavcodec/ppc/fdctdsp.c
  • avcodec/svq1enc : restrict Altivec acceleration to big-endian POWER configurations

    16 janvier, par Sean McGovern
    avcodec/svq1enc : restrict Altivec acceleration to big-endian POWER configurations
    

    This was disabled in da60b99a8857d5ca236f32c1799a066e0135a866 and then
    accidentally re-enabled in 172b0e2e88832822632841e8e0d3794f974cbc93.

    The code in question was never properly adapted for litte-endian mode.

    refs : trac/10955
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/ppc/svq1enc_altivec.c