Recherche avancée

Médias (91)

Autres articles (89)

  • Qu’est ce qu’un masque de formulaire

    13 juin 2013, par

    Un masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
    Chaque formulaire de publication d’objet peut donc être personnalisé.
    Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
    Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • How to change bit rate and resolution of video using ffmpeg library

    28 novembre 2018, par samsix

    I am writing an application to change the bit rate and resolution of a local video file (no audio) in Qt and C++ (usig ffmpeg C library). There are some examples on ffmpeg github repo, but none of them has anything about bit rate or resolution changing.

    I am confused on how to proceed with it. Is it done using libavcodec, libavdevice, libavfilter... ?

    Please guide me or share links to any examples

  • vdpau : force reinitialization when output resolution changes

    4 octobre 2014, par Rémi Denis-Courmont
    vdpau : force reinitialization when output resolution changes
    

    This is necessary to recreate the decoder with the correct parameters,
    as not all codecs invoke get_format() in this case.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavcodec/vdpau.c
    • [DH] libavcodec/vdpau_internal.h
  • vdpau : force reinitialization when output resolution changes

    4 octobre 2014, par Rémi Denis-Courmont
    vdpau : force reinitialization when output resolution changes
    

    This is necessary to recreate the decoder with the correct parameters,
    as not all codecs invoke get_format() in this case.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavcodec/vdpau.c
    • [DBH] libavcodec/vdpau_internal.h