This simple GUI is designed for sorting videos and is compatible with Mac and Windows platforms. It offers a user-friendly interface to categorize your video files efficiently, making it an ideal tool for organizing videos for machine learning projects or personal use.
- Customizable Keybindings: Set your preferred shortcuts for play/pause, restart, unsort, and sorting into specific folders.
- Folder Sorting: Easily configure the application to sort videos into designated folders based on your keybindings.
- Save Settings: Your keybindings, folder mappings, and video directory path can be saved for future sessions, streamlining your workflow.
- Download the Executable: Download the executable file suitable for your operating system and the keybinding file. Ensure that the executable and the
video_sorter_keybinding.pyfile are in the same directory. - Run the Application: Launch the executable. Upon first run, you'll be prompted to input your desired keybindings, folders for sorting, and the path to the unsorted videos. These settings can be saved to the
video_sorter_keybinding.pyfile for convenience in future uses.
If you prefer to run the application as a script, follow these steps:
- Create a Conda Environment: Set up a new Conda environment using Python 3.12.0: conda create --name your_env_name python=3.12.0
- Install PyQt5: Use pip to install the PyQt5 package required for the GUI: pip install PyQt5
- Download script and keybindings: Place them in the same directory
- Run the Script: Navigate to the directory and execute the script: python simple_video_sorter.py
- Python 3.12.0: Ensure you have Python version 3.12.0 installed in your environment.
- PyQt5: This package is used for the GUI components of the application.
- GStreamer (Mac/Linux) or K-Lite Codec Pack (Windows): These are required for video playback functionality.
Originally developed to assist in sorting videos for machine learning datasets, this application is designed to be flexible and robust enough for various use cases. Whether you're organizing personal video collections or preparing data for analysis, Simple Video Sorter can help streamline the process.