#!/bin/bash for i in {1..12} do ffmpeg -i ${i}.aiff -f mp3 -acodec libmp3lame -ab 192000 -ar 44100 ${i}.mp3 done
No comments:
Post a Comment