Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (62)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (8070)

  • libavcodec/exr : indent gray support patch

    27 juin 2016, par Martin Vignali
    libavcodec/exr : indent gray support patch
    

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

    • [DH] libavcodec/exr.c
  • How to apply a patch to ffmpeg version 3.0.2

    13 juin 2016, par user3362668

    I have this patch for ffmpeg to fix audio channel output : https://gist.github.com/outlyer/4a88f1adb7f895b93fd9, I cannot seem to find how to recompile or apply this to ffmpeg ? Curious if anyone out there has worked with this and successfully enabled it.

    Thank you !

  • Revision b29c48b03c : Shorten GF/arf interval in hard scenes. This patch accounts in the first pass s

    6 mars 2015, par paulwilkins

    Changed Paths :
     Modify /vp9/encoder/vp9_firstpass.c



    Shorten GF/arf interval in hard scenes.

    This patch accounts in the first pass stats for blocks that
    while not coded as intra, are complex and have an intra error /
    best error ratio below a threshold.

    The modification shortens the GF arf interval for a particular
    class of content that contains a lot of blocks matching the
    above criteria. (In one short problem test sequence the average
    interval dropped from about 14-15 to 10-11)

    The change results in small net gains in metrics results for the
    Yt( 0.2%) and yt-hd ( 0.5%) sets and is approximately neutral
    for the other test sets.

    The change is currently shielded by a flag and off by default
    pending verification that it does not cause other regressions
    in tests on a wider YT test set.

    Change-Id : I6b803daa6a4ac09a6f428fb3a18be1ecedd974b7