NextCloud in docker no video thumbnail for mp4 in external folder

Hi,
I have tried the official guide to generate thumbnails for MP4(Movies) but no video thumbnail in Photos. I have installed ffmeg and have this in config.php

Path in my docker: /path/to/nextcloud/config/www/nextcloud/config/config.php

‘enable_previews’ => true,
‘preview_max_filesize_image’ => -1,
‘enabledPreviewProviders’ => [
‘OC\Preview\BMP’,
‘OC\Preview\GIF’,
‘OC\Preview\Movie’,
‘OC\Preview\JPEG’,
‘OC\Preview\Krita’,
‘OC\Preview\MarkDown’,
‘OC\Preview\MP3’,
‘OC\Preview\OpenDocument’,
‘OC\Preview\PNG’,
‘OC\Preview\TXT’,
‘OC\Preview\XBitmap’,
],

Please HELP ME to sort it out…I like NextCloud very much… --------

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.