Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (74)

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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

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

  • hevc : Use the local context variable when needed

    18 juin 2014, par Luca Barbato
    hevc : Use the local context variable when needed
    
    • [DBH] libavcodec/hevc.c
  • Read Specific .mp4 Video frame from local file as Bitmap [on hold]

    15 mars 2017, par Antonio

    I’m using AForge.Video.FFMPEG.VideoFileReader to read .mp4, .avi video frames from a local video file in a normal speed :

                   string path = Path.GetTempFileName();
                   Bitmap videoFrame = video_reader.ReadVideoFrame();
                   videoFrame.Save(path);

    now the VideoFileReader is only allows me to read the next frame, and I need to be able to select specific frame using a trackbar with minimum computer resources and best speed.

    So, is there a way to achieve that ?, please help.

  • lavc/mediacodec : do not delete a local reference twice in case of error

    31 mai 2016, par Matthieu Bouron
    lavc/mediacodec : do not delete a local reference twice in case of error
    
    • [DH] libavcodec/mediacodec_wrapper.c