Recherche avancée

Médias (91)

Autres articles (36)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (12822)

  • avformat/mxfdec : set toolkit version metadata

    1er février 2021, par Limin Wang
    avformat/mxfdec : set toolkit version metadata
    

    Please check the string of toolkit version with below command :
    ./ffmpeg -i ../fate-suite/mxf/Sony-00001.mxf -c:v copy -c:a copy out.mxf
    ./ffmpeg -i out.mxf
    ....
    toolkit_version : 58.65.101.0.0

    Reviewed-by : Tomas Härdin <tjoppen@acc.umu.se>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavformat/mxfdec.c
    • [DH] tests/ref/fate/mxf-probe-applehdr10
    • [DH] tests/ref/fate/mxf-probe-dnxhd
  • avformat/mxfenc : prefer to use the configured metadata

    2 février 2021, par Limin Wang
    avformat/mxfenc : prefer to use the configured metadata
    

    The metadata company_name, product_name, product_version from input
    file will be deleted to avoid overwriting information
    Please to test with below commands :
    ./ffmpeg -i ../fate-suite/mxf/Sony-00001.mxf -c:v copy -c:a copy out.mxf
    and
    ./ffmpeg -i ../fate-suite/mxf/Sony-00001.mxf -c:v copy -c:a copy \
    -metadata company_name="xxx" \
    -metadata product_name="xxx" \
    -metadata product_version="xxx" \
    out.mxf

    Reviewed-by : Tomas Härdin <tjoppen@acc.umu.se>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] fftools/ffmpeg_opt.c
    • [DH] libavformat/mxfenc.c
  • avfilter/vf_identity : remove unnecessary check

    13 mars 2021, par Limin Wang
    avfilter/vf_identity : remove unnecessary check
    

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavfilter/vf_identity.c