Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (70)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (9697)

  • Support YA16 in jpeg 2000.

    1er février 2015, par Carl Eugen Hoyos
    Support YA16 in jpeg 2000.
    
    • [DH] libavcodec/jpeg2000dec.c
    • [DH] libavcodec/libopenjpegdec.c
    • [DH] libavcodec/libopenjpegenc.c
    • [DH] libavcodec/version.h
  • ffmpeg decode JPEG 2000 in multithread

    30 septembre 2015, par mattobob

    So, I have a Video-decoder written in c++ whit help of ffmpeg library, non problem till when it comes to decode JPEG 2000 frame in multi threads, in this case the image is discontinuous, I set the context to have even number of threads and to process image slices :

       m->context->thread_count = m_cfgHhiThreads->value();
       m->context->thread_type = FF_THREAD_SLICE;

    here is a sample image captured after decoding process (dimension is fine), this only happen if multithred is set enter image description here

    Question is, why is this happening ?

    FFMPEG does not report any error, it actually think that the image has been correctly decoded. It is also correctly decoded the problem is in slicing.

  • avcodec : Bump micro version after changing public JPEG 2000 defines

    24 mai 2016, par Diego Biurrun
    avcodec : Bump micro version after changing public JPEG 2000 defines
    
    • [DBH] doc/APIchanges
    • [DBH] libavcodec/version.h