Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (22)

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

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

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

  • How to interpret ffmpeg -pix_fmts output ?

    11 août 2015, par RichAmberale

    Running ffmpeg -pix_fmts returns a list of formats. Snip :

    IO... yuv444p16be            3            48
    ..H.. vdpau_mpeg4            0             0
    ..H.. dxva2_vld              0             0
    IO... rgb444le               3            12
    IO... rgb444be               3            12
    IO... bgr444le               3            12

    What do the I O and H on the right side mean ? What are the numbers in the 2 leftmost columns ?

  • vp9 : switch min_tile_cols location so it shifts up instead of down.

    14 septembre 2015, par Ronald S. Bultje
    vp9 : switch min_tile_cols location so it shifts up instead of down.
    

    This fixes cases where the shifted number is 64, but we shifted non-
    zero numbers away in the shift. The change makes behaviour consistent
    with libvpx.

    • [DH] libavcodec/vp9.c
  • mpegvideo : do not set current_picture_ptr in decoders

    1er décembre 2013, par Anton Khirnov
    mpegvideo : do not set current_picture_ptr in decoders
    

    This code was originally added in
    5f1948111a4920ff74e31b4284ab0200f7938539 to h263 to set decoded frame
    pts to some random numbers (removed in
    a1c5cc429d99216406170eac7e8352860076d3e8) and then cargo culted to other
    decoders.

    The code is left in h263dec for now, since some part of the decoder
    (apparently OBMC) relies on the specific previous frame to be reused.

    • [DBH] libavcodec/h261dec.c
    • [DBH] libavcodec/mss2.c
    • [DBH] libavcodec/vc1dec.c