<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><pre class="bash geshifilter-bash"><span class="Apple-style-span" style="font-family: Arial; ">Trying to implement the c equivalent of these via the libav libraries:</span></pre><pre class="bash geshifilter-bash"><font class="Apple-style-span" face="Arial"><span class="Apple-style-span" style="font-family: Helvetica; white-space: normal; "><pre class="bash geshifilter-bash"><span class="Apple-style-span" style="font-family: Arial; "><span class="Apple-style-span" style="font-family: Helvetica; white-space: normal; "><pre class="bash geshifilter-bash"><span class="Apple-style-span" style="font-family: Arial; ">ffmpeg -i input.wav -ss 0 -t 30 output.wav</span></pre></span></span></pre></span></font></pre><pre class="bash geshifilter-bash"><span class="Apple-style-span" style="font-family: Arial; ">or </span></pre><pre class="bash geshifilter-bash"><span class="Apple-style-span" style="font-family: Arial; "><span class="Apple-style-span" style="font-family: Helvetica; white-space: normal; "><pre class="bash geshifilter-bash"><span class="Apple-style-span" style="font-family: Arial; ">ffmpeg -i input.mp3 -ss 0 -t 30 output.wav</span></pre></span><div><br></div></span></pre><pre class="bash geshifilter-bash"><span class="Apple-style-span" style="font-family: Arial; ">There doesn't seem to be any examples related to trimming audio. Any suggestions or simple examples would be appreciated.</span></pre><div><span class="Apple-style-span" style="font-family: Arial; "><br></span></div><div>Thanks</div></body></html>