Recherche avancée

Médias (91)

Autres articles (61)

  • 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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (12406)

  • AFTER PHP-FFMpeg not converting (error with ffmpeg)

    15 juin 2018, par Magurean Dan Sergiu

    I have installed ffmpeg server side with all the dependencies, updated it. And then installed PHP-FFMpeg with Composer. Tested that ffmpeg is instaled with a ssh conexion.

    root@host [/opt/ffmpeg]# ffmpeg
    ffmpeg version N-81322-ge8b355a Copyright (c) 2000-2016 the FFmpeg developers
    built with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-17)
    configuration: --disable-yasm
    libavutil      55. 28.100 / 55. 28.100
    libavcodec     57. 51.100 / 57. 51.100
    libavformat    57. 46.100 / 57. 46.100
    libavdevice    57.  0.102 / 57.  0.102
    libavfilter     6. 51.100 /  6. 51.100
    libswscale      4.  1.100 /  4.  1.100
    libswresample   2.  1.100 /  2.  1.100
    Hyper fast Audio and Video encoder
    usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options]     outfile}...

    Use -h to get full help or, even better, run 'man ffmpeg'

    But when I try to convert a video file with a php script it throws me a very long error.
    PHP Code :

    <?PHP
    include($_SERVER['DOCUMENT_ROOT']."/vendors/install/vendor/autoload.php");
    $ffmpeg = FFMpeg\FFMpeg::create();
    $video = $ffmpeg->open($_SERVER['DOCUMENT_ROOT'].'/resources/uploads/96048/ffd3c5e349fa5745159deef163b5c253.wmv');
    $video
          ->filters()
          ->synchronize();
    $format = new FFMpeg\Format\Video\X264();
    $format->on('progress', function ($video, $format, $percentage) {
       echo "$percentage % transcoded";});
    $video
         ->save($format,$_SERVER['DOCUMENT_ROOT'].'/resources/uploads/96048/ffd3c5e349fa5745159deef163b5c253.mp4');
    ?>

    Error displayed :

    <b>Fatal error</b>:  Uncaught exception 'Alchemy\BinaryDriver\Exception\ExecutionFailureException' with message 'ffmpeg failed to execute command '/usr/local/bin/ffmpeg' '-y' '-i' '/home/user/working/resources/uploads/23097/2efeb41a1a7085a1dbd469c4895ac23e.wmv' '-async' '1' '-metadata:s:v:0' 'start_time=0' '-threads' '12' '-vcodec' 'libx264' '-acodec' 'libfaac' '-b:v' '1000k' '-refs' '6' '-coder' '1' '-sc_threshold' '40' '-flags' '+loop' '-me_range' '16' '-subq' '7' '-i_qfactor' '0.71' '-qcomp' '0.6' '-qdiff' '4' '-trellis' '1' '-b:a' '128k' '-pass' '1' '-passlogfile' '/tmp/ffmpeg-passes57ad320a1b685j794u/pass-57ad320a1b716' '/home/user/working/resources/uploads/23097/2efeb41a1a7085a1dbd469c4895ac23e.mp4'' in /home/user/working/vendors/install/vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/ProcessRunner.php:100↵Stack trace:↵#0 /home/user/working/vendors/install/vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/ProcessRunner.php(72): Alchemy\BinaryDriver\ProcessRunner-&amp;gt;doExecutionFailure(''/usr/bin/ffmpe...')↵#1 / in <b>/home/user/working/vendors/install/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Media/Video.php</b> on line <b>168</b><br />↵"

    Then I have took the basic code displayed upwards and ran it directly through ssh.

    '/usr/local/bin/ffmpeg' '-y' '-i' '/home/user/working/resources/uploads/23097/2efeb41a1a7085a1dbd469c4895ac23e.wmv' '-async' '1' '-metadata:s:v:0' 'start_time=0' '-threads' '12' '-vcodec' 'libx264' '-acodec' 'libfaac' '-b:v' '1000k' '-refs' '6' '-coder' '1' '-sc_threshold' '40' '-flags' '+loop' '-me_range' '16' '-subq' '7' '-i_qfactor' '0.71' '-qcomp' '0.6' '-qdiff' '4' '-trellis' '1' '-b:a' '128k' '-pass' '1' '-passlogfile' '/tmp/ffmpeg-passes57ad320a1b685j794u/pass-57ad320a1b716' '/home/user/working/resources/uploads/23097/2efeb41a1a7085a1dbd469c4895ac23e.mp4'

    And this is the response I get :

    ffmpeg version N-81322-ge8b355a Copyright (c) 2000-2016 the FFmpeg developers
     built with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-17)
     configuration: --disable-yasm
     libavutil      55. 28.100 / 55. 28.100
     libavcodec     57. 51.100 / 57. 51.100
     libavformat    57. 46.100 / 57. 46.100
     libavdevice    57.  0.102 / 57.  0.102
     libavfilter     6. 51.100 /  6. 51.100
     libswscale      4.  1.100 /  4.  1.100
     libswresample   2.  1.100 /  2.  1.100
    Guessed Channel Layout for Input Stream #0.0 : stereo
    Input #0, asf, from '/home/user/working/resources/uploads/23097/2efeb41a1a7085a1dbd469c4895ac23e.wmv':
     Metadata:
       SfOriginalFPS   : 299700
       WMFSDKVersion   : 11.0.6001.7000
       WMFSDKNeeded    : 0.0.0.0000
       comment         : Footage: Small World Productions, Inc; Tourism New Zealand | Producer: Gary F. Spradling | Music: Steve Ball
       title           : Wildlife in HD
       copyright       : © 2008 Microsoft Corporation
       IsVBR           : 0
       DeviceConformanceTemplate: AP@L3
     Duration: 00:00:30.09, start: 0.000000, bitrate: 6977 kb/s
       Stream #0:0(eng): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, 2 channels, fltp, 192 kb/s
       Stream #0:1(eng): Video: vc1 (Advanced) (WVC1 / 0x31435657), yuv420p, 1280x720, 5942 kb/s, 29.97 fps, 29.97 tbr, 1k tbn, 1k tbc
    Unknown encoder 'libx264'

    My question is what to do next ? I have wasted 3 days to make this work and this is the furthest I have come. How can I test if libx264 is installed corectly ? And if it is not installed corectly how cand I reinstal or make it work ?

    After a few modifications

    I have used an already installed ffmpeg, and removed a few commands (that were by default the same) and this time I used only the command line.

    The request

    '/home/user/working/vendors/install/ffmpeg-git-20160813-64bit-static/ffmpeg' '-y' '-i' '/home/user/working/resources/uploads/96048/ffd3c5e349fa5745159deef163b5c253.wmv' '-async' '1' '-metadata:s:v:0' 'start_time=0' '-vcodec' 'libx264' '-c:a' 'aac' '-b:v' '1000k' '-b:a' '128k' '-pass' '1' '-passlogfile' '/tmp/ffmpeg-passes57b053ce14a12ljm8a/pass-57b053ce14ad3' '/home/user/working/resources/uploads/96048/ffd3c5e349fa5745159deef163b5c253.mp4'

    The new result :

    ffmpeg version N-81328-gceab04f-static http://johnvansickle.com/ffmpeg/  Copyright (c) 2000-2016 the FFmpeg developers
     built with gcc 5.4.1 (Debian 5.4.1-1) 20160803
     configuration: --enable-gpl --enable-version3 --enable-static --disable-debug --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-libwebp --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libfreetype --enable-fontconfig --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvo-amrwbenc --enable-gray --enable-libopenjpeg --enable-libopus --enable-libass --enable-gnutls --enable-libvidstab --enable-libsoxr --enable-frei0r --enable-libfribidi --disable-indev=sndio --disable-outdev=sndio --enable-librtmp --enable-libmfx --enable-libzimg --cc=gcc-5
     libavutil      55. 28.100 / 55. 28.100
     libavcodec     57. 51.102 / 57. 51.102
     libavformat    57. 46.101 / 57. 46.101
     libavdevice    57.  0.102 / 57.  0.102
     libavfilter     6. 51.100 /  6. 51.100
     libswscale      4.  1.100 /  4.  1.100
     libswresample   2.  1.100 /  2.  1.100
     libpostproc    54.  0.100 / 54.  0.100
    Guessed Channel Layout for Input Stream #0.0 : stereo
    Input #0, asf, from '/home/user/working/resources/uploads/96048/ffd3c5e349fa5745159deef163b5c253.wmv':
     Metadata:
       SfOriginalFPS   : 299700
       WMFSDKVersion   : 11.0.6001.7000
       WMFSDKNeeded    : 0.0.0.0000
       comment         : Footage: Small World Productions, Inc; Tourism New Zealand | Producer: Gary F. Spradling | Music: Steve Ball
       title           : Wildlife in HD
       copyright       : © 2008 Microsoft Corporation
       IsVBR           : 0
       DeviceConformanceTemplate: AP@L3
     Duration: 00:00:30.09, start: 0.000000, bitrate: 6977 kb/s
       Stream #0:0(eng): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, 2 channels, fltp, 192 kb/s
       Stream #0:1(eng): Video: vc1 (Advanced) (WVC1 / 0x31435657), yuv420p, 1280x720, 5942 kb/s, 29.97 fps, 29.97 tbr, 1k tbn, 1k tbc
    -async is forwarded to lavfi similarly to -af aresample=async=1:min_hard_comp=0.100000:first_pts=0.
    [libx264 @ 0x442f5c0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 AVX2 LZCNT BMI2
    [libx264 @ 0x442f5c0] ratecontrol_init: can't open stats file
    Output #0, mp4, to '/home/user/working/resources/uploads/96048/ffd3c5e349fa5745159deef163b5c253.mp4':
     Metadata:
       SfOriginalFPS   : 299700
       WMFSDKVersion   : 11.0.6001.7000
       WMFSDKNeeded    : 0.0.0.0000
       comment         : Footage: Small World Productions, Inc; Tourism New Zealand | Producer: Gary F. Spradling | Music: Steve Ball
       title           : Wildlife in HD
       copyright       : © 2008 Microsoft Corporation
       IsVBR           : 0
       DeviceConformanceTemplate: AP@L3
       Stream #0:0(eng): Unknown: none
       Metadata:
         start_time      : 0
         encoder         : Lavc57.51.102 libx264
       Stream #0:1(eng): Unknown: none
       Metadata:
         encoder         : Lavc57.51.102 aac
    Stream mapping:
     Stream #0:1 -> #0:0 (vc1 (native) -> h264 (libx264))
     Stream #0:0 -> #0:1 (wmav2 (native) -> aac (native))
    Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
  • Anomalie #4207 : Visibilité du portfolio dans la mediathèque

    14 novembre 2018, par tetue tetue

    Tiens, intéressant. C’est sans doute parce que la Médiathèque avait été conçue (en 2008) sur le postulat de la disparition du mode d’insertion (image/document) de la table spip_documents et consécutivement du portofolio.
    Pour mémoire : http://romy.tetue.net/mais-ou-est-passee-la-mediatheque-de-spip

  • Screen capture (video screencast) with FFMPEG with very low FPS

    20 septembre 2023, par jesusda

    I recently changed PCs, I went from having an Intel Core i5 4460 with integrated graphics card to a Xeon E5 2678 v3 with AMD RADEON RX 550 graphics.

    &#xA;

    On paper, the new PC is on the order of 3 to 7 times more powerful than the old one and I can attest that this is the case in daily use, video and image editing etc. The advantage of having so many cores and threads available is palpable. In terms of games I haven't tried it because I'm not really a gamer and the few games I use are the typical free ones that come with Debian and some emulators that, honestly, already worked fine with the old PC.

    &#xA;

    However there is one task that brings me head over heels for its terrible performance : video screen capture.

    &#xA;

    With my old PC I was able to capture at over 60 fps at full screen while doing any task I needed to record.

    &#xA;

    Even with my lenovo thinkpad x230 I am able to capture screen at over 80fps with total fluency.

    &#xA;

    The command I have always used is :

    &#xA;

    ffmpeg  -f x11grab -draw_mouse 1 -framerate 60 -video_size 1920x1200 -i :0.0&#x2B;1680,0  -qscale 0 -pix_fmt yuv420p -c:v libx264 -preset medium -qp 0 -q:v 1 -s 1920x1200 -f matroska -threads 4 video.mkv&#xA;

    &#xA;

    notes :

    &#xA;

    -video_size 1920x1200 -i :0.0&#x2B;1680,0 y -s 1920x1200 are the dimensions and position of the region to capture (my right monitor).

    &#xA;

    Notice that I even used -preset medium and software encoding, so I got very good quality even with that parameter setting and without ever going below 60 fps.

    &#xA;

    What happens to me now ?

    &#xA;

    The equipment is unable to capture more than 20 fps which makes any video invalid, with frame drops and not even reach 30fps, which would be the minimum required.

    &#xA;

    In addition, it is quite noticeable the decrease in responsiveness of the PC as soon as I launch the command. That is, all that fluidity and smoothness that is appreciated when working normally, disappears and even moving a window from one side to another is rough and stumbling.

    &#xA;

    I have tried with different parameters of ffmpeg, to capture raw, without encoding.

    &#xA;

    I have tried saving the resulting video directly to RAM disk in order to avoid the possible bottleneck of writing to disk. It doesn't affect it at all.

    &#xA;

    So, does anyone have any suggestions as to at least where I can dig further to find a solution to the problem ?

    &#xA;

    Additional data, in case it helps :

    &#xA;

    $ → inxi&#xA;CPU: 12-Core Intel Xeon E5-2678 v3 (-MT MCP-)&#xA;speed/min/max: 1201/1200/3300 MHz Kernel: 5.10.0-0.bpo.4-amd64 x86_64&#xA;Up: 1d 6h 55m Mem: 6427.6/32012.4 MiB (20.1%)&#xA;Storage: 13.76 TiB (55.9% used) Procs: 433 Shell: bash 5.0.18 inxi: 3.0.32&#xA;&#xA;&#xA;$ → ffmpeg -v&#xA;ffmpeg version 4.1.6 Copyright (c) 2000-2020 the FFmpeg developers&#xA;  built with gcc 8 (Debian 8.3.0-6)&#xA;  configuration: --disable-decoder=amrnb --disable-decoder=libopenjpeg --disable-libopencv --disable-outdev=sdl2 --disable-podpages --disable-sndio --disable-stripping --enable-libaom --enable-avfilter --enable-avresample --enable-gcrypt --disable-gnutls --enable-openssl --enable-gpl --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libfdk-aac --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libilbc --enable-libkvazaar --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtesseract --enable-libtheora --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx265 --enable-libzimg --enable-libxvid --enable-libzvbi --enable-nonfree --enable-opencl --enable-opengl --enable-postproc --enable-pthreads --enable-shared --enable-version3 --enable-libwebp --incdir=/usr/include/x86_64-linux-gnu --libdir=/usr/lib/x86_64-linux-gnu --prefix=/usr --toolchain=hardened --enable-frei0r --enable-chromaprint --enable-libx264 --enable-libiec61883 --enable-libdc1394 --enable-vaapi --enable-libmfx --enable-libvmaf --disable-altivec --shlibdir=/usr/lib/x86_64-linux-gnu&#xA;  libavutil      56. 22.100 / 56. 22.100&#xA;  libavcodec     58. 35.100 / 58. 35.100&#xA;  libavformat    58. 20.100 / 58. 20.100&#xA;  libavdevice    58.  5.100 / 58.  5.100&#xA;  libavfilter     7. 40.101 /  7. 40.101&#xA;  libavresample   4.  0.  0 /  4.  0.  0&#xA;  libswscale      5.  3.100 /  5.  3.100&#xA;  libswresample   3.  3.100 /  3.  3.100&#xA;  libpostproc    55.  3.100 / 55.  3.100&#xA;

    &#xA;

    I have the free amdgpu drivers (not amdgpu-pro), but I activated OpenCL just in case.

    &#xA;

    I followed this tutorial.

    &#xA;

    $ → glxinfo | grep OpenGL&#xA;OpenGL vendor string: AMD&#xA;OpenGL renderer string: Radeon RX550/550 Series (POLARIS12, DRM 3.40.0, 5.10.0-0.bpo.4-amd64, LLVM 11.0.1)&#xA;OpenGL core profile version string: 4.6 (Core Profile) Mesa 20.3.4&#xA;OpenGL core profile shading language version string: 4.60&#xA;OpenGL core profile context flags: (none)&#xA;OpenGL core profile profile mask: core profile&#xA;OpenGL core profile extensions:&#xA;OpenGL version string: 4.6 (Compatibility Profile) Mesa 20.3.4&#xA;OpenGL shading language version string: 4.60&#xA;OpenGL context flags: (none)&#xA;OpenGL profile mask: compatibility profile&#xA;OpenGL extensions:&#xA;OpenGL ES profile version string: OpenGL ES 3.2 Mesa 20.3.4&#xA;OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20&#xA;OpenGL ES profile extensions:&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;$ → clinfo&#xA;Number of platforms                               1&#xA;  Platform Name                                   Clover&#xA;  Platform Vendor                                 Mesa&#xA;  Platform Version                                OpenCL 1.1 Mesa 20.3.4&#xA;  Platform Profile                                FULL_PROFILE&#xA;  Platform Extensions                             cl_khr_icd&#xA;  Platform Extensions function suffix             MESA&#xA;&#xA;  Platform Name                                   Clover&#xA;Number of devices                                 1&#xA;  Device Name                                     Radeon RX550/550 Series (POLARIS12, DRM 3.40.0, 5.10.0-0.bpo.4-amd64, LLVM 11.0.1)&#xA;  Device Vendor                                   AMD&#xA;  Device Vendor ID                                0x1002&#xA;  Device Version                                  OpenCL 1.1 Mesa 20.3.4&#xA;  Driver Version                                  20.3.4&#xA;  Device OpenCL C Version                         OpenCL C 1.1&#xA;  Device Type                                     GPU&#xA;  Device Profile                                  FULL_PROFILE&#xA;  Device Available                                Yes&#xA;  Compiler Available                              Yes&#xA;  Max compute units                               8&#xA;  Max clock frequency                             1183MHz&#xA;  Max work item dimensions                        3&#xA;  Max work item sizes                             256x256x256&#xA;  Max work group size                             256&#xA;  Preferred work group size multiple              64&#xA;  Preferred / native vector sizes&#xA;    char                                                16 / 16&#xA;    short                                                8 / 8&#xA;    int                                                  4 / 4&#xA;    long                                                 2 / 2&#xA;    half                                                 0 / 0        (n/a)&#xA;    float                                                4 / 4&#xA;    double                                               2 / 2        (cl_khr_fp64)&#xA;  Half-precision Floating-point support           (n/a)&#xA;  Single-precision Floating-point support         (core)&#xA;    Denormals                                     No&#xA;    Infinity and NANs                             Yes&#xA;    Round to nearest                              Yes&#xA;    Round to zero                                 No&#xA;    Round to infinity                             No&#xA;    IEEE754-2008 fused multiply-add               No&#xA;    Support is emulated in software               No&#xA;    Correctly-rounded divide and sqrt operations  No&#xA;  Double-precision Floating-point support         (cl_khr_fp64)&#xA;    Denormals                                     Yes&#xA;    Infinity and NANs                             Yes&#xA;    Round to nearest                              Yes&#xA;    Round to zero                                 Yes&#xA;    Round to infinity                             Yes&#xA;    IEEE754-2008 fused multiply-add               Yes&#xA;    Support is emulated in software               No&#xA;  Address bits                                    64, Little-Endian&#xA;  Global memory size                              3221225472 (3GiB)&#xA;  Error Correction support                        No&#xA;  Max memory allocation                           1717986918 (1.6GiB)&#xA;  Unified memory for Host and Device              No&#xA;  Minimum alignment for any data type             128 bytes&#xA;  Alignment of base address                       32768 bits (4096 bytes)&#xA;  Global Memory cache type                        None&#xA;  Image support                                   No&#xA;  Local memory type                               Local&#xA;  Local memory size                               32768 (32KiB)&#xA;  Max number of constant args                     16&#xA;  Max constant buffer size                        67108864 (64MiB)&#xA;  Max size of kernel argument                     1024&#xA;  Queue properties&#xA;    Out-of-order execution                        No&#xA;    Profiling                                     Yes&#xA;  Profiling timer resolution                      0ns&#xA;  Execution capabilities&#xA;    Run OpenCL kernels                            Yes&#xA;    Run native kernels                            No&#xA;  Device Extensions cl_khr_byte_addressable_store cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_fp64&#xA;&#xA;NULL platform behavior&#xA;  clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...)  Clover&#xA;  clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...)   Success [MESA]&#xA;  clCreateContext(NULL, ...) [default]            Success [MESA]&#xA;  clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT)  Success (1)&#xA;    Platform Name                                 Clover&#xA;    Device Name                                   Radeon RX550/550 Series (POLARIS12, DRM 3.40.0, 5.10.0-0.bpo.4-amd64, LLVM 11.0.1)&#xA;  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU)  No devices found in platform&#xA;  clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU)  Success (1)&#xA;    Platform Name                                 Clover&#xA;    Device Name                                   Radeon RX550/550 Series (POLARIS12, DRM 3.40.0, 5.10.0-0.bpo.4-amd64, LLVM 11.0.1)&#xA;  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR)  No devices found in platform&#xA;  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM)  No devices found in platform&#xA;  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL)  Success (1)&#xA;    Platform Name                                 Clover&#xA;    Device Name                                   Radeon RX550/550 Series (POLARIS12, DRM 3.40.0, 5.10.0-0.bpo.4-amd64, LLVM 11.0.1)&#xA;&#xA;ICD loader properties&#xA;  ICD loader Name                                 OpenCL ICD Loader&#xA;  ICD loader Vendor                               OCL Icd free software&#xA;  ICD loader Version                              2.2.12&#xA;  ICD loader Profile                              OpenCL 2.2&#xA;

    &#xA;

    This would not be a tearing problem, as no tearing is visible when playing videos and the TearFree driver policy is enabled.

    &#xA;

    $ → xrandr --verbose | grep TearFree&#xA;    TearFree: on&#xA;    TearFree: on&#xA;    TearFree: on&#xA;

    &#xA;