<?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>Chris Pirillo &#187; flv-video</title>
	<atom:link href="http://chris.pirillo.com/tag/flv-video/feed/" rel="self" type="application/rss+xml" />
	<link>http://chris.pirillo.com</link>
	<description>News and Reviews! Geek, Internet Entrepreneur, Hardware Addict, Software Junkie, Book Author, Once TV Show Host, Technology Enthusiast, Shameless Self-Promoter, Tech Conference Coordinator, Early Adopter, Idea Evangelist, Tech Support Blogger, Bootstrapper, Media Personality, Technology Consultant, Thicker Quicker Picker Upper.</description>
	<lastBuildDate>Wed, 15 Feb 2012 00:38:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Convert FLV Flash Video and Audio</title>
		<link>http://chris.pirillo.com/convert-flv-flash-video-and-audio/</link>
		<comments>http://chris.pirillo.com/convert-flv-flash-video-and-audio/#comments</comments>
		<pubDate>Mon, 14 May 2007 09:36:30 +0000</pubDate>
		<dc:creator>Chris Pirillo</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[convert-flv]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[flv-video]]></category>

		<guid isPermaLink="false">http://chris.pirillo.com/2007/05/14/converting-flv-flash-video-and-audio/</guid>
		<description><![CDATA[<p><p><a href="http://chris.pirillo.com/convert-flv-flash-video-and-audio/">Convert FLV Flash Video and Audio</a></p><p>[Synopsis: Total Video Converter and Moyea FLV to Video Converter are the best FLV conversion tools I've discovered.] This live video thing ain&#8217;t just about vanity &#8211; it&#8217;s about improving (and pseudo-automating) production workflow. We&#8217;ve got a strong community going &#8211; this social network of one. It&#8217;s less about what I bring to the table, [...]</p></p><p><a href="http://chris.pirillo.com/convert-flv-flash-video-and-audio/">Convert FLV Flash Video and Audio</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/convert-flv-flash-video-and-audio/">Convert FLV Flash Video and Audio</a></p><p>[Synopsis: <a href="http://urltea.com/kqj">Total Video Converter</a> and <a href="http://urltea.com/kqk">Moyea FLV to Video Converter</a> are the best FLV conversion tools I've discovered.]</p>
<p>This <a href="http://live.pirillo.com/">live video</a> thing ain&#8217;t just about vanity &#8211; it&#8217;s about improving (and pseudo-automating) production workflow. We&#8217;ve got a strong community going &#8211; this social network of one. It&#8217;s less about what I bring to the table, and more about who else is sitting at my table. Does that make any sense? It does to me.</p>
<p>So, with a video stream going 24/7 (and soon, a separate and complementary live audio stream), we have content coming out of our ears. Capturing it is still somewhat clumsy, however &#8211; as ustream&#8217;s on-demand recording tool isn&#8217;t perfect yet. I can hit the Record button and get to the archive almost immediately after I&#8217;ve finished recording something &#8211; but I can&#8217;t edit that video post-production, and I couldn&#8217;t easily extract the FLV to save it as a local file. Luckily, the developers gave me a separate &#8220;Download&#8221; link for all my video recordings.</p>
<p>The &#8220;problem&#8221; with ustream&#8217;s recordings is that they rely on the Nelly Moser audio codec, which is a proprietary piece of code. I can&#8217;t take their FLV and convert it directly to a more usable format (MP4, AVI, etc.) with any degree of ease &#8211; the video converts fine in any given conversion tool, but the audio generally converts into nothing but white noise. <a href="http://nellymoser.codec.googlepages.com/">Here&#8217;s why</a> Nelly Moser sucks:</p>
<blockquote><p>Recording in flash player is done using a codec called Nellymoser codec. This is a closed format owned by a Nellymoser. So there is no way to convert recorded voice to other format.</p>
<p>As the encoding was done in client side, and flash player don&#8217;t allow you to choose the codec using, so we have to no way to record audio stream in other codec. But many times, we found we need to extract audio from recorded flv for usage other than playing back in FlashPlayer, then the issue arised.</p>
<p>So summary up, the problem all comes from client side, whatever RTMP server(Flash Media Server or Red5) you are using, you still have the same problem. As long as FlashPlayer is encoding it in NellyMoser codec, and disallowing you to switch codec, we have no hope to solve this problem.</p></blockquote>
<p>Although, <a href="http://blog.owenvandijk.nl/2006/10/nelly_moser_ope.html">a bounty has been offered</a> for the first person who codes an open source implementation of the Nellymoser codec:</p>
<blockquote><p>&#8230;the question addresses potential license issues or copyright/patent infringements. Struktur as the principal of the open source implementation of the codec will be fully responsible for potential legal issues. The contractor will be exempted from legal responsibility. It may be uncommon to implement a proprietary algorithm as open source but it is not in reality. There are many examples of proprietary (and patented) software with co-existing, OS software equivalents. Some examples are DES, DSA(?), GIF, JPEG, MPEG-1/2/4, MP3, Quicktime etc.</p></blockquote>
<p>Now, I could use the free <a HREF="http://flv2mp3.com/">FLV NellyMoser to MP3</a> converter to extract the audio out of an FLV and save it as an MP3 through a Web page, but that only solves part of the problem (as I would then have to merge the audio back with the video and wind up introducing potential syncing snags). People started to suggest FLV-specific desktop conversion tools for OS X and WIndows, but nothing worked completely well &#8211; or completely free, for that matter.</p>
<p>Ultimately, we found success with the <a href="http://urltea.com/kqj">Total Video Converter</a> tool. Nelly Moser FLV audio converts just fine, but I was a little overwhelmed by the amount of options in TVC. There are tons of video conversion tools on the Internet today (AVI to MP4, AVCHD to AVI, RM to WMV, et al).</p>
<p>I was most impressed with the simplcity and performance of <a href="http://www.regnow.com/trialware/download/Download_FLV2Video_Setup.exe?item=13973-6&#038;affiliate=32755">Moyea FLV to Video Converter</a> &#8211; which proved to be the only FLV conversion tool that worked without a hitch. The author didn&#8217;t respond to my request for a review unit, so I&#8217;m forking over money to register it &#8211; even though the link I provide here is a direct link to my affiliate code (so if enough of you buy it, I can make up the cost for registration eventually).</p>
<p><a href="http://chris.pirillo.com/convert-flv-flash-video-and-audio/">Convert FLV Flash Video and Audio</a></p>]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/convert-flv-flash-video-and-audio/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/9 queries in 0.352 seconds using disk: basic
Object Caching 452/464 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: s3.pirillo.com

Served from: chris.pirillo.com @ 2012-02-14 23:07:28 -->
