Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (100)

  • 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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • opt : reject denominator zero as out of range

    12 décembre 2016, par Andreas Cadhalpun
    opt : reject denominator zero as out of range
    

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] libavutil/opt.c
  • avfilter/f_loop : fix length of aloop leftover buffer

    3 novembre 2024, par Marton Balint
    avfilter/f_loop : fix length of aloop leftover buffer
    

    If the audio loop stops inside an audio frame, the leftover buffer contains the
    end of the frame, which is not looped. The length supposed to be the part which
    was not written to the loop buffer, so we need to drain exactly that number of
    bytes from the leftover buffer.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavfilter/f_loop.c
  • vf_colorspace : fix range order.

    6 mai 2016, par Ronald S. Bultje
    vf_colorspace : fix range order.
    
    • [DH] libavfilter/vf_colorspace.c