Skip to content

Q: Does deduplicate preserve video with higher size #256

@Testacda

Description

@Testacda
[duplicates]

# If this is set to false duplicates will be discarded, and a rough selection criteria can be configured below
# to select the retained video
preserve_duplicates = False

# If set to -1, no max resolution is set.   Others selecting 720, 1080, 2160, 4380, etc will limit retained videos
# to the desired resolution.   If a too large video is the only one available it will be retained.  Defautls to 4380
max_desired_resolutions = -1

# The codecs in order that you want to retain.
# by default hevc is preferred to h264, which is preferred vs everything else.
desired_codec = hevc, h264

Hello, not really an issue but a question. If I have my configuration set to the above example and there are 2 files with the same resolution and codec, will the video with the higher file size be retained? My bad if this isn't where I am supposed to post questions.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions