Advanced search

Medias (0)

Tag: - Tags -/masques

No media matches your criterion on the site.

Other articles (105)

  • Déploiements possibles

    31 January 2010, by

    Deux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme); Le nombre d’encodages journaliers et la fréquentation envisagés;
    L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
    Version mono serveur
    La version mono serveur consiste à n’utiliser qu’une (...)

  • (Dés)Activation de fonctionnalités (plugins)

    18 February 2011, by

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

  • Encoding and processing into web-friendly formats

    13 April 2011, by

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

On other websites (8826)

  • tests/checkasm/lpc: reduce range and use signed values

    22 September 2022, by Lynne
    tests/checkasm/lpc: reduce range and use signed values
    

    This is more similar to its regular use, and prevents inaccuracies
    of huge float*float multiplications from failing the tests.

    • [DH] tests/checkasm/lpc.c
  • avcodec/mjpegenc_huffman: Assert length in ff_mjpegenc_huffman_compute_bits()

    8 April 2017, by Michael Niedermayer
    avcodec/mjpegenc_huffman: Assert length in ff_mjpegenc_huffman_compute_bits()
    

    This should help coverity see that the issues this leads to cannot occur

    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mjpegenc_huffman.c
  • avformat/rtsp: Set port_off to zero for low min/max port range

    4 July 2021, by Andriy Gelman
    avformat/rtsp: Set port_off to zero for low min/max port range
    

    Fixes:
    $ ffmpeg -min_port 32000 -max_port 32001 -i rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov -f null -
    [1] 303871 floating point exception (core dumped)

    Reviewed-by: Martin Storsjö <martin@martin.st>
    Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>

    • [DH] libavformat/rtsp.c