Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (90)

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (7634)

  • avcodec/libx264 : Set min build version to 158 for msvc

    9 juin 2022, par Matt Oliver
    avcodec/libx264 : Set min build version to 158 for msvc
    

    Was "[PATCH] libx264 : Do not explicitly set X264_API_IMPORTS"

    Setting X264_API_IMPORTS only affects msvc builds and it breaks
    linking to static builds (although is required for shared builds).
    This flag is set by x264 in its pkgconfig as required since build
    158 (a615f027ed172e2dd5380e736d487aa858a0c4ff) from July 2019.
    So this patch updates configure to require a newer x264 build that
    correctly sets the imports flag.

    The min version requirement of 158 is applied for msvc builds only.

    This is also removing the check for 'libx264 without pkg-config'
    which was left for compatibility reasons about 7 years ago when
    the pkg-config check was introduced by commit
    e06263ef1e0e172b2c76070b3dc739411af08e82.

    Co-authored-by : softworkz <softworkz@hotmail.com>
    Signed-off-by : softworkz <softworkz@hotmail.com>
    Signed-off-by : Matt Oliver <protogonoi@gmail.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] configure
    • [DH] libavcodec/libx264.c
  • avutil/mem : fix doc for reallocs

    1er avril 2022, par Zhao Zhili
    avutil/mem : fix doc for reallocs
    

    The doc says those function are like av_free if size or nmemb is
    zero. It doesn't match the code. av_realloc() realloc one byte if
    size is zero, which was added by 91ff05f6ac5 ten years ago.
    realloc() itself in C is implementation-dependent. Make the doc
    match the longstanding behaviour.

    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] libavutil/mem.h
  • qsv : add requirement for the mininal version of libmfx

    22 mai 2022, par Haihao Xiang
    qsv : add requirement for the mininal version of libmfx
    

    libmfx 1.28 was released 3 years ago, it is easy to get a greater
    version than 1.28. We may remove lots of compile-time checks if adding
    the requirement for the minimal version in the configure script.

    Reviewed-by : softworkz <softworkz@hotmail.com>
    Signed-off-by : Jean-Baptiste Kempf <jb@videolan.org>
    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] configure
    • [DH] libavcodec/qsv.c
    • [DH] libavcodec/qsvenc.c
    • [DH] libavcodec/qsvenc.h
    • [DH] libavcodec/qsvenc_h264.c
    • [DH] libavcodec/qsvenc_hevc.c
    • [DH] libavfilter/vf_scale_qsv.c
    • [DH] libavfilter/vf_vpp_qsv.c
    • [DH] libavutil/hwcontext_qsv.c