<?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>Homebrewed Music &#187; Flip Mino HD</title>
	<atom:link href="http://www.homebrewedmusic.com/tag/flip-mino-hd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.homebrewedmusic.com</link>
	<description>home recording and acoustic guitars</description>
	<lastBuildDate>Sat, 31 Dec 2011 07:25:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Audio for Video &#8211; Avidemux and Wavosaur</title>
		<link>http://www.homebrewedmusic.com/2009/06/11/audio-for-video-avidemux-and-wavosaur/</link>
		<comments>http://www.homebrewedmusic.com/2009/06/11/audio-for-video-avidemux-and-wavosaur/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 21:40:21 +0000</pubDate>
		<dc:creator>Fran Guidry</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Avidemux]]></category>
		<category><![CDATA[Flip Mino HD]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[Wavosaur]]></category>

		<guid isPermaLink="false">http://www.homebrewedmusic.com/?p=360</guid>
		<description><![CDATA[In my last blog entry I described the process for merging audio and video recorded on two different devices, for instance, replacing the audio in a Flip Mino HD video with audio recorded on a Zoom H2. This is a very handy technique, and can give great audio quality in the final video, but sometimes [...]]]></description>
			<content:encoded><![CDATA[<p>In my <a href="http://www.homebrewedmusic.com/2009/06/10/audio-for-video-using-avidemux/">last blog entry</a> I described the process for merging audio and video recorded on two different devices, for instance, replacing the audio in a Flip Mino HD video with audio recorded on a Zoom H2. This is a very handy technique, and can give great audio quality in the final video, but sometimes we only have camera sound available. So this post will describe the steps involved in separating the audio from the video, processing the audio, and merging the improved audio stream back to the video.<span id="more-360"></span></p>
<p>Naturally a cheapskate like me is only interested in free solutions, so the software tools for this project are <a href="http://fixounet.free.fr/avidemux/">Avidemux</a> for video and <a href="http://www.wavosaur.com/">Wavosaur</a> for audio. With these two tools we can tweak our camera audio by raising volume, adding reverb, adjusting tone, and so on.</p>
<h4>Trim Video and Extract Audio</h4>
<p>We start by opening the video in Avidemux. Next we trim the video to eliminate alternate takes and start and stop activity that we don&#8217;t need to display. The A and B markers in Avidemux make this an easy task, just be sure to only set these markers on I frames, not P frames. Then set the container format to match the original video, and save the file, preferably to a new name, retaining the original. Avidemux will only save the portion of the video within the A and B markers. As always with Avidemux we must enter the file extension, and it should match the container format. </p>
<p>Next, open the newly saved trimmed file. We want to save the audio as an uncompressed WAV file in most cases, so set the <strong>Audio</strong> codec to PCM. Then save the audio from this video using the <strong>Audio : Save</strong> menu option, being sure to add the .WAV extension. Close Avidemux.</p>
<h4>Enhance Audio with Wavosaur</h4>
<p>Now start Wavosaur and open the newly extracted audio file. In our example we&#8217;ll only adjust the volume, and we&#8217;ll do that in the simplest way, by normalizing the file to -3dB. (Maximum volume in a digital audio file is called 0dB, so all volume levels are expressed as negative numbers.) Use the <strong>Process : Normalize</strong> menu option, then select <strong>Custom</strong> and set the value to -3. The audio file is now noticeably louder. Save the file and close Wavosaur.</p>
<h4>Merge Enhanced Audio with Avidemux</h4>
<p>Restart Avidemux and open the trimmed clip. Set the container <strong>Format</strong> to match the file type. Now merge the enhanced audio file using the <strong>Audio : Main Track</strong> menu option. Set the source to External WAV and <strong>Open</strong> the file we just ehanced in Wavosaour. We&#8217;re almost done, but we need to recompress the audio &#8211; it&#8217;s currently an uncompressed WAV file and we need to return it to the AAC format (or other as appropriate) that we started with. So set the <strong>Audio</strong> field to the AAC codec and save the file. Now you&#8217;re ready to upload your video with its enhanced audio.</p>
<p>Of course it&#8217;s a lot easier to follow these steps in a video demonstration, so please check this one out. </p>
<p><code><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5116563&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=5116563&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object>
<p><a href="http://vimeo.com/5116563">Audio Enhancement Using Avidemux and Wavosaur</a> from <a href="http://vimeo.com/user1514427">Fran Guidry</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p></code></p>
<h4>VST Plugins</h4>
<p>Wavosaur is a handy audio tool with a simple interface and good performance, but it needs a little help from some other free software tools called <em>VST plugins</em>. These are software tools for audio that can be added to any program that knows how to be a VST host, and Wavosaour is just such a program. </p>
<p>Some of my favorite VST plugins are created by <a href="http://www.kjaerhusaudio.com/classic-series.php">Kjaerhus Audio</a>. The Classic series of effects are all free downloads, and no one should be without Classic EQ and  Classic Reverb. </p>
<p>While I was perusing the <a href="http://www.wavosaur.com/tutorial.php">Wavosaur tutorials</a> I discovered another EQ tool, called <a href="http://leftoverlasagne.googlepages.com/">PushTec 5.1</a> and I was startled by the excellent selection of presets. Be sure to spend a few moments going through the tutorials to better understand the power of Wavosaur and of this terrific free utility.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.homebrewedmusic.com/2009/06/11/audio-for-video-avidemux-and-wavosaur/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Audio for Video using Avidemux</title>
		<link>http://www.homebrewedmusic.com/2009/06/10/audio-for-video-using-avidemux/</link>
		<comments>http://www.homebrewedmusic.com/2009/06/10/audio-for-video-using-avidemux/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 03:53:00 +0000</pubDate>
		<dc:creator>Fran Guidry</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Avidemux]]></category>
		<category><![CDATA[Field Recorder]]></category>
		<category><![CDATA[Flip Mino HD]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.homebrewedmusic.com/?p=338</guid>
		<description><![CDATA[I have a lot of fun with Flip Mino HD camcorder. I&#8217;ve already done a few music videos with it and in my opinion the audio is far behind the quality of the video. Of course, even with expensive video equipment, having the mic on the camera keeps it some distance from the subject. Having [...]]]></description>
			<content:encoded><![CDATA[<p>I have a lot of fun with <a href="http://www.theflip.com/products_flip_mino.shtml#scene=sceneMain">Flip Mino HD camcorder</a>. I&#8217;ve already done a few music videos with it and in my opinion the audio is far behind the quality of the video. Of course, even with expensive video equipment, having the mic on the camera keeps it some distance from the subject. Having a separate mic, much closer to the subject, gives a much better result. <span id="more-338"></span></p>
<h4>A Free Video Editor &#8211; and a Good One</h4>
<p>In the past I&#8217;ve used Windows Movie Maker to combine my audio and video streams, but WMM is not compatible with the MP4 720P file created by the Flip. I was happy to find <a href="http://fixounet.free.fr/avidemux/">Avidemux</a>, a free video editor. The program comes with a wide range of codecs and works on the compressed files without decompressing for simple operations like trimming length and replacing audio. And since that&#8217;s almost all I do to my music videos, it&#8217;s perfect for the job.</p>
<p>Avidemux is simple both in concept and use. You can peruse and search the <a href="http://www.avidemux.org/admWiki/index.php?title=Main_Page">Wiki</a> and ask questions in the <a href="http://www.avidemux.org/admForum/">forum</a> but there&#8217;s no substitute for a little experimenting. </p>
<p>For a simple music video I replace the camera audio with my separate recording and trim the start and end points of the clip. Naturally, when I shoot the video I clap in front of the camera so I have an obvious point to synchronize the two streams. As funny as it seems, getting a good clap important because it makes synchronization so much easier. Try to face the camcorder directly so the instant of contact is easy to see.</p>
<h4>Synch Video with External Audio</h4>
<p>To sync the video first <strong>File : Open</strong> the video file and find the &#8220;clap&#8221; point. Note the time. Then load the external audio file by going to the <strong>Audio : Main Track</strong> menu selection, choosing the format for the external audio file, and open the file. Now when you play the video, the external audio will play instead of the audio recorded by the camcorder. Find the &#8220;clap&#8221; on the audio track and note the time.</p>
<p>Take the difference between the two &#8220;clap&#8221; points in milliseconds. Check the <strong>Shift</strong> option box, and enter the difference value in the milliseconds value field. If the clap happens first on the external audio file, enter the difference as a positive number. If the clap happens first on the video stream, enter the difference as a negative number, with a minus sign preceding.</p>
<p>Now play the video the audio and video &#8220;clap&#8221; should be synchronized. </p>
<h4>Trim the Video</h4>
<p>Next, trim the video to length. Avidemux provides two markers, the A and B marker, which can be placed at any frame in the video. After the markers are set, any save, delete, cut, or copy will affect the section between the markers. My technique for trimming a video is to set the &#8220;A&#8221; marker to the beginning of the good stuff, and the &#8220;B&#8221; marker to the end of the portion I want to keep. When I save the video only the portion between the markers is saved.</p>
<p>Before saving, confirm that the <strong>Format</strong> field is set to the proper container format. If you&#8217;re not converting to a new format, it should be the same as the input video. You may need to set a codec for the audio stream, depending on the container format and the format of the external audio file. Once again, the format used in the original video file is a good choice.</p>
<p>When saving files, Avidemux has a quirk &#8211; probably because it&#8217;s a port from a Linux implementation &#8211; it does not automatically insert the extension on the saved file. You need to specify an extension that matches the container format when you save the video, and you should choose the appropriate extension for audio files and frame exports as well. And one more tip, I always save the file to a new name, so I can re-use the original file if needed.</p>
<p>Here&#8217;s a video demonstrating all the steps I&#8217;ve described. A few moments watching the procedure should make things much more clear. Try the full screen option in the lower right hand corner of the video control bar. </p>
<p><code><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5071851&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=5071851&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object>
<p><a href="http://vimeo.com/5071851">Audio for Video using Avidemux</a> from <a href="http://vimeo.com/user1514427">Fran Guidry</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p></code></p>
<p>I&#8217;ve had a lot of fun learning and using Avidemux. If you need a nifty video tool that works quickly with minimal resources and minimal damage to your video quality, you should give this program a try.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.homebrewedmusic.com/2009/06/10/audio-for-video-using-avidemux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

