Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (96)

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

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

Sur d’autres sites (6238)

  • matroskadec : Fix read-after-free in matroska_read_seek()

    6 novembre 2014, par Xiaohan Wang
    matroskadec : Fix read-after-free in matroska_read_seek()
    

    In matroska_read_seek(), |tracks| is assigned at the begining of the
    function. However, functions like matroska_parse_cues() could reallocate
    the tracks and invalidate |tracks|.

    This assigns |tracks| only before using it, so that it will not get
    invalidated elsewhere.

    Bug-Id : chromium/427266

    • [DBH] libavformat/matroskadec.c
  • avformat/dashdec : free resource allocated by xml

    9 septembre 2017, par Steven Liu
    avformat/dashdec : free resource allocated by xml
    

    modify from av_free to xmlFree

    Suggested-by : wm4 <nfxjfg@googlemail.com>
    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/dashdec.c
  • Draw (Free Hand) a particle animation on Extracted images From Video

    31 août 2017, par Vinesh Chauhan

    I am looking for a solution for how can I draw a particle on touch position on images which I have already extracted from a video to save it back as video.

    Flow of my application

    1. Extract images from the video
    2. Draw on each image like we are drawing on a video
    3. Save that drawn particle as an image
    4. Merge that image as video using ffmpeg

    I have got a solution about ffmpeg for this problem, but I am not sure how to do that, so can anyone help me ?