You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-22Lines changed: 10 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,16 @@
3
3
4
4
Media File Duplicate Finder finds duplicated video, images, and audio files based on similarity. It can finds duplicates which have different resolution, frame rate, watermark, and video file tags.
5
5
6
-
This fork from [0x90d/videoduplicatefinder](https://github.com/0x90d/videoduplicatefinder), has more features and the UI (user interface) has a more standard interface which makes it more intuitive.
6
+
MediaFileDuplicateFinder (**MFDF**) was originally a fork of [0x90d/videoduplicatefinder](https://github.com/0x90d/videoduplicatefinder). Originally this fork was created so-as to add more features and to give the UI a more standard intuitive interface. MediaFileDuplicateFinder has fully broken off from the original fork, so that users could report issues and post enhancement request.
7
+
7
8
# Features
8
-
These features are not on the original base fork, and they're only include in **Media File Duplicate Finder**.
9
+
## Base Features
10
+
- Finds duplicate videos / images based on similarity
11
+
- Fast scanning speed
12
+
- Cross-platform: Windows, Linux and MacOS GUI
13
+
14
+
## Exclusive **MFDF** Features
15
+
These features are not on the original base fork, and they're only included in **Media File Duplicate Finder**.
9
16
- Only delete files which match the filters.
10
17
- The original fork [0x90d/videoduplicatefinder](https://github.com/0x90d/videoduplicatefinder), all actions apply to filtered out items as well as viewable items. It makes it easy for a user to unintentionally delete many files.
11
18
- Media File Duplicate Finder does **NOT** delete files which are filtered out.
@@ -29,28 +36,14 @@ These features are not on the original base fork, and they're only include in **
29
36
- Run Clean Scan option. Before running the scan, removes database entries for files which no longer exists or failed on ffmpeg/ffprobe.
30
37
- Checkbox for show thumbnails option on main toolbar next to Zoom Thumbnails.
31
38
- Select duplicates with shorter file names.
39
+
- Search Directories listed on main window. Toolbar has a checkbox option which allows inclusive and exclusive directories to be displayed on main view.
32
40
### Future features
33
-
- Download release with all the required binaries needed to run the program. The original fork excludes some binaries.
34
41
- Option to remove rescan prompt.
35
-
- Search Directories listed on main window.
36
42
- Option to clear the filters
37
43
- Command line options which can be used to schedule a scan and perform action.
38
44
39
-
# Base Fork Description
40
-
## Features
41
-
- Finds duplicate videos / images based on similarity
42
-
- Fast scanning speed
43
-
- Cross-platform: Windows, Linux and MacOS GUI
44
-
45
-
## Binaries
46
-
47
-
[Daily build](https://github.com/0x90d/videoduplicatefinder/releases/tag/3.0.x) (You need to download FFmpeg and FFprobe yourself, see below! Please note the attachments of this release are automatically created and replaced on every new commit.)
48
-
49
-
50
45
## Requirements
51
-
52
46
### FFmpeg:
53
-
54
47
#### Windows user:
55
48
- The MSI package contains and installs the ffmpeg binaries.
56
49
- If using the zip file, get the latest package from https://ffmpeg.org/download.html, and extract ffmpeg and ffprobe into the same directory of VDF.GUI.dll.
@@ -70,14 +63,9 @@ You may need to set execute permission first `sudo chmod 777 VDF.GUI`
70
63
Open terminal in VDF folder and execute `./VDF.GUI` or if you have .NET installed `dotnet VDF.GUI.dll`
71
64
You may get a permission error. Open system settings of your Mac, go to `Privacy & Security` and then `Developer Tools`. Now add `Terminal` to the list.
0 commit comments