Skip to content

Instantly share code, notes, and snippets.

@yhstvhd
Last active October 27, 2019 09:35
Show Gist options
  • Save yhstvhd/455226be40b08c763a44c77dd2b1ec30 to your computer and use it in GitHub Desktop.
Save yhstvhd/455226be40b08c763a44c77dd2b1ec30 to your computer and use it in GitHub Desktop.
ffmpeg無劣化音声切り取り mp3

ffmpeg.exe -i "in.mp3" -ss -t -acodec copy "out.mp3"

 開始時間 0秒なら0 終了時間 -iであらかじめ音声ファイルの長さを取得、計算する必要がある

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment