Skip to content

Instantly share code, notes, and snippets.

@ambersariya
Last active November 20, 2017 12:53
Show Gist options
  • Save ambersariya/1db21c0c6fbcac62c878c7edb930b56d to your computer and use it in GitHub Desktop.
Save ambersariya/1db21c0c6fbcac62c878c7edb930b56d to your computer and use it in GitHub Desktop.
Audio conversion with FFMPEG

Convert audio clips to M4a Mono acceptable by AR Studio

e.g. WAV audio to M4a as follows using FFMPEG

$> ffmpeg -i my_audio_clip.wav -ac 1 my_audio_clip.m4a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment