Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (30)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (4106)

  • libavdevice : Update the class name as uniform style

    13 août 2019, par Jun Zhao
    libavdevice : Update the class name as uniform style
    

    Update the class name to uniform indev/outdev style.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavdevice/alsa_dec.c
    • [DH] libavdevice/alsa_enc.c
    • [DH] libavdevice/avfoundation.m
    • [DH] libavdevice/bktr.c
    • [DH] libavdevice/caca.c
    • [DH] libavdevice/decklink_dec_c.c
    • [DH] libavdevice/decklink_enc_c.c
    • [DH] libavdevice/openal-dec.c
    • [DH] libavdevice/oss_dec.c
    • [DH] libavdevice/oss_enc.c
    • [DH] libavdevice/pulse_audio_dec.c
    • [DH] libavdevice/pulse_audio_enc.c
  • lavc : Deprecate avctx.me_method

    7 juillet 2015, par Vittorio Giovara
    lavc : Deprecate avctx.me_method
    

    This option is extremely codec specific and only a few codecs employ it.
    Move it to codec private options instead : mpegenc family supports only 3
    values, xavs and x264 use 5, and xvid has a different metric entirely.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] doc/encoders.texi
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/libx264.c
    • [DH] libavcodec/libxavs.c
    • [DH] libavcodec/libxvid.c
    • [DH] libavcodec/motion_est.c
    • [DH] libavcodec/motion_est.h
    • [DH] libavcodec/mpegvideo.h
    • [DH] libavcodec/mpegvideo_enc.c
    • [DH] libavcodec/options_table.h
    • [DH] libavcodec/svq1enc.c
    • [DH] libavcodec/svq1enc.h
    • [DH] libavcodec/version.h
    • [DH] libavcodec/wmv2enc.c
  • fftools/ffmpeg : add an AVClass to MuxStream/OutputStream

    28 janvier 2023, par Anton Khirnov
    fftools/ffmpeg : add an AVClass to MuxStream/OutputStream
    

    Use it for logging. This makes log messages related to this output
    stream more consistent.

    • [DH] fftools/ffmpeg.c
    • [DH] fftools/ffmpeg.h
    • [DH] fftools/ffmpeg_demux.c
    • [DH] fftools/ffmpeg_mux.c
    • [DH] fftools/ffmpeg_mux.h
    • [DH] fftools/ffmpeg_mux_init.c
    • [DH] fftools/ffmpeg_opt.c