Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (45)

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

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

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (3354)

  • avcodec/pngdec : fully support the tRNS chunk

    28 août 2015, par Donny Yang
    avcodec/pngdec : fully support the tRNS chunk
    

    Signed-off-by : Donny Yang <work@kota.moe>

    • [DH] libavcodec/pngdec.c
  • libavdevice/gdigrab : fix capture of windows with non-ASCII titles

    20 mars 2021, par He Yang
    libavdevice/gdigrab : fix capture of windows with non-ASCII titles
    

    Properly convert the UTF-8 input string to Windows wchar, and
    utilize the wchar version of FindWindow.

    Signed-off-by : He Yang <1160386205@qq.com>

    • [DH] libavdevice/gdigrab.c
  • avcodec/mips : Use MMI marcos to replace Loongson3 instructions

    23 juillet 2021, par Jiaxun Yang
    avcodec/mips : Use MMI marcos to replace Loongson3 instructions
    

    Loongson3's extention instructions (prefixed with gs) are widely used
    in our MMI codebase. However, these instructions are not avilable on
    Loongson-2E/F while MMI code should work on these processors.

    Previously we introduced mmiutils marcos to provide backward compactbility
    but newly commited code didn't follow that. In this patch I revised the
    codebase and converted all these instructions into MMI marcos to get
    Loongson2 supproted again.

    Signed-off-by : Jiaxun Yang <jiaxun.yang@flygoat.com>
    Reviewed-by : Shiyou Yin <yinshiyou-hf@loongson.cn>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mips/h264chroma_mmi.c
    • [DH] libavcodec/mips/h264dsp_mmi.c
    • [DH] libavcodec/mips/hevcdsp_mmi.c
    • [DH] libavcodec/mips/hpeldsp_mmi.c
    • [DH] libavcodec/mips/simple_idct_mmi.c
    • [DH] libavcodec/mips/vp3dsp_idct_mmi.c
    • [DH] libavcodec/mips/vp8dsp_mmi.c
    • [DH] libavcodec/mips/vp9_mc_mmi.c