<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: legal video conversion</title>
	<link>http://ask.metafilter.com/107195/legal-video-conversion/</link>
	<description>Comments on Ask MetaFilter post legal video conversion</description>
	<pubDate>Tue, 18 Nov 2008 22:58:49 -0800</pubDate>
	<lastBuildDate>Tue, 18 Nov 2008 22:58:49 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: legal video conversion</title>
		<link>http://ask.metafilter.com/107195/legal-video-conversion</link>	
		<description>I&apos;d like to legally automate the conversion of quicktime .mov files videos to .flv, providing a drop box service, preferably under linux, but I&apos;m getting tripped up on the first and last parts &lt;br /&gt;&lt;br /&gt; My users are requesting a simple video ingestion/conversion service and they don&apos;t want to use YouTube in an attempt to maintain control of their content.&lt;br&gt;
&lt;br&gt;
There are plenty of tools that will take video file format x, y, and z and convert them to H.263/Sorensen Spark/H.264 .flv files. The obvious choices are ffmpeg / mencoder / vlc project libs.  Unfortunately, to accomplish the conversion they have reverse engineered U.S. patent restricted commercial codecs (please correct me if I&apos;m wrong).  Since I&apos;ll be doing this in a professional capacity, I&apos;d like it to be completely in compliance with the law. &lt;br&gt;
&lt;br&gt;
So I guess my question is three fold:&lt;br&gt;
&lt;br&gt;
1. What&apos;s the cheapest way I can legally do quicktime to flv conversion?&lt;br&gt;
&lt;br&gt;
2. If I&apos;ve got a choice, what&apos;s the best codec to use for web distribution?&lt;br&gt;
&lt;br&gt;
3. What automatable software would you recommend?&lt;br&gt;
&lt;br&gt;
We can probably afford to spend some money, but not, for instance, the $3000 On2 wants for it&apos;s conversion tools.  Also, we have Adobe CS3 Flash and Flash Video Encoder, but I was unable to find a way to script them (on Mac) to do a conversion. Last, if at all possible I&apos;d like to avoid really hacky solutions like &quot;this cool app that records mouse movments and lets you play them back...&quot;&lt;br&gt;
&lt;br&gt;
Thanks.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.107195</guid>
		<pubDate>Tue, 18 Nov 2008 21:32:10 -0800</pubDate>
		<dc:creator>roue</dc:creator>
		
			<category>quicktime</category>
		
			<category>flv</category>
		
			<category>flash</category>
		
			<category>video</category>
		
			<category>convert</category>
		
			<category>conversion</category>
		
			<category>ffmpeg</category>
		
			<category>mencoder</category>
		
			<category>vlc</category>
		
			<category>H263</category>
		
			<category>H264</category>
		
			<category>Sorensen</category>
		
			<category>On2</category>
		
	</item> <item>
		<title>By: rhizome</title>
		<link>http://ask.metafilter.com/107195/legal-video-conversion#1545912</link>	
		<description>When I did this a couple of years ago, the paid codec was only necessary for decoding the flvs from FMS, which means your project would only need it for submitted flv&apos;s, You can refuse these files anyway because why would someone want to convert flv to flv? So, you don&apos;t need it, and &lt;a href=&quot;http://blog.gwikzone.org/2006/09/25/flv-encoding-with-ffmpeg&quot;&gt;ffmpeg will write Flash&lt;/a&gt; 7 (or whatever version) flv&apos;s just fine.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.107195-1545912</guid>
		<pubDate>Tue, 18 Nov 2008 22:58:49 -0800</pubDate>
		<dc:creator>rhizome</dc:creator>
	</item><item>
		<title>By: blasdelf</title>
		<link>http://ask.metafilter.com/107195/legal-video-conversion#1545994</link>	
		<description>The legal hangups are almost entirely imagined, would only apply to binary software distribution, and only the distributors would be liable, not the end users. There are no problems at all for source code distribution &amp;mdash; if you&apos;re extra hand-wringy compile it yourself on each computer you run it on.&lt;br&gt;
&lt;br&gt;
Basically, don&apos;t worry about the legal crap &lt;b&gt;at all&lt;/b&gt;, and for god&apos;s sake don&apos;t pay for any of the commercial stuff, they are largely steaming piles of crap.&lt;br&gt;
&lt;br&gt;
I&apos;d recommend using ffmpeg, it&apos;s never let me down, and has full support for all the containers and codecs you&apos;ll need.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.107195-1545994</guid>
		<pubDate>Wed, 19 Nov 2008 04:55:37 -0800</pubDate>
		<dc:creator>blasdelf</dc:creator>
	</item><item>
		<title>By: filmgeek</title>
		<link>http://ask.metafilter.com/107195/legal-video-conversion#1546023</link>	
		<description>Automation: Sorenson Squeeze or Episode HD both have &apos;drop folder&apos; capability; where you can drop files into folder A...it will process them and put them in folder B (or upload them to an FTP site.)&lt;br&gt;
&lt;br&gt;
Best codec? &lt;br&gt;
For quality WMV or H.264.&lt;br&gt;
Compatibility?  FLV</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.107195-1546023</guid>
		<pubDate>Wed, 19 Nov 2008 06:03:29 -0800</pubDate>
		<dc:creator>filmgeek</dc:creator>
	</item><item>
		<title>By: Kadin2048</title>
		<link>http://ask.metafilter.com/107195/legal-video-conversion#1546293</link>	
		<description>You might want to look at &lt;a href=&quot;https://shop.fluendo.com/&quot;&gt;Fluendo&lt;/a&gt;&apos;s website, or contact them directly.  They offer licensed, US-legal versions of many Linux GStreamer codecs.  I can only find the playback plugins on their page, but they might have the encoders around somewhere that&apos;s not obvious.  I think you&apos;d want an MPEG-4 AVC encoder, since that&apos;s the format that&apos;s actually inside the .flv containers in recent versions of the Flash Video format.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.107195-1546293</guid>
		<pubDate>Wed, 19 Nov 2008 10:06:34 -0800</pubDate>
		<dc:creator>Kadin2048</dc:creator>
	</item><item>
		<title>By: Pronoiac</title>
		<link>http://ask.metafilter.com/107195/legal-video-conversion#1549119</link>	
		<description>A couple of years ago, I saw what was basically a HOWTO build your own Youtube, using the Amazon computer &amp;amp; storage cluster.  &lt;a href=&quot;http://www.thenewsbeforethenews.com/2006/08/28/diy-youtube/&quot;&gt;Here&apos;s a really terse variation,&lt;/a&gt; though I don&apos;t think that&apos;s exactly what I was looking for.  Now &lt;a href=&quot;http://pandastream.com/&quot;&gt;Panda&lt;/a&gt; looks well-suited for you.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.107195-1549119</guid>
		<pubDate>Sat, 22 Nov 2008 00:00:26 -0800</pubDate>
		<dc:creator>Pronoiac</dc:creator>
	</item>
	</channel>
</rss>
