<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Using</title><link>https://sourceforge.net/p/flvtrim/wiki/Using/</link><description>Recent changes to Using</description><atom:link href="https://sourceforge.net/p/flvtrim/wiki/Using/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 25 Sep 2014 21:54:31 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/flvtrim/wiki/Using/feed" rel="self" type="application/rss+xml"/><item><title>Using modified by David</title><link>https://sourceforge.net/p/flvtrim/wiki/Using/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="using-the-program"&gt;Using the program&lt;/h2&gt;
&lt;p&gt;This is a command line program, you need to type the commands into a terminal.&lt;/p&gt;
&lt;p&gt;Let us assume you have an audio file called &lt;strong&gt;long_audio.flv&lt;/strong&gt;&lt;br /&gt;
and you would like to have a file called &lt;strong&gt;track.flv&lt;/strong&gt; which contains a period of the first file.&lt;br /&gt;
The first thing is to find the time of the start and the end of the track you want to copy. This program can not help with this, but I have found standard music players do a fine job if displaying the time as they play. This makes it reasonbly easy to find the begining and end of the track required. This needs to be converted to msec, first convert to seconds then multiply by 1000 for msec.&lt;/p&gt;
&lt;p&gt;time 46:32 is 46&lt;em&gt;60 = 2760 plus 32 = 2792 gives 2792000 msec&lt;br /&gt;
or &lt;br /&gt;
time 1:12:02 is 72&lt;/em&gt;60 = 4320 plus 02 = 4322 gives 4322000 msec&lt;/p&gt;
&lt;p&gt;The command line then becomes&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;flv_trim&lt;/span&gt; &lt;span class="n"&gt;long_audio&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;flv&lt;/span&gt; &lt;span class="n"&gt;track&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;flv&lt;/span&gt; &lt;span class="mi"&gt;2792000&lt;/span&gt; &lt;span class="mi"&gt;4322000&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;The original file is not changed in any way, so just experiment.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David</dc:creator><pubDate>Thu, 25 Sep 2014 21:54:31 -0000</pubDate><guid>https://sourceforge.net1a7aa1508c1147a042c722097d2fad69d895c1c8</guid></item></channel></rss>