녹음 시작하고 실제 내용은 10초 정도 후에 시작되어서… 앞부분 10초 잘라내려면 어떻게 하나요?
ffmpeg 좋은 프로그램인데 사용법을 잘 몰라서…
mp3splt라는 프로그램이 있습니다.
gui환경도 지원합니다.
sudo apt-get install mp3splt-gtk
mp3, ogg 등의 파일들을 디코딩 없이 바로 자르는 프로그램입니다.
사이트는 아래 주소입니다.
http://sourceforge.net/projects/mp3splt/Description
mp3splt is a free utility to split mp3, ogg vorbis and FLAC files without decoding, selecting begin/end time; if file is an album, you can get splitpoints automatically from internet or a local cue, cddb file. It also splits Mp3Wrap and AlbumWrap archives. Supports splitting and trimming by silence detection. For mp3 files, both ID3v1 and ID3v2 are supported using original tags or user defined tags.
ffmpeg -ss 10 -i aaa.mp3 -acodec copy bbb.mp3