Recherche avancée

Médias (91)

Autres articles (41)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (3538)

  • How to choose gpu among multiple nvidia gpu in ffmpeg 3.2.0 ?

    7 septembre 2018, par jsBaek

    i’m currently using two nvidia p4 graphic cards.

    In previous version of ffmpeg(before 3.2.0), i could choose specific gpu card by using options "-gpu 0 or 1 etc".

    In current version, however, there’s no option for selecting gpu card.

    Actually there’s "gpu" option specified in nvenc_h264.c or nvenc_hevc.c.

    But in nvenc.c file, there’s no code that uses "gpu" option.

    Is there any way that i can choose specific card ?

    How load balancing between two cards is done ?

    Is it done in driver level ?

    Thank you.

  • VIVALDI FFMPEG H264 CODEC NVIDIA Mac OS X 10.12.5 ERROR HTML5 VIDEOS

    30 septembre 2018, par Arthur Melo

    I’ve been suffering with the vivaldi browser when trying to run some videos, I believe they use codecs that vivaldi can not run using the architecture of my video card, or something of the genre.
    The error does not manifest when using the Safari or Chrome or even Opera browsers.
    Attached is the error
    enter image description here

  • FFMPEG decode render using GPU ?

    8 janvier 2019, par TTGroup

    My app is using FFMPEG and SDL to decode an render Videos run on WINDOWS. Decoding is using CPU

    The next version, I want to Decode and Render using GPU (Hardware accelerated), and I want to using FFMPEG with Direct3D 11 for compatible all Graphics Card.

    I have searched on internet during a week, but there is not any Code Sample for this.

    Anyone can show me the code example ?

    Many thanks !