Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (45)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

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

Sur d’autres sites (6036)

  • 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 :

    


    api 'com.arthenica:ffmpeg-kit-full:6.0-2'


    


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

    


    api 'com.arthenica:ffmpeg-kit-min-gpl:6.0-2'


    


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

    


    Am I not doing it right ?

    


  • 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 ?
Thanks

    


    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.

    


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

    30 juin 2015, par Jovan Zelincevic
    libavcodec : Implementation of AAC_fixed_decoder (LC-module) [4/4]
    

    Build system modified

    There are several warnings occurring during build after this patch is
    applied. The cause of most of these warnings is in that some definitions
    needed here are logical part of sbr module and are added in later patches.
    When this patches are applied these warnings stop occurring.

    The only warning that is added here and is not fixed with later patches
    is warning that warns that type mismatch for table ff_aac_eld_window_480.

    The reason for this warning is in that ER AAC ELD 480 is not integrated in
    to the fixed point implementation at this moment and there is no fixed point
    version of this table.

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

    • [DH] configure
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/aacdec.c
    • [DH] libavcodec/aacdec_fixed.c
    • [DH] libavcodec/allcodecs.c