Skip to content

Commit 0a18448

Browse files
2 parents f0902ce + ef1712c commit 0a18448

1 file changed

Lines changed: 10 additions & 22 deletions

File tree

README.md

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,16 @@
33

44
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.
55

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+
78
# 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**.
916
- Only delete files which match the filters.
1017
- 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.
1118
- 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 **
2936
- Run Clean Scan option. Before running the scan, removes database entries for files which no longer exists or failed on ffmpeg/ffprobe.
3037
- Checkbox for show thumbnails option on main toolbar next to Zoom Thumbnails.
3138
- 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.
3240
### Future features
33-
- Download release with all the required binaries needed to run the program. The original fork excludes some binaries.
3441
- Option to remove rescan prompt.
35-
- Search Directories listed on main window.
3642
- Option to clear the filters
3743
- Command line options which can be used to schedule a scan and perform action.
3844

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-
5045
## Requirements
51-
5246
### FFmpeg:
53-
5447
#### Windows user:
5548
- The MSI package contains and installs the ffmpeg binaries.
5649
- 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`
7063
Open terminal in VDF folder and execute `./VDF.GUI` or if you have .NET installed `dotnet VDF.GUI.dll`
7164
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.
7265

73-
## Screenshots (slightly outdated)
74-
<img src="https://user-images.githubusercontent.com/46010672/129763067-8855a538-4a4f-4831-ac42-938eae9343bd.png" width="510">
75-
7666
## License
7767
- Media File Duplicate Finder is licensed under GPLv3
7868
- ffmpeg & ffprobe are licensed under LGPL 2.1 / GPL v2
79-
- ffmpeg binaries are only included in the Windows MSI package.
80-
- If using zip file or when using other platform packages, use instructions in [FFmpeg](README.md#FFmpeg)
8169

8270

8371
## Building

0 commit comments

Comments
 (0)