Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (61)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (6859)

  • Where the ffmpeg.exe is located in when downloading the archive ?

    19 décembre 2015, par Daniel Hamutel

    I went to the official site :

    ffmpeg

    I downloaded first the windows build version then i downloaded the ffmpeg-2.8.3.tar.bz2 file in both i didn’t find the exe.

  • Where the ffmpeg.exe is located in when downloading the archive ?

    16 mars 2018, par Daniel Hamutel

    I went to the official site :

    ffmpeg

    I downloaded first the windows build version then i downloaded the ffmpeg-2.8.3.tar.bz2 file in both i didn’t find the exe.

  • Multiple nVidia GPU transcoding (NOT computing) bottleneck

    11 décembre 2018, par Daniel Cantarin

    I’m doing some nVidia multi-GPU testing. However, this tests are not on the computing field but transcoding, using nvenc/nvdec.

    I have a setup with 3 Quadro GPUs (max 4 on this motherboard), and running some transcoding jobs using ffmpeg.

    Thing is, up to 8 jobs everything is fine, with tolerable GPU and CPU stats.
    But when reaching the 9th job, the nVidia cards metrics start to fall down. Whats troublesome is this : it doesn’t matter the job distribution. That is, if I send 8 jobs to GPU0, and 1 job to GPU1, is the same as 4-5, or 4-4-1, or 0-4-5, etc.

    What I see beggining on the 9th job is :

    1. CPU gets to about 60% usage (30% up to 8th jobs) and doesn’t go up much after adding more jobs.
    2. DECODING metrics falls from about 75% (when single card has 8 jobs) to about 20%.
    3. Every card behaves the same when this problem starts, no matter how many jobs they have.

    And the last strange thing I see : when that problem happens, and I kill all the jobs, the cards keep working for a while (sometimes even minutes).

    All this points to some bottleneck somewhere on the motherboard. Maybe the PCIe bus, maybe some CPU subsystem, I’m not sure. It also points to some buffering happening somewhere. I’m using the usual popular tools to see high-level metrics and curves (top/htop, nvidia-smi, nvtop, etc).

    My question : does anybody knows some common bottlenecks regarding multi-GPU setups that could lead to a problem like this ?

    Any tip would be nice.

    Thanks in advance.