18 bytes added ,  3 June 2017
highlight keypress
add powershell script
highlight keypress
Line 14: Line 14:
I had a bunch of old, large audio files that were recorded from a mixer. It recorded at stereo 44 kHz, 256kbps.  There were just a lot of them, and in order to save space I modified a PowerShell script for myself. The original source can be found at [https://rolfeleveld.wordpress.com/2014/12/20/mp3-music-too-large-solved-with-powershell-and-lame/ Rolf Eleveld's Blog]. This handles all files, including subfolders recursively.  When you try to use the script for the first time, you may want to uncomment the wait for key press lines.  They are lines 23-25, and highlighted for convenience.
I had a bunch of old, large audio files that were recorded from a mixer. It recorded at stereo 44 kHz, 256kbps.  There were just a lot of them, and in order to save space I modified a PowerShell script for myself. The original source can be found at [https://rolfeleveld.wordpress.com/2014/12/20/mp3-music-too-large-solved-with-powershell-and-lame/ Rolf Eleveld's Blog]. This handles all files, including subfolders recursively.  When you try to use the script for the first time, you may want to uncomment the wait for key press lines.  They are lines 23-25, and highlighted for convenience.


<source lang="ps1" line>
<source lang="ps1" line highlight="94-95">
#PowerShell script
#PowerShell script
# Update $sourceRoot here to point to the folder where you keep  
# Update $sourceRoot here to point to the folder where you keep