Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (46)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (5093)

  • lavc/videotoolboxenc : support additional options

    20 mai 2023, par Rick Kern
    lavc/videotoolboxenc : support additional options
    

    Added support for more VideoToolbox encoder options :
    - qmin and qmax options are now used
    - max_slice_bytes : Max number of bytes per H.264 slice
    - max_ref_frames : Limit the number of reference frames
    - Disable open GOP when the cgop flag is set
    - power_efficient : Enable power-efficient mode

    Signed-off-by : Rick Kern <kernrj@gmail.com>

    • [DH] libavcodec/videotoolboxenc.c
  • vc2enc : zero padding of the coefficient buffer

    17 décembre 2019, par Lynne
    vc2enc : zero padding of the coefficient buffer
    

    Wavelet types with large amounts of overreading/writing like 9_7 would
    write into the padding at high wavelet depths, which would remain and be
    read by the next frame's transform and quickly cause artifacts to appear
    for subsequent frames.
    This fix affects all frames encoded with a non-power-of-two width, with
    the artifacts varying between non-observable to very noticeable,
    depending on encoder settings, so reencoding is advisable.

    • [DH] libavcodec/vc2enc.c
  • Revision 399823b6f5 : Add support for setting byte alignment. Add support for setting byte alignment

    13 novembre 2014, par Frank Galligan

    Changed Paths :
     Add /test/byte_alignment_test.cc


     Modify /test/decode_test_driver.h


     Modify /test/test.mk


     Modify /vp9/common/vp9_alloccommon.c


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/encoder/vp9_denoiser.c


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_lookahead.c


     Modify /vp9/encoder/vp9_svc_layercontext.c


     Modify /vp9/encoder/vp9_temporal_filter.c


     Modify /vp9/vp9_dx_iface.c


     Modify /vpx/vp8dx.h


     Modify /vpx_scale/generic/yv12config.c


     Modify /vpx_scale/yv12config.h



    Add support for setting byte alignment.

    Add support for setting byte alignment on the Y, U, and V plane of the
    reference buffers. The byte alignment must be a power of 2, from 32 to
    1024. A value of 0 sets legacy alignment.

    Change-Id : I7c1399622f7aa68e123646369216b32047dda73d