Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (49)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (9210)

  • avfilter/vf_colorlevels : Fix build failure on ARM

    6 mars 2022, par Michael Niedermayer
    avfilter/vf_colorlevels : Fix build failure on ARM
    

    This fixes building for arm after 10c2ef1ca41dbe7811f0588f4163c8cf7b8fda66.
    The argument to av_clip_uintp2 must be an assembly time immediate
    constant.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Reviewed-by and commit message details-by : Martin Storsjö <martin@martin.st>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/vf_colorlevels.c
  • rtmpproto : Add getStreamLength call to query duration

    14 octobre 2014, par Uwe L. Korn
    rtmpproto : Add getStreamLength call to query duration
    

    In (non-live) streams with no metadata, the duration of a stream can
    be retrieved by calling the RTMP function getStreamLength with the
    playpath. The server will return a positive duration upon the request if
    the duration is known, otherwise either no response or a duration of 0
    will be returned.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/rtmpproto.c
  • smacker : Don’t return packets in unallocated streams

    11 septembre 2013, par Martin Storsjö
    smacker : Don’t return packets in unallocated streams
    

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/smacker.c