Skip to content

Instantly share code, notes, and snippets.

@pookjw
Created December 6, 2020 02:44
Show Gist options
  • Save pookjw/d71183ce2dc195e6c9da8135b81127f2 to your computer and use it in GitHub Desktop.
Save pookjw/d71183ce2dc195e6c9da8135b81127f2 to your computer and use it in GitHub Desktop.
# codec: https://stackoverflow.com/questions/19774975/unknown-encoder-libfaac
for i in *flac;do of="${i/.flac/.m4a}"; ffmpeg -i "${i}" -c:a aac_at -c:v copy "${of}";done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment