Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (39)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

  • permission denied. ffmpeg tries to process a file located in /data/data/

    30 octobre 2015, par user2326258

    I have such an APP that the users sends a video from the multimedia message(add a video in the message and then the video is copied to /data/data/somewhere). If the user press the video in the file, the message activity passes the video’s uri to another activity which processes the video with ffmpeg.

    I got the video’s file descriptor(fd) by :

    ContentResolver resolver = context.getContentResolver();
    fd = resolver.openAssetFileDescriptor(uri, "r");

    and pass fd.getFileDescriptor()to ffmpeg.
    However I got permission denied such that ffmpeg cannot open the file.

    Is there anyway to fix that ?

    Thanks a lot.

  • Revision 6a2e9ef20a : vpx_codec_decode : check data size When a valid data pointer is given make sure

    10 août 2014, par James Zern

    Changed Paths :
     Add /test/decode_api_test.cc


     Modify /test/test.mk


     Modify /vpx/src/vpx_decoder.c



    vpx_codec_decode : check data size

    When a valid data pointer is given make sure the size is greater than
    zero.
    A previous check for vp9 was incorrectly removed in :
    7050074 Make the api behavior conform to api spec.

    No semantics for valid pointers + 0-sized frames are defined for VPx
    codecs, so move the check to vpx_codec_decode(). This avoids an assert
    in vp9.

    + add some basic invalid param testing for decoder init/decode/destroy

    Change-Id : I99f9cef6076d15874fd72ac973f2685d8a2353c3

  • Remove support for metadata plugin, replace with data-rule- and data-msg- (added in 907467e8) properties.

    23 novembre 2012, par mlynch

    m demo/custom-messages-data-demo.html m demo/index.html m jquery.validate.js - lib/jquery.metadata.js m test/index.html m test/rules.js m test/test.js Remove support for metadata plugin, replace with data-rule- and data-msg- (added in 907467e8) (...)