Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (65)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (11270)

  • Revision c4367b9b51 : vp9_resize_plane : quiet some static analysis warnings document resolution assum

    18 mars 2015, par James Zern

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



    vp9_resize_plane : quiet some static analysis warnings

    document resolution assumptions with a few asserts

    Change-Id : Ia4ab738fd3e0a1ba0ed30a57facd2658c2c1fd60

  • jpeg2000 : Improve reduced resolution decoding

    1er juillet 2013, par Michael Niedermayer
    jpeg2000 : Improve reduced resolution decoding
    

    Correctly scale down the component coordinates and
    clean up some redundant code.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/jpeg2000dec.c
  • check video actual resolution, not from metadata, on ubuntu

    7 juillet 2015, par coral chen

    I need to check the dimension of a video. When I check its properties on Ubuntu 14.04, it shows 1920*1080, which is correct. However when I check it using ffmpeg, it shows 640*480 and PAR 1:1, which is set incorrectly in metadata.

    How can I find out the actual dimension the video display without changing the metadata (since there are a lot of video like this) ? Or if anyone can explain how Ubuntu default video player can read it correctly ?