Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

Autres articles (22)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

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

Sur d’autres sites (3754)

  • Error in FFMPEG/LIBAV audio_decode example for aac decoding

    23 mai 2017, par Prashant Ravi

    I am trying to do aac decoding using the examples provided by FFMPEG/LIBAV. I modified the example as follows :-

    int main(int argc, char **argv)
    {
       .......
       /* find the MPEG audio decoder */
       codec = avcodec_find_decoder(AV_CODEC_ID_AAC);
       if (!codec) {
           fprintf(stderr, "codec not found\n");
           exit(1);
       }
       .......
       return 0;
    }

    I changed the decoder type to "AV_CODEC_ID_AAC" and recompiled the examples.

    Once I ran the example for decode audio with an example aac audio file but I am getting the following

    prashantravi@mini:/media/sf_Shared/libav/doc/examples$ ./decode_audio ../../../example.aac ../../../out.wav
    Error submitting the packet to the decoder
    err code :-1052488119

    I tried looking up the error code but it dosent match with any of the existing error codes at all.

  • Evolution #4816 (Nouveau) : Déplacer la lib de menu déroulant dans le core

    8 juin 2021, par RastaPopoulos ♥

    Avec la refonte de l’interface, on a ajouté une lib de menu déroulant spécifiquement dans ce plugin. Mais en fait après coup on a aussi petit à petit amorcé un chantier de remplacement de jquery ui par des mini lib unitaires pour chaque besoin.

    Il faudrait avant la release déplacer cette lib dans le core, plutôt que juste dans SVP, afin que tous les autres plugins puissent aussi en profiter. (Et même le noyau hinhin : https://core.spip.net/issues/4766 )

  • Anomalie #4562 : Suite #4468 : Unification des CSS pour les boutons et les icônes

    6 octobre 2020, par RastaPopoulos ♥

    Mais tellement… enlever tous ces faux liens-boutons avec crochet horriblement laids…

    Par contre je me pose la question, si c’est vraiment pertinent de leur mettre "link". Les crochets c’était justement pour signifier que c’était des boutons et pas des liens, car il n’y avait justement pas à l’époque de classe "bouton" permettant de simuler l’apparence d’un bouton sur une balise de lien. Il s’agit d’un "départ d’action" : ajouter quelque chose. Donc je suis d’avis que ça devrait avoir l’apparence (et donc la sémantique visuelle) d’un bouton. Donc uniquement "mini" mais sans "link".