Video thumbnails separate file

Nextcloud version: 14.0.4.2 & 15.0.0.10
Operating system and version: Ubuntu 18.10
Apache or nginx version: Apache 2.4.34
PHP version: 7.2.10

The video thumbnail appears as separate image file, screenshot: https://ibb.co/M67y1gS

<?php
$CONFIG = array (
  'instanceid' => 'xxx',
  'passwordsalt' => 'xxx',
  'secret' => 'xxx',
  'trusted_domains' =>
  array (
    0 => 'cloud.familylavaud.fr',
  ),
  'datadirectory' => '/srv/nextcloud',
  'dbtype' => 'mysql',
  'version' => '15.0.0.10',
  'overwrite.cli.url' => 'https://cloud.familylavaud.fr',
  'overwriteprotocol' => 'https',
  'overwritehost' => 'cloud.familylavaud.fr',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'nextcloud',
  'dbpassword' => 'xxx',
  'installed' => true,
  'mail_smtpmode' => 'sendmail',
  'mail_from_address' => 'nextcloud',
  'mail_domain' => 'xxx',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'default_language' => 'fr',
  'default_locale' => 'fr_FR',
  'maintenance' => false,
  'theme' => '',
  'loglevel' => 2,
  'updater.release.channel' => 'beta',
  'updater.secret' => 'xxx',
);