for file in *.wma; do ffmpeg -i "${file}" -acodec libmp3lame -ab 192k "${file/.wma/.mp3}"; done
Created
October 30, 2018 09:59
-
-
Save gunjanpatel/d42a9d5a83ed742d918011d0fb24539e to your computer and use it in GitHub Desktop.
FFMPEG scripts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment