Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (44)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • 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

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

Sur d’autres sites (8566)

  • Add a maintainer for the delogo filter

    2 juillet 2013, par Jean Delvare
    Add a maintainer for the delogo filter
    

    I volunteer to maintain the delogo filter for at least the year to
    come.

    Signed-off-by : Jean Delvare <khali@linux-fr.org>
    patch/commit split by commiter
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] MAINTAINERS
  • Revision 9dead02b09 : Quick fix to stop vpxdec infinite loop vpxdec stays in a loop when decoding vp9

    12 juin 2013, par Scott LaVarnway

    Changed Paths :
     Modify /vp9/vp9_dx_iface.c



    Quick fix to stop vpxdec infinite loop

    vpxdec stays in a loop when decoding vp9. This patch is a
    quick fix to stop the loop when all data has been decoded.
    Eventually we should move the vp9_get_raw_frame() call into
    vp8_get_frame().

    Change-Id : I3f97b6b4e1fe9ba69f746a29fc54c3304956f661

  • Adding support for muxing VP8 Alpha files

    9 mai 2013, par Vignesh Venkatasubramanian
    Adding support for muxing VP8 Alpha files
    

    This patch adds support for muxing VP8 Alpha Files. The Alpha channel data is
    placed in BlockAdditional element of the matroska container. More information
    & exact spec on how this is implemented can be found here : http://goo.gl/wCP1y

    Signed-off-by : Vignesh Venkatasubramanian <vigneshv@google.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/matroskaenc.c