Command-Line Tool
The Command-Line Tool of Youlean Loudness Meter 2 offers advanced users an efficient way to analyze and normalize audio files, and export reports. To begin using the tool, ensure it's properly installed. You can either manually install it or use an installer to integrate it into your system path for system-wide availability.
Basic Usage:
The tool functions via specific command line arguments. Here's the basic usage structure:
Usage: --input-file-path <path> [options]Key Commands and Options:
--input-file-path <path>: Sets the input file path. You can input multiple paths for multi-mono files.--preset-name <name>: Selects the preset name for analysis settings.--channel-config <config>: Chooses the channel configuration, with 'auto' as the default.--export: Triggers the export of reports.--normalize: Exports a normalized file.
Examples of Usage:
Basic Analysis:
--input-file-path "/your/file/path/file.wav"This command analyzes the specified file and prints the results.
Analysis with Export:
--input-file-path "/your/file/path/file.wav" --export --export-type "PNG"Analyzes the file and exports the results as a PNG.
Normalization and Export:
--input-file-path "/your/file/path/file.wav" --normalize --export --export-type "PDF"Normalizes the audio file and exports a PDF report.
Analyze folder script
You can download the scripts here and double-click on the script to load it. On macOS, you may need to make the script executable by using chmod +x. Once launched, it will prompt you to specify the folder for analysis. You can drag the folder from File Explorer or Finder, and every audio file will be analyzed, generating a report.
Download Analyze Folder Script here: link
Watch folder script
Set up a watch folder system to organize your audio files into folders for processing, completed tasks, and errors. This helps you efficiently manage your audio analysis workflow.
Double-click the script to start the watch folder process.
Simply insert any audio files you wish to analyze into the ylm2-to-process folder, and the script will automatically process them, moving them to the appropriate outcome folder.
Download Watch Folder Script here: link
Last updated
Was this helpful?