<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello all,<div><br></div><div>I am trying to use the following syntax to cut an mp3 audio clip starting at 2 minute mark for 30 seconds:</div><div><br></div><div>./ffmpeg -ss 00:02:00 -i angel.mp3 -t 00:00:30 angel_ffmpeg.mp3<br><br></div><div>ffmpeg complains about "Encoder (codec none) not found for output stream #0:1". It seems like it's trying to look for and output a video? Are there switches to enable audio-only processing?</div><div><br></div><div><br></div><div>Thanks in advance!</div>
<br></body></html>