Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (57)

  • 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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

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

  • Add image to video effect bottom to top

    7 août 2017, par Thang Tran

    I have 2 png images that I want to insert into an existing video but only 1 image works and the second image does not work : ffmpeg -i input.avi -i Test.png -i Test1.png -filter_complex "overlay=1:y=h-20*t’" -pix_fmt yuv420p -c:a copy output.avi Hope everybody help please.

  • h264 : codec reinit : remove statements without effect

    18 avril 2014, par Janne Grunau
    h264 : codec reinit : remove statements without effect
    

    avctx->coded_height,width will always equal h->height,width since
    init_dimensions() does that explicitly, Size changes are detected by
    changes in mb_height,width earlier and propagated through the
    needs_reinit variable.

    • [DBH] libavcodec/h264_slice.c
  • avfilter/af_headphone : improve performance and reduce latency

    14 avril 2018, par Paul B Mahol
    avfilter/af_headphone : improve performance and reduce latency
    

    Remove not needed code.

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] doc/filters.texi
    • [DH] libavfilter/af_headphone.c