<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: mythtv cutlist to mplayer EDL file</title>
	<atom:link href="http://www.outflux.net/blog/archives/2006/08/02/mythtv-cutlist-to-mplayer-edl-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.outflux.net/blog/archives/2006/08/02/mythtv-cutlist-to-mplayer-edl-file/</link>
	<description>code is freedom -- patching my itch</description>
	<lastBuildDate>Tue, 24 Jan 2012 19:58:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: kees</title>
		<link>http://www.outflux.net/blog/archives/2006/08/02/mythtv-cutlist-to-mplayer-edl-file/comment-page-1/#comment-1059</link>
		<dc:creator>kees</dc:creator>
		<pubDate>Fri, 17 Dec 2010 02:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://outflux.net/blog/archives/2006/08/02/mythtv-cutlist-to-mplayer-edl-file/#comment-1059</guid>
		<description>This works pretty well, actually:

$ mplayer -vo null -ao null -identify -frames 10 -quiet $FILE 2&gt;/dev/null &#124; grep ^ID_VIDEO_FPS
ID_VIDEO_FPS=29.970</description>
		<content:encoded><![CDATA[<p>This works pretty well, actually:</p>
<p>$ mplayer -vo null -ao null -identify -frames 10 -quiet $FILE 2&gt;/dev/null | grep ^ID_VIDEO_FPS<br />
ID_VIDEO_FPS=29.970</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shanti Kulkarni</title>
		<link>http://www.outflux.net/blog/archives/2006/08/02/mythtv-cutlist-to-mplayer-edl-file/comment-page-1/#comment-602</link>
		<dc:creator>Shanti Kulkarni</dc:creator>
		<pubDate>Sat, 23 Feb 2008 00:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://outflux.net/blog/archives/2006/08/02/mythtv-cutlist-to-mplayer-edl-file/#comment-602</guid>
		<description>A year and a half after your post, I&#039;m thinking of using your script to use mythcommflag with SageTV on Linux. My suggestion is that rather than assuming that the frame rate is 29.97 (which it might not be for say, HD recordings), you could use ffmpeg to determine the frame rate. For mpeg2 files ffmpeg -i recordedfile.mpg 2&gt;&amp;1 &#124; grep &quot;Stream #0.0&quot; &#124; sed &quot;s/^.*kb\/s, //;s/tb(.)//&quot; seems to spit out the correct number. It doesn&#039;t work for recordings transcoded to nuv though.</description>
		<content:encoded><![CDATA[<p>A year and a half after your post, I&#8217;m thinking of using your script to use mythcommflag with SageTV on Linux. My suggestion is that rather than assuming that the frame rate is 29.97 (which it might not be for say, HD recordings), you could use ffmpeg to determine the frame rate. For mpeg2 files ffmpeg -i recordedfile.mpg 2&gt;&amp;1 | grep &#8220;Stream #0.0&#8243; | sed &#8220;s/^.*kb\/s, //;s/tb(.)//&#8221; seems to spit out the correct number. It doesn&#8217;t work for recordings transcoded to nuv though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

