Recherche avancée

Médias (91)

Autres articles (51)

  • Prérequis à l’installation

    31 janvier 2010, par

    Préambule
    Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
    Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
    Il (...)

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

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

  • mdct15 : add assembly optimizations for the 15-point FFT

    18 juin 2017, par Rostislav Pehlivanov
    mdct15 : add assembly optimizations for the 15-point FFT
    

    c : 1802 decicycles in fft15,16774635 runs, 2581 skips
    avx : 865 decicycles in fft15,16776378 runs, 838 skips

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/mdct15.c
    • [DH] libavcodec/mdct15.h
    • [DH] libavcodec/x86/Makefile
    • [DH] libavcodec/x86/mdct15.asm
    • [DH] libavcodec/x86/mdct15_init.c
  • aaccoder : move the Intensity Stereo implementation out

    21 août 2015, par Rostislav Pehlivanov
    aaccoder : move the Intensity Stereo implementation out
    

    This commit moves the intensity stereo implementation
    out from aaccoder and into a separate file. This was
    possible using the previous commits.

    This commit also drastically improves the IS implementation
    by making it phase invariant e.g. it will always choose the
    best possible phase regardless of whether M/S coding is on
    or most of the coefficients have identical phases.
    This also increases the quality and reduces any distortions
    introduced by enablind intensity stereo.

    Users are encouraged to test it out using the -aac_is 1
    parameter as it has always been.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/aaccoder.c
    • [DH] libavcodec/aacenc.c
    • [DH] libavcodec/aacenc_is.c
    • [DH] libavcodec/aacenc_is.h
  • mpegvideo : remove support for libxvid's RC system

    1er mai 2018, par Rostislav Pehlivanov
    mpegvideo : remove support for libxvid's RC system
    

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] MAINTAINERS
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/libxvid_rc.c
    • [DH] libavcodec/mpegvideo.h
    • [DH] libavcodec/mpegvideo_enc.c