Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (43)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

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

  • Error : Unknown type name 'AVFormatParameters' , using ffmpeg

    12 mars 2019, par muraad malik

    I was trying to compile the old code with the latest ffmpeg installed. During compilation it shows the error for AVFormatParameters api and is unable to recognise it, which used to be in "avformat.h" header file.
    I could not find any proper resource online about this. If this api is deprecated, what is the replacement for this api ?
    The following is the error for the code,

    AVFormatParameters *formatParams;

    Error :

    Unknown type name 'AVFormatParameters'; did you mean 'AVCodecParameters'?

    Thanks

  • Update mp4 object type for VP9

    28 juin 2017, par KongQun Yang
    Update mp4 object type for VP9
    

    Updated to the standard value 0xB1 defined in mp4ra.org.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/isom.c
  • avcodec/dxv : Fix type in get_opcodes()

    5 juillet 2024, par Michael Niedermayer
    avcodec/dxv : Fix type in get_opcodes()
    

    Found by code review related to CID1604386 Overflowed constant

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/dxv.c