Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (103)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

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

  • lavfi/overlay_vaapi : set input region for overlay video to NULL

    12 avril 2023, par Haihao Xiang
    lavfi/overlay_vaapi : set input region for overlay video to NULL
    

    Otherwise main and overlay videos share the same input region. Note NULL
    pointer imples the whole overlay video will be processed.

    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavfilter/vf_overlay_vaapi.c
  • lavc/qsv : fallback to the default mfx implementation for internal session on Windows

    15 mai 2023, par Haihao Xiang
    lavc/qsv : fallback to the default mfx implementation for internal session on Windows
    

    The mfx implementation based on D3D11 is expected for an internal
    session on Windows, however sometimes this implemntation is not
    supported [1]. A fallback to the default mfx implementation is added in
    this patch.

    [1] https://github.com/intel/cartwheel-ffmpeg/issues/246

    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavcodec/qsv.c
  • libavcodec/x86/vvc/vvc_sad : fix assembler error

    23 mai 2024, par Haihao Xiang
    libavcodec/x86/vvc/vvc_sad : fix assembler error
    

    X86ASM libavcodec/x86/vvc/vvc_sad.o
    libavcodec/x86/vvc/vvc_sad.asm:85 : error : invalid number of operands
    libavcodec/x86/vvc/vvc_sad.asm:87 : error : invalid number of operands

    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/x86/vvc/vvc_sad.asm