Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (43)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

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

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

  • avformat/utils : Skip ff_configure_buffers_for_index() for local files

    13 juillet 2015, par Michael Niedermayer
    avformat/utils : Skip ff_configure_buffers_for_index() for local files
    

    Theres no known case where its use on local files improves performance
    if you know of such a case, please contact us

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/utils.c
  • Revision aa60db19d2 : change to use vp9_idct_32x32_add instead of vp9_idct32x32_1024_add by making us

    16 octobre 2013, par Yaowu Xu

    Changed Paths :
     Modify /vp9/encoder/vp9_encodemb.c



    change to use vp9_idct_32x32_add

    instead of vp9_idct32x32_1024_add by making use the eob positions

    Change-Id : Iafcad20f0c75d8e00536c6a20dda76fe40a973fb

  • Remove the clip between two videos

    6 juillet 2020, par V1rus_Falcon

    i'm trying to remove the intro clip from two video just like netflix does with its "skip the intro" feature. i tried with emgu.cv for extracting the frames, phash for hashing the frames and checking the differences between them. I would prefer use ffmpeg or opencl.&#xA;The problem is to intersect two video to find out what is the intro and after finded it, find the start and finish point of the intro

    &#xA;