<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Mp3 on danix.xyz</title>
    <link>https://danix.xyz/tags/mp3/</link>
    <description>Recent content in Mp3 on danix.xyz</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Fri, 25 May 2012 15:42:02 +0000</lastBuildDate>
    <atom:link href="https://danix.xyz/tags/mp3/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Convert Video Files to MP3</title>
      <link>https://danix.xyz/articles/convertire-file-video-in-mp3/</link>
      <pubDate>Fri, 25 May 2012 15:42:02 +0000</pubDate>
      <guid>https://danix.xyz/articles/convertire-file-video-in-mp3/</guid>
      <description>&lt;p&gt;A quick word on how to convert a video to MP3. Here&amp;rsquo;s how I did it.&lt;/p&gt;&#xA;&lt;div class=&#34;code-block-wrapper not-prose&#34;&gt;&lt;div class=&#34;code-header&#34; data-lang=&#34;bash&#34;&gt;&#xA;    &lt;span class=&#34;code-lang-label&#34;&gt;bash&lt;/span&gt;&#xA;    &lt;div class=&#34;code-copy-wrapper&#34;&gt;&#xA;      &lt;span role=&#34;status&#34; aria-live=&#34;polite&#34; class=&#34;sr-only code-copy-status&#34;&gt;&lt;/span&gt;&#xA;      &lt;button class=&#34;code-copy-btn&#34; aria-label=&#34;Copy code&#34; data-copy-target&gt;&#xA;        &lt;i data-feather=&#34;copy&#34; class=&#34;icon-copy&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;&#xA;        &lt;i data-feather=&#34;check&#34; class=&#34;icon-check hidden&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;&#xA;      &lt;/button&gt;&#xA;    &lt;/div&gt;&#xA;  &lt;/div&gt;&lt;div class=&#34;code-body&#34;&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;&#xA;&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1&#xA;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&#xA;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ffmpeg -i file_to_convert.flv -f mp3 -ab &lt;span class=&#34;m&#34;&gt;192000&lt;/span&gt; -vn new_file.mp3&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Obviously, you need to have ffmpeg installed on your system. The options I passed on that line are:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;-i&lt;/code&gt;: input file&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;-f&lt;/code&gt;: output format&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;-ab&lt;/code&gt;: MP3 bitrate (192 kbps in this case)&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;-vn&lt;/code&gt;: do not capture video&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Simple and fast. Try it out and see for yourself &amp;#x1f609; And naturally, if you use this command or manage to improve it somehow, let me know.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
