Recherche avancée

Médias (1)

Mot : - Tags -/publier

Autres articles (30)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

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

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

  • libavcodec : Implementation of AAC_fixed_decoder (LC-module) [3/4]

    30 juin 2015, par Djordje Pesut
    libavcodec : Implementation of AAC_fixed_decoder (LC-module) [3/4]
    

    Add fixed point implementation

    Signed-off-by : Nedeljko Babic <nedeljko.babic@imgtec.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/aac.h
    • [DH] libavcodec/aacdec.c
    • [DH] libavcodec/aacdec_fixed.c
    • [DH] libavcodec/aacdec_template.c
    • [DH] libavcodec/mdct_template.c
  • Importing sub module of FFmpeg in Android

    3 mars 2024, par M. Usman Khan

    I was able to import the "full" module of FFmpeg library in Android like this :

    &#xA;

    api &#x27;com.arthenica:ffmpeg-kit-full:6.0-2&#x27;&#xA;

    &#xA;

    But this was adding about 90mb to my app. So I tried to import only "min-gpl" like

    &#xA;

    api &#x27;com.arthenica:ffmpeg-kit-min-gpl:6.0-2&#x27;&#xA;

    &#xA;

    But instead of decreasing, this actually increased my app size further (about 100mb).

    &#xA;

    Am I not doing it right ?

    &#xA;

  • What is the good library for video editing module in react.js ? [closed]

    23 mai 2024, par tayyab manzoor

    I want to add a module for video editing in my web app. I have researched about video editing tools like ffmpeg but it is not working. is there any plugin for video editing or I have to build my own with jquery ?&#xA;Thanks

    &#xA;

    I have tried with npm package like ffmpeg but it is not working and I want to know is there any other pacakge for video editing.

    &#xA;