Recherche avancée

Médias (91)

Autres articles (43)

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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (7056)

  • Video Codec with custom information

    19 janvier 2015, par user3468055

    I must include around one video frame(i must have 1 frame = 1 played frame in client) some text data.
    Example : frame encode time with miliseconds, HH:MM:SS:MS.
    But i don’t know any video codec with i can include custom data to frame.

    I will save from rasppery pi camera module video with this information.

    Any video codec support add custom info for each play frame ?

  • CommonJS/Browserify support fix

    4 janvier 2015, par luis-almeida
    CommonJS/Browserify support fix
    

    "jquery.fileupload.js" was still missing the cJS module definition.
    It was added to "jquery.ui.widget" as well since it is a direct dependency.

  • Chrome extension Use FFMpeg

    28 décembre 2014, par Villie

    I am developing a chrome extension where I have to record the video stream from chromes desktopCapture API. I was initially using whammy.js but the video quality was poor for higher resolutions.
    Now I am planning to use ffmpeg to record the video stream by writing a nacl module.
    While going through the blogs I found out that chrome has included ffmpeg for playing out videos.

    So is there an api where I can use chrome’s ffpeg from nacl to record video of the video stream ?

    Tks