Helps to reduce the size of your audio files. The script removes all the metadata from input audio files, adds Title and Artist data, and reduces kbps for output audio files.
-
In
getInfo.pyfile, changefolderandoutvariables.folderis the path to the folder which contains audio files that are to be processed.outis the path to the folder to which an output CSV file will be written.
-
In the output CSV file, change
File Name (new),Title (new), andArtist (new)fields.Notes:
File Name (new)requires a basename only (file name without extension) for a processed file. Leave it empty, if the file should not be processed.Title (new)is the title of the audio in the file.Artist (new)is the artist of the audio in the file.
-
In
audioConverter.pyfile, changeinfoFile,outFolder, andoutkbpsvariables.infoFileis the full name of the modified CSV file.outFolderis the folder to which processed audio files will be written.outkbpsis thekbpsparameter for the processed files.
Note: If
kbpsof an input file is smaller than that of the processed file,kbpsof original file will be preserved.