Recherche avancée

Médias (91)

Autres articles (107)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (15020)

  • Artifacts after HEVC 10-bit encoding using NVENC

    18 juillet 2017, par Cryman

    Recently I purchased a brand new GPU - AORUS GeForce GTX 1080 Ti. I found out that it supports HEVC 10-bit encoding, so I wanted to give that a try. Unfortunately, after encoding I noticed some artifacts, which occur in dark scenes and last one frame of the video. You can see them on these screenshots :

    Screenshot of a still from an animated scene. There is an artifact near the bottom and slightly to the left. It is square shaped with white squiggles.

    Screenshot of a still from another animated scene. The artifact looks the same as in the previous image but is in a different location, higher up and closer to the center.

    I was wondering if someone could help me figure out what might be the cause of these artifacts and how I can get rid of them.

    Here is the MI of the source video :

    ID                                       : 1
    Format                                   : AVC
    Format/Info                              : Advanced Video Codec
    Format profile                           : High@L4.1
    Format settings, CABAC                   : Yes
    Format settings, ReFrames                : 4 frames
    Codec ID                                 : V_MPEG4/ISO/AVC
    Duration                                 : 2 h 2 min
    Bit rate mode                            : Variable
    Bit rate                                 : 29.5 Mb/s
    Maximum bit rate                         : 37.0 Mb/s
    Width                                    : 1 920 pixels
    Height                                   : 1 080 pixels
    Display aspect ratio                     : 16:9
    Frame rate mode                          : Constant
    Frame rate                               : 23.976 (24000/1001) FPS
    Color space                              : YUV
    Chroma subsampling                       : 4:2:0
    Bit depth                                : 8 bits
    Scan type                                : Progressive
    Bits/(Pixel*Frame)                       : 0.593
    Stream size                              : 25.2 GiB (66%)
    Language                                 : English
    Default                                  : Yes
    Forced                                   : No

    And here is the MI of the encoded video :

    ID                                       : 1
    Format                                   : HEVC
    Format/Info                              : High Efficiency Video Coding
    Format profile                           : Main 10@L4@Main
    Codec ID                                 : V_MPEGH/ISO/HEVC
    Duration                                 : 2 h 2 min
    Bit rate                                 : 3 689 kb/s
    Width                                    : 1 920 pixels
    Height                                   : 800 pixels
    Display aspect ratio                     : 2.40:1
    Frame rate mode                          : Constant
    Frame rate                               : 23.976 (24000/1001) FPS
    Standard                                 : Component
    Color space                              : YUV
    Chroma subsampling                       : 4:2:0
    Bit depth                                : 10 bits
    Bits/(Pixel*Frame)                       : 0.100
    Stream size                              : 3.15 GiB (95%)
    Default                                  : Yes
    Forced                                   : No
    Color range                              : Limited

    The command I’m using for encoding :

    ffmpeg -hide_banner -i "" -map 0:v:0 -map_chapters -1 -map_metadata -1 -vf "crop=1920:800:0:140" -vcodec hevc_nvenc -pix_fmt p010le -preset hq -profile:v main10 -rc constqp -global_quality 21 -rc-lookahead 32 -g 240 -f matroska Video_CQP21_LAF32_GOP240.mkv
  • ffmpeg - cuda encode - OpenEncodeSessionEx failed : out of memory

    31 janvier 2020, par VelDev

    I’m having a problem with ffmpeg video encoding using GPU (CUDA).

    I have 2x nVidia GTX 1050 Ti

    The problem comes when i try to do multiple parallel encodings. More than 2 processes and ffmpeg dies like this :

    [h264_nvenc @ 0xcc1cc0] OpenEncodeSessionEx failed: out of memory (10)

    The problem is nvidia-smi shows there are a lot of resources available on the gpu :

    +-----------------------------------------------------------------------------+
    | NVIDIA-SMI 384.66                 Driver Version: 384.66                    |
    |-------------------------------+----------------------+----------------------+
    | 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 105...  Off  | 00000000:41:00.0 Off |                  N/A |
    | 40%   37C    P0    42W /  75W |    177MiB /  4038MiB |     30%      Default |
    +-------------------------------+----------------------+----------------------+
    |   1  GeForce GTX 105...  Off  | 00000000:42:00.0 Off |                  N/A |
    | 40%   21C    P8    35W /  75W |     10MiB /  4038MiB |      0%      Default |
    +-------------------------------+----------------------+----------------------+

    the second GPU doesn’t seem to be used at all, and there’s more than enough memory left on the first one, to support the 3rd file.

    Any ideas would be extremely helpful !

  • ffmpeg No NVENC capable devices found if run on multiple GPUs [duplicate]

    25 octobre 2017, par Marco Pardo

    This question is an exact duplicate of :

    i have 4 Geforce 1060 GPUs and a running ffmpeg with cuvid on ubuntu server.

    If i run this :

    /bin/ffmpeg -hwaccel cuvid -i 0.mkv -c:v hevc_nvenc -profile:v main -rc vbr_hq -qmin 18 -qmax 24 -b:v 1000k -maxrate 3000k -preset slow -rc-lookahead 32 -g 250 -c:a copy -c:s copy -map 0 -gpu 0 out0.mkv null

    (notice -gpu 0) it works like a charm. I can run 2 conversions at once (on differend GPUs) :

    /bin/ffmpeg -hwaccel cuvid -i 1.mkv -c:v hevc_nvenc -profile:v main -rc vbr_hq -qmin 18 -qmax 24 -b:v 1000k -maxrate 3000k -preset slow -rc-lookahead 32 -g 250 -c:a copy -c:s copy -map 0 -gpu 1 out1.mkv null
    /bin/ffmpeg -hwaccel cuvid -i 2.mkv -c:v hevc_nvenc -profile:v main -rc vbr_hq -qmin 18 -qmax 24 -b:v 1000k -maxrate 3000k -preset slow -rc-lookahead 32 -g 250 -c:a copy -c:s copy -map 0 -gpu 2 out2.mkv null

    all of this works perfectly and i see via nvidia-smi that the processes use the named GPUs.

    But if i run all three commands together the first two started normal and the third creashed with :

    # [hevc_nvenc @ 0x5601103ca560] OpenEncodeSessionEx failed: out of memory (10)
    # [hevc_nvenc @ 0x5601103ca560] No NVENC capable devices
    # found 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

    The memory (on GPUs and system) is more than enough !

    can anyone help me by this ?