Recherche avancée

Médias (0)

Mot : - Tags -/content

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (19)

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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (4400)

  • Revision ebb583d291 : Add a test vector for loopfilter The test vector exercises the loopfilter behav

    4 décembre 2013, par Jingning Han

    Changed Paths :
     Modify /test/test.mk


     Modify /test/test_vector_test.cc



    Add a test vector for loopfilter

    The test vector exercises the loopfilter behavior at frame boundary.

    blue_sky_1080p25.y4m —good —cpu-used=2 —threads=0 —profile=0
    — lag-in-frames=25 —limit=300 —min-q=0 —max-q=63 —cq-level=20
    — end-usage=0 —auto-alt-ref=1 -p 2 —kf-max-dist=9999 —kf-min-dist=0
    — drop-frame=0 —static-thresh=0 —bias-pct=50 —minsection-pct=0
    — maxsection-pct=2000 —arnr-maxframes=7 —arnr-strength=5
    — arnr-type=3 —sharpness=0 —undershoot-pct=100 —target-bitrate=6000

    Change-Id : Ibd0807395d2fe87f24f81f990369678df3de7c23

  • Revision 19c53534bd : test/partial_idct_test : fix formatting and a warning test/partial_idct_test.cc :

    19 décembre 2013, par James Zern

    Changed Paths :
     Modify /test/partial_idct_test.cc



    test/partial_idct_test : fix formatting and a warning

    test/partial_idct_test.cc:74:5 : warning : variable 'size' is
    used uninitialized whenever 'if' condition is true
    [-Wsometimes-uninitialized]
    ASSERT_TRUE(0) << "Wrong Size !" ;

    Change-Id : Ic2f880ae09268561c9f036b4d6de220fde6dc5c4

  • Revision a4ce53f14d : Adaptive motion control on ref and search range This commit takes a preliminary

    21 décembre 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_block.h


     Modify /vp9/encoder/vp9_rdopt.c



    Adaptive motion control on ref and search range

    This commit takes a preliminary attempt to refine the motion search
    control. It detects the SAD associated with mv predictor per reference
    frame, and based on which to determine whether the encoder wants to
    reduce the motion search range (if the predicted mv provides fairly
    small SAD), or to skip the current reference frame (if there exists
    another ref frame that gives much smaller SAD cost).

    This feature is turned on in the settings of speed 1 and above.

    In speed 1, compression performance changed
    derf -0.018%
    yt -0.043%
    hd -0.045%
    stdhd -0.281%

    speed-up
    pedestrian_area_1080p at 4000 kbps 100 frames
    199651ms -> 188846ms (5.5% speed-up)
    blue_sky_1080p at 6000 kbps
    443531ms -> 415239ms (6.3% speed-up)

    In speed 2, compression performance changed
    derf -0.026%
    yt -0.090%
    hd -0.055%
    stdhd -0.210%

    speed-up
    pedstrian 113949ms -> 108855ms (4.5% speed-up)
    blue_sky 271057ms -> 257322ms (5% speed-up)

    Change-Id : I1b74ea28278c94fea329d971d706d573983d810d