-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
enhancementEnhancement or improvement of an existing featureEnhancement or improvement of an existing featurereleasedAvailable in the stable releaseAvailable in the stable release
Description
Hi. Doing some testing, I am unable to play large videos on my Photoprism instance. With large videos, I mean close to 3GB .mp4 avc1 encoded videos.
I have a folder with more than 10 videos, all encoded the same way. All the videos with size < 2.2 GB are playable, and all of them with size > 2.9GB are not. I don't have any video in the 2.2-2.9 range.
When I try to play that videos, ffmpeg kicks in consuming all the cpu of my server. Disabling ffmpeg transcoding makes the video unplayable.
Also, I saw that those video's metadata was wrong, so digging in a little found out that it was a problem with exiftools, solved by writting
%Image::ExifTool::UserDefined::Options = (
LargeFileSupport => 1,
);
into the .ExifTool_config file in the /root directory.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementEnhancement or improvement of an existing featureEnhancement or improvement of an existing featurereleasedAvailable in the stable releaseAvailable in the stable release
Type
Projects
Status
Release 🌈