Recherche avancée

Médias (91)

Autres articles (77)

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

  • Revision fb2a89b1fb : Fixes for key frame coding at speed 5. Keep the same transform cutoff and parti

    23 juin 2015, par Marco

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



    Fixes for key frame coding at speed 5.

    Keep the same transform cutoff and partition selection
    for speed 5 as in speeds >=6 (non-rd speed settings).

    Existing setting for key frame at speed 5 allowed transform size
    up to 32x32 on key frames, and did not allow for 4x4 block partition size.
    This created more visual artifacts on first few frames.

    avgPSNR/overallPSNR/SSIM gains of 0.2/0.7/0.8 for rtc_derf(low-res) set,
    and 0/0.7/1.1 gains for rtc set.

    Change-Id : I8c139ec6c9bb74e14b4ffbad5f12e94f18a59c0b

  • Revision 017baf9f4b : Simplify bilateral filter search for speed Adds an internal buffer in the encod

    15 avril 2015, par Debargha Mukherjee

    Changed Paths :
     Modify /vp9/common/vp9_loopfilter.c


     Modify /vp9/common/vp9_loopfilter.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/encoder/vp9_picklpf.c


     Modify /vp9/encoder/vp9_rd.h



    Simplify bilateral filter search for speed

    Adds an internal buffer in the encoder to store the deblocked
    result to help speed up the search for the best bilateral filter.

    Very small change in performance but a lot faster :
    derflr : +0.518%

    Change-Id : I5d37e016088e559c16317789cfb1c2f49334b2b9

  • What's right way to change playback speed with ffmpeg ?

    25 août 2016, par user2440195

    In my project i’m using ffmpeg to playback media. Currently I’m trying to implement changing of playback speed. Will it be right to drop certain packets at high rates, for example not keyframes ? Or I should rely only on changing timestamps and duration, even if performance is low(for example 4k video) and as a consequence increased speed isn’t noticable ?