<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Yet another open source blog ;-) &#187; mp3</title>
	<atom:link href="http://hwoarang.silverarrow.org/tag/mp3/feed/" rel="self" type="application/rss+xml" />
	<link>http://hwoarang.silverarrow.org</link>
	<description>Open Source - Open Knowledge</description>
	<lastBuildDate>Sun, 29 Jan 2012 19:46:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Export audio from video file</title>
		<link>http://hwoarang.silverarrow.org/2008/01/17/export-audio-from-video-file/</link>
		<comments>http://hwoarang.silverarrow.org/2008/01/17/export-audio-from-video-file/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 10:01:35 +0000</pubDate>
		<dc:creator>Markos</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[avi]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[mp3]]></category>

		<guid isPermaLink="false">http://hwoarang.silverarrow.gr/?p=30</guid>
		<description><![CDATA[There are some times that all of us had a live consert of a band on .avi format and we &#8216;d like to export a song from that here is the way to to that 1) mplayer -dumpaudio AVI_FILE_NAME.avi -dumpfile MP3_FILE_NAME.mp3 Now we have the whole audio data from our video on MP3_FILE_NAME.mp3 Now using [...]]]></description>
			<content:encoded><![CDATA[<p>There are some times that all of us had a live consert of a band on .avi format and we &#8216;d like to export a song from that</p>
<p>here is the way to to that</p>
<p><font color="#ff6600">1) mplayer -dumpaudio AVI_FILE_NAME.avi -dumpfile MP3_FILE_NAME.mp3</font></p>
<p>Now we have the whole audio data from our video on MP3_FILE_NAME.mp3</p>
<p>Now using <strong>mp3splt</strong> we can isolate only the part we want like this</p>
<p><font color="#ff6600">2)mp3splt MP3_FILE_NAME 10.23 11.24</font></p>
<p>10.23 =minutes.seconds</p>
<p>If the part we want to cut stars on <strong>1:25:12</strong> we well write is as : <strong>85:12  </strong></p>
<p>Now a new file with the name <u>MP3_FILE_NAME_1030_11_24.mp3</u> created with the audio part we wanted</p>
]]></content:encoded>
			<wfw:commentRss>http://hwoarang.silverarrow.org/2008/01/17/export-audio-from-video-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

