Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (14)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

  • vulkan_h264 : reject end_frame being called without valid session parameters

    20 mai 2023, par Lynne
    vulkan_h264 : reject end_frame being called without valid session parameters
    

    When seeking through MBAFF-coded H264, this can happen. Decoding calls end_frame
    without calling start_frame. We are unable to decode this, as no frame
    state has been set.

    Happens for both VAAPI and Vulkan. Could be an issue elsewhere, hence
    the individual commit.

    • [DH] libavcodec/vulkan_h264.c
  • Processing a video stream over websocket with opencv

    25 avril 2019, par Patrick Connors

    I’m trying to stream video over a websocket and process it server-side with Node.JS. The client is reading from a video file (.mp4) and sending it over the web socket via a stream object. However, I’m having trouble extracting frames from the stream at the server so it can be processed by opencv.

    Do I need to break the video up into frames and stream each individual frame ? What format can opencv most easily process in real time ?

    The end goal here is to enable opencv to process each frame of a video (in real time) that is being received by the server. Think I’m having some trouble understanding the paradigm here.

  • lavf/segment : Mark output contexts as non-seekable when applicable

    29 mars 2015, par Rodger Combs
    lavf/segment : Mark output contexts as non-seekable when applicable
    

    This prevents sub-muxers from trying to seek back to the beginning of the
    whole stream, only to find themselves overwriting some video data in the
    current (often last) segment.

    We only do this when not writing individual header/trailers.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/segment.c