Skip to content

Instantly share code, notes, and snippets.

@Saccarab
Created December 12, 2020 06:03
Show Gist options
  • Save Saccarab/8bcd0d1ee16d9cb56dba16ea45497e17 to your computer and use it in GitHub Desktop.
Save Saccarab/8bcd0d1ee16d9cb56dba16ea45497e17 to your computer and use it in GitHub Desktop.
ffmpeg trim without reencoding
ffmpeg -ss $START -i $INFILE -c copy -map 0 -t $DURATION $OUTFILE
ffmpeg -ss "0" -i HB-DAY.mp3 -c copy -map 0 -t "15000" "HB-CUT-p1.mp3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment