2020-01-06から1日間の記事一覧

FFmpeg 長い曲を一定の時間毎に分割する

できるかな? 参照 参照 ffmpeg -i somefile.mp3 -f segment -segment_time 0:30:00 -c copy out-%02d.mp3