<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Nathan</title>
    <description>The latest articles on DEV Community by Nathan (@tonystark).</description>
    <link>https://dev.to/tonystark</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F760498%2Fb0874991-592c-4ced-a5bd-73760d8ec1c0.jpeg</url>
      <title>DEV Community: Nathan</title>
      <link>https://dev.to/tonystark</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tonystark"/>
    <language>en</language>
    <item>
      <title>Beeping out portions of an audio file using ffmpeg</title>
      <dc:creator>Nathan</dc:creator>
      <pubDate>Tue, 23 Nov 2021 13:37:42 +0000</pubDate>
      <link>https://dev.to/tonystark/beeping-out-portions-of-an-audio-file-using-ffmpeg-3gd4</link>
      <guid>https://dev.to/tonystark/beeping-out-portions-of-an-audio-file-using-ffmpeg-3gd4</guid>
      <description>&lt;p&gt;I'm trying to use ffmpeg to beep out sections of an audio file (say 10-15 and 20-30). However only the first portion(10-20) gets beeped, whilst the next portion gets muted.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;ffmpeg -i input.mp3 -filter_complex "[0]volume=0:enable='between(t,10,15)+between(t,20,30)'[main];sine=d=5:f=800,adelay=10s,pan=stereo|FL=c0|FR=c0[beep];[main][beep]amix=inputs=2" output.wav
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Using &lt;a href="https://stackoverflow.com/a/59937864/13639008"&gt;this&lt;/a&gt; as my reference, but not able to make much progress.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>ffmpeg</category>
    </item>
  </channel>
</rss>
