Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (39)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • How to display and capture webcam stream at the same time ? [migrated]

    5 octobre 2011, par 12hys

    This command works perfectly for saving a webcam stream to a file :

    ffmpeg -f alsa -i default -itsoffset 00:00:00 -f video4linux2 -s 1280x720 -r 25 -i /dev/video0  out.avi

    How would I simultaneously display this captured stream on my computer screen ?

  • fate/matroska : Add test for mastering display metadata

    17 février 2021, par Andreas Rheinhardt
    fate/matroska : Add test for mastering display metadata
    

    The FATE suite already contains a file containing mastering display
    and content light level metadata : Meridian-Apple_ProResProxy-HDR10.mxf
    This file is used to test both the Matroska muxer and demuxer.

    Reviewed-by : Ridley Combs <rcombs@rcombs.me>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] tests/fate/matroska.mak
    • [DH] tests/ref/fate/matroska-mastering-display-metadata
  • Révision 24541 : On simplifie le clearfix qui bug parfois en display grid

    19 mars 2020, par cedric@yterium.com

    display : inline-table etait pour IE-Mac, on l’enleve
    height : 1% ; etait pour les vieux IE, on l’enleve aussi (c’est lui qui nous fait un bug aleatoire)