Recherche avancée

Médias (91)

Autres articles (49)

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

Sur d’autres sites (4683)

  • For WMV files avformat_find_stream_info() shows "Extra data : 8 bits left, value : 0" message

    15 avril 2013, par Mike

    When I call avformat_find_stream_info() for wmv files, the following message is always seen :
    [wmv3 00FAEAE0] Extra data : 8 bits left, value : 0

    After that the program works as expected but anyway I would like to know what does that message mean ? Thank you !

    File info (by ffmpeg -i) :

    Duration: 00:00:06.92, start: 0.000000, bitrate: 1514 kb/s
    Stream #0:0(rus): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 128 kb/s
    Stream #0:1(rus): Video: wmv3 (Main) (WMV3 / 0x33564D57), yuv420p, 720x576, 1368 kb/s, SAR 16:15 DAR 4:3, 25 tbr, 1k tbn, 1k tbc

    Code :

    AVFormatContext*    pFormatCtx = avformat_alloc_context();
    if (avformat_open_input(&pFormatCtx, "file.wmv", NULL, NULL) < 0)
       return 0;
    if (avformat_find_stream_info(pFormatCtx, NULL) < 0) // HERE WE HAVE GOT THAT MESSAGE
       return 0;
  • Revision db54e6774f : Merge "Minor cosmetics in rdopt." into experimental

    27 février 2013, par Ronald S. Bultje

    Changed Paths : Modify /vp9/encoder/vp9_rdopt.c Merge "Minor cosmetics in rdopt." into experimental

  • Revision 1a0533958b : Merge "Fix modes.stt output printf format string." into experimental

    27 février 2013, par Ronald S. Bultje

    Merge "Fix modes.stt output printf format string." into experimental