Skip to content

Instantly share code, notes, and snippets.

@eugene-lazarev
Created June 28, 2021 11:18
Show Gist options
  • Save eugene-lazarev/1d0c772a4d4cf64c8cb483f3244a2ab2 to your computer and use it in GitHub Desktop.
Save eugene-lazarev/1d0c772a4d4cf64c8cb483f3244a2ab2 to your computer and use it in GitHub Desktop.
transcode .m4a audio to .ogg — ready to send as "voice message" in telegram
ffmpeg -i file.m4a -acodec libopus file.ogg -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment