Recherche avancée

Médias (0)

Mot : - Tags -/masques

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (50)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (5490)

  • ffmpeg : replace log2 by av_log2

    30 décembre 2015, par Ganesh Ajjanagadde
    ffmpeg : replace log2 by av_log2
    

    Slight change in output deemed irrelevant here.

    Reviewed-by : Hendrik Leppkes <h.leppkes@gmail.com>
    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] ffmpeg.c
  • avformat/vpcc : fix VP9 metadata in FLV and RTMP

    3 septembre 2023, par Alessandro Ros
    avformat/vpcc : fix VP9 metadata in FLV and RTMP
    

    In order to send VP9 tracks with FLV or RTMP, the enhanced RTMP
    specification tells that VPCodecConfigurationRecord, a.k.a. vpcC
    ISO-BMFF box, must be inserted into a metadata message. However, the
    function responsible for generating vpcCs currently returns invalid
    boxes, that are lacking the Version and Flag fields, inherited from
    FullBox. For some reason, both flags were being added manually in
    movenc. This patch fixes the issue.

    Signed-off-by : Alessandro Ros <aler9.dev@gmail.com>
    Reviewed-by : Steven Liu <lingjiujianke@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/movenc.c
    • [DH] libavformat/vpcc.c
  • x86 : lavu/x264asm : fix ymm register instantiation

    3 février 2015, par Christophe Gisquet
    x86 : lavu/x264asm : fix ymm register instantiation
    

    This mimicks what is done for the other instruction sets.

    Tested-by : James Almer <jamrial@gmail.com>
    Tested-by : Mickaël Raulet <mraulet@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/x86/x86inc.asm