Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (81)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

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

  • No NVENC capable devices found with RTX 2080 graphics card

    6 juin 2019, par AL-KOON

    I’m using ffmpeg and I got this error : No NVENC capable devices found

    cmd code : ffmpeg -i "OPM.mkv" -c:a copy -c:v nvenc_h264 test1.mp4

    my graphics card : ASUS GeForce RTX 2080 O8G ROG STRIX OC Edition GDDR6 HDMI DP 1.4 Type-C

    and when I used this command

    ffmpeg -i "OPM.mkv" -map 0:v:0 -map 0:a:0 -c:a copy -c:v nvenc_h264
    -crf 18 -preset slow "test1.mp4"

    I got this error : Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height

  • avcodec/d3d12va_decode|dxva2 : add a warning to replace assertion

    28 décembre 2023, par Tong Wu
    avcodec/d3d12va_decode|dxva2 : add a warning to replace assertion
    

    Previous assertion was not useful. Now a warning is added to replace it.
    For get_surface_index, we should return a zero index in case the index is not found.
    But a warning is necessary to notify.

    Signed-off-by : Tong Wu <tong1.wu@intel.com>

    • [DH] libavcodec/d3d12va_decode.c
    • [DH] libavcodec/dxva2.c
  • lavfi/atempo : avoid asendcmd assertion failure

    13 mars 2024, par Rajiv Harlalka
    lavfi/atempo : avoid asendcmd assertion failure
    

    Check for zeros equal to the total samples early, because in
    that case we would already be leaving the first few frames out.

    Fixes trac ticket #10692

    • [DH] libavfilter/af_atempo.c