When I'm running occ preview:generate-all -vvv only previews of images and documents are generated, but the mp4 video files are completely ignored.
Generating previews for /user/files/Photos/Birdie.jpg
Generating previews for /user/files/Photos/Frog.jpg
Generating previews for /user/files/Photos/Gorilla.jpg
Generating previews for /user/files/Photos/Library.jpg
Generating previews for /user/files/Photos/Nextcloud community.jpg
Generating previews for /user/files/Photos/Readme.md
Generating previews for /user/files/Photos/Steps.jpg
Generating previews for /user/files/Photos/Toucan.jpg
Generating previews for /user/files/Photos/Vineyard.jpg
MIME Type support:
image/png: supported
image/jpeg: supported
image/heic: supported
image/png: supported
image/tiff: not supported
image/gif: supported
image/bmp: supported
image/x-dcraw: not supported
video/mpeg: not supported
video/webm: not supported
video/mp4: not supported
video/quicktime: not supported
video/x-matroska: not supported
Nextcloud is installed on a Debian 11 VM with Apache and PHP-FPM 8.1.
When I'm running
occ preview:generate-all -vvv
only previews of images and documents are generated, but the mp4 video files are completely ignored.My nextcloud config.php looks like this:
ffmpeg
is installed:occ memories:index
tells me:Nextcloud is installed on a Debian 11 VM with Apache and PHP-FPM 8.1.
What am I missing here?