-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
[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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels