Nameer is a utility that streamlines the renaming of video files by utilizing their properties. It supports both dragging and dropping files onto the executable and supplying arguments via batch files.
The primary aim of Nameer is to facilitate the organization and management of video collections. By embedding essential properties into filenames, users can easily gauge encoding, quality, and other attributes of their videos. This functionality empowers users to determine which files may require further attention or remastering.
To use Nameer, ensure that ffprobe.exe
is present either in the tool's directory or within the system path. You can extract this executable from the "extras" directory in the Nameer repository.
Input:
Original Filename: home recording.mkv
Output:
Renamed Filename: home_recording_H264_1040p_23fps_5819kbs_AAC_2ch_eng_cze.mkv
- Original file base name with underscores for spaces
- Video format
- Resolution
- Frame rate
- Video bitrate
- Audio format (if applicable)
- Audio channels (if applicable)
- Audio bitrate (if applicable)
- Language (if applicable)
- Original extension
By following these guidelines, Nameer provides a structured approach to renaming video files, enhancing users' ability to manage and comprehend the properties of their collection.