Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (76)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • avfilter/vf_minterpolate : Fix left shift of negative value

    6 octobre 2020, par Andreas Rheinhardt
    avfilter/vf_minterpolate : Fix left shift of negative value
    

    This has happened when initializing the motion estimation context if
    width or height of the video was smaller than the block size used
    for motion estimation and if the motion interpolation mode indicates
    not to use motion estimation.

    The solution is of course to only initialize the motion estimation
    context if the interpolation mode uses motion estimation.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavfilter/vf_minterpolate.c
  • avcodec/dvenc : Fix undefined left shift of negative numbers

    29 septembre 2020, par Andreas Rheinhardt
    avcodec/dvenc : Fix undefined left shift of negative numbers
    

    The earlier code was based on the assumption that AVFrame.linesize can
    not be negative.

    Fixes ticket #8280.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/dvenc.c
  • swresample/audioconvert : Fix left shift of negative value

    29 septembre 2020, par Andreas Rheinhardt
    swresample/audioconvert : Fix left shift of negative value
    

    Fixes ticket #8219.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libswresample/audioconvert.c