Skip to content

Instantly share code, notes, and snippets.

@josby
Last active February 24, 2023 07:21
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josby/a11cc1d141eac7d6e0a6f198366fcba3 to your computer and use it in GitHub Desktop.
Save josby/a11cc1d141eac7d6e0a6f198366fcba3 to your computer and use it in GitHub Desktop.
Cut m4a audio files using ffmpeg
ffmpeg -i Schönbrunn.m4a -vn -acodec copy -ss 00:00:00 -t 01:19:45 cut_01.19.45.m4a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment