Recherche avancée

Médias (1)

Mot : - Tags -/karaoke

Autres articles (34)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

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

  • Revision 0fe589f21e : Fill buffer speed up Eliminates the byte by byte read from bool decoder, by re

    14 juillet 2015, par Jim Bankoski

    Changed Paths :
     Modify /vpx_dsp/bitreader.c


     Add /vpx_util/endian_inl.h


     Modify /vpx_util/vpx_util.mk



    Fill buffer speed up

    Eliminates the byte by byte read from bool decoder, by reading
    in a size_t and then shifting it into place.

    Change-Id : I0ed8c7b6f942847e79cc90105dc1d2b5b3deb0d6

  • Revision 527f88316c : Nextgen branch cleanup : remove real-time speed features Removed inter_mode_mask

    14 juillet 2015, par Yunqing Wang

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


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_speed_features.h



    Nextgen branch cleanup : remove real-time speed features

    Removed inter_mode_mask and max_intra_bsize.

    Change-Id : I835d31f95af64a524b2fdb685d1d09a6b0ad5c9f

  • Revision a126b6ce7d : Change speed and rd features for formatting bars. Change speed features / behav

    24 juin 2015, par paulwilkins

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


     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_firstpass.h


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_rdopt.h


     Modify /vp9/encoder/vp9_speed_features.c



    Change speed and rd features for formatting bars.

    Change speed features / behavior for split mode when there
    is an internal active edge (e.g. formatting bars).

    Remove some threshold constraints in rd code near the active
    edge of the image.

    Add some plumbing for left and right active edge detection.

    Patch set 5. Limit rd pass through for sub 8x8 to internal active edges.
    This takes away any speed penalty for most clips but keeps the enhanced
    edge coding for the more critical case of internal image edges

    Change-Id : If644e4762874de4fe9cbb0a66211953fa74c13a5