Last active
February 24, 2023 07:21
-
-
Save josby/a11cc1d141eac7d6e0a6f198366fcba3 to your computer and use it in GitHub Desktop.
Cut m4a audio files using ffmpeg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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