Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (57)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

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

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (10027)

  • x86 : AVX2 high bit-depth denoise_dct

    6 mai 2013, par Henrik Gramner
    x86 : AVX2 high bit-depth denoise_dct
    

    28->15 cycles

    Also reorder instructions to use fewer registers, 3 cycles faster on Ivy Bridge with 64-bit Windows.

    • [DH] common/quant.c
    • [DH] common/x86/quant-a.asm
  • avformat/mov : fix timecode with high frame rate content

    10 avril 2022, par Marton Balint
    avformat/mov : fix timecode with high frame rate content
    

    60 fps content have "Number of Frames" set to 30 in the tmcd atom, but the
    frame duration / timescale reflects the original video frame rate.

    Therefore we multiply the frame count with the quotient of the rounded timecode
    frame rate and the "Number of Frames" per second to get a frame count in the original
    (higher) frame rate.

    Note that the frames part in the timecode will be in high frame rate which will
    make the timecode different to e.g. MediaInfo which seems to show the 30 fps
    timecode even for 120 fps content.

    Regression since 428b4aacb1a91a267650de644519882a5f700388.

    Fixes ticket #9710.
    Fixes ticket #9492.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/isom.h
    • [DH] libavformat/mov.c
  • Revision 2baec56312 : Tidied high bitdepth variance Refactored code to match current style on master.

    3 juin 2014, par Peter de Rivaz

    Changed Paths :
     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_mcomp.c


     Modify /vp9/encoder/vp9_picklpf.c


     Modify /vp9/encoder/vp9_sad.c


     Modify /vp9/encoder/vp9_variance.c


     Modify /vp9/encoder/vp9_variance.h



    Tidied high bitdepth variance

    Refactored code to match current style on master.
    Also fixed a bug where some sse results were
    not being shifted for high bitdepth.
    Also increased internal bitdepth for variance to
    avoid saturation.
    Also added rounding for variance when computing
    shifted results.

    Change-Id : I322bbc1b9abe82c8ef72ab97991720240ddf755c