Recherche avancée

Médias (91)

Autres articles (47)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • tcp : properly return EOF

    30 décembre 2017, par wm4
    tcp : properly return EOF
    

    There is no POSIX error code for EOF - recv() signals EOF by simply
    returning 0. But libavformat recently changed its conventions and
    requires an explicit AVERROR_EOF, or it might get into an endless retry
    loop, consuming 100% CPU while doing nothing.

    • [DH] libavformat/tcp.c
  • avcodec/screenpresso : return the packet size instead of 0

    15 décembre 2016, par Michael Niedermayer
    avcodec/screenpresso : return the packet size instead of 0
    

    Most decoders return the amount of data used.
    This is more consistent

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/screenpresso.c
  • avcodec/smvjpegdec : return the packet size instead of 0

    15 décembre 2016, par Michael Niedermayer
    avcodec/smvjpegdec : return the packet size instead of 0
    

    Most decoders return the amount of data used.
    This is more consistent

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/smvjpegdec.c