Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (53)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (4540)

  • lavfi/minterpolate : Split struct Pixel to allow higher resolutions.

    3 décembre 2017, par Carl Eugen Hoyos
    lavfi/minterpolate : Split struct Pixel to allow higher resolutions.
    

    Raises the maximum resolution from 2716x2707 to approximately 4096x4095.

    Fixes ticket #6795.

    • [DH] libavfilter/vf_minterpolate.c
  • Fix encoder crash with non-positive sample rates.

    5 janvier 2015, par Ralph Giles
    Fix encoder crash with non-positive sample rates.
    

    Input files with sampling rate 0 are useless and can make
    libvorbis access invalid memory because the logic in
    _vp_psy_init (and probably other functions) isn’t prepared for
    it. A sanity check lets the library refuse those inputs
    gracefully in the initialization functions before they can
    do harm.

    Patch by Martin Steghöfer <martin@steghoefer.eu>

    Fixes #2078
    Bug-Debian : https://bugs.debian.org/716613

    git-svn-id : http://svn.xiph.org/trunk/vorbis@19422 0101bb08-14d6-0310-b084-bc0e0c8e3800

    • [DH] lib/vorbisenc.c
  • ffmpeg : Maintain higher precision pts between video filter and fps code

    16 janvier 2015, par Michael Niedermayer
    ffmpeg : Maintain higher precision pts between video filter and fps code
    

    This is a bit ugly as it attempts to keep most of the computation
    in integers before the double based fps code. The use of integers
    is to reduce the chances of rounding differences between platforms

    Previously the timestamp was rounded to the encoder timebase
    before being converted back to double precision which could cause loss
    of precision

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] ffmpeg.c
    • [DH] tests/ref/fate/filter-setpts