Skip to content

Grzelus/Nvidia-Clips-Auto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽฎ Nvidia Clip Filter

A lightweight Python GUI tool for organizing and filtering Nvidia ShadowPlay clips based on folder name and file extension. Perfect for gamers who want to quickly locate highlight reels or gameplay recordings without digging through cluttered folders.


๐Ÿš€ Features

  • Browse and select a folder containing Nvidia clips
  • Automatically uses folder name as keyword (e.g. game title)
  • Filters .mp4 or .mov files that match the keyword
  • Displays how many matching clips were found
  • Calls a built-in filter() function to process the clips

๐Ÿ›  Requirements

  • Python 3.6+
  • tkinter (included with most Python installations)
  • A filter.py file containing the filter() function

๐Ÿ“ Folder Structure

nvidia-clip-filter/ 
โ”‚ 
โ”œโ”€โ”€ main.py  # GUI application
โ”œโ”€โ”€ filter.py  # Contains filter() function used to process clips
โ””โ”€โ”€ README.md  # This file

๐Ÿ“‚ How It Works

  1. Select a folder (e.g. C:/Videos/Valorant)
  2. The app extracts "Valorant" as the keyword
  3. Filters all .mp4 or .mov files in that folder containing "valorant" in the filename
  4. Displays the number of matching clips
  5. Runs the filter() function to process them (e.g. move, rename, etc.)

๐Ÿงช Example

If your folder is:

C:/Users/Kacper/Videos/ApexLegends

The app will:

  • Use "ApexLegends" as the keyword
  • Find all .mp4 or .mov files in that folder with "apexlegends" in the filename
  • Display the count and run your filter logic

๐Ÿง‘โ€๐Ÿ’ป Author

Grzelus โ€” build for clippers


๐Ÿ“ƒ License

Open-source and free to use. Add a license if you plan to share or distribute.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages