Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (53)

  • Que fait exactement ce script ?

    18 janvier 2011, par

    Ce script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
    Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
    Installation de dépendances de MediaSPIP
    Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
    Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (4032)

  • Can't Titan Black use NVENC ?

    13 mars 2016, par SPWW

    I compiled FFMPEG with —enable-nvenc and want to encode with NVENC encoder, but I got this error message when running ffmpeg.

    [nvenc_h264 @ 0x8ed020] 4 CUDA capable devices found
    [nvenc_h264 @ 0x8ed020] [ GPU #0 - < GeForce GTX TITAN Black > has Compute SM 3.5, NVENC Not Available ]
    [nvenc_h264 @ 0x8ed020] [ GPU #1 - < GeForce GTX TITAN Black > has Compute SM 3.5, NVENC Not Available ]
    [nvenc_h264 @ 0x8ed020] [ GPU #2 - < GeForce GTX TITAN Black > has Compute SM 3.5, NVENC Not Available ]
    [nvenc_h264 @ 0x8ed020] [ GPU #3 - < GeForce GTX TITAN Black > has Compute SM 3.5, NVENC Not Available ]
    [nvenc_h264 @ 0x8ed020] No NVENC capable devices found

    I have titan black gpu and as the official document said it should be supported.

    my nvenc-sdk version is 5.0

    and the nvidia-smi info is listed below.

    ~> nvidia-smi
    Wed Jan  6 16:36:55 2016
    +------------------------------------------------------+
    | NVIDIA-SMI 352.39     Driver Version: 352.39         |
    |-------------------------------+----------------------+----------------------+
    | GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
    | Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
    |===============================+======================+======================|
    |   0  GeForce GTX TIT...  Off  | 0000:02:00.0     Off |                  N/A |
    | 54%   82C    P2   215W / 250W |   4422MiB /  6143MiB |     77%      Default |
    +-------------------------------+----------------------+----------------------+
    |   1  GeForce GTX TIT...  Off  | 0000:04:00.0     Off |                  N/A |
    | 55%   82C    P2   160W / 250W |   5926MiB /  6143MiB |     84%      Default |
    +-------------------------------+----------------------+----------------------+
    |   2  GeForce GTX TIT...  Off  | 0000:83:00.0     Off |                  N/A |
    | 58%   83C    P2   147W / 250W |   5926MiB /  6143MiB |     68%      Default |
    +-------------------------------+----------------------+----------------------+
    |   3  GeForce GTX TIT...  Off  | 0000:84:00.0     Off |                  N/A |
    | 53%   83C    P2   191W / 250W |   3155MiB /  6143MiB |     85%      Default |
    +-------------------------------+----------------------+----------------------+
  • I got a message "using Plots" in Julia and I do no how to resolve it

    7 septembre 2020, par Ehsan

    I am a new in Julia and after adding the Plots package I tried to use Plots and I got this Error message :

    


    julia> using Plots
[ Info: Precompiling Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80]
ERROR: LoadError: InitError: could not load library "C:\Users\niri.julia\artifacts\7350a6401f1c0d38cc3518193083bc4f83adfe99\bin\avcodec-58.dll"
The specified module could not be found.
Stacktrace:

ERROR: LoadError: Failed to precompile FFMPEG [c87230d0-a227-11e9-1b43-d7ebe4e7570a] to C:\Users\niri.julia\compiled\v1.5\FFMPEG\TGvga_Ik59J.ji.

ERROR: Failed to precompile Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80] to 


    


    can someone help me to resolve the problem

    


  • Added support for X-Sendfile and X-Accel-Redirect headers for file downloads via PHP.

    6 juin 2013, par blueimp
    Added support for X-Sendfile and X-Accel-Redirect headers for file downloads via PHP.