Recherche avancée

Médias (91)

Autres articles (71)

  • 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 ;

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • vaapi : Remove H.264 baseline profile

    1er octobre 2017, par Mark Thompson
    vaapi : Remove H.264 baseline profile
    

    This has been deprecated in libva2 because hardware does not and will not
    support it. Therefore never consider it for decode, and for encode assume
    the user meant constrained baseline profile instead.

    • [DBH] libavcodec/vaapi_decode.c
    • [DBH] libavcodec/vaapi_encode_h264.c
  • Does H.264 encoding profile affect encoding performance ?

    3 novembre 2017, par user8154565

    I want to encode in real-time using as little CPU and memory\disk I\O as possible, keeping a low CRF (currently 14). Will changing the encoding profile from Baseline to something else affect encoding CPU usage ?

    My current settings are :

    Profile\Level : Baseline@L5.2

    Resolution and frame rate : 1920x1080 @ 144.001 FPS (variable frame rate mode)

    Average overall data rate : 174 mbit\s (audio is 320kbit\s VBR AAC)

    x264 settings : cabac=0 / ref=1 / deblock=0:0:0 / analyse=0:0 / me=dia / subme=0 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=0 / me_range=16 / chroma_me=1 / trellis=0 / 8x8dct=0 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=0 / threads=24 / lookahead_threads=4 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=0 / weightp=0 / keyint=250 / keyint_min=25 / scenecut=0 / intra_refresh=0 / rc=crf / mbtree=0 / crf=14.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=0

  • vaapi : Make the decode profile matching more explicit

    9 novembre 2017, par Mark Thompson
    vaapi : Make the decode profile matching more explicit
    

    Also fixes a bug where it could attempt to decode with an unsupported
    codec if allow-profile-mismatch was set.

    • [DBH] libavcodec/vaapi_decode.c