Skip to content

Exiftool: Large File Support #1401

@BetaAthe

Description

@BetaAthe

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.

Metadata

Metadata

Assignees

Labels

enhancementEnhancement or improvement of an existing featurereleasedAvailable in the stable release

Type

No type

Projects

Status

Release 🌈

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions