<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Ffmpegx – Yeri Tiete</title><link>https://yeri.be/tag/ffmpegx/</link><description>Yeri Tiete's blog</description><language>en</language><copyright>© Yeri Tiete</copyright><lastBuildDate>Fri, 01 Feb 2008 15:53:50 +0100</lastBuildDate><atom:link href="https://yeri.be/tag/ffmpegx/index.xml" rel="self" type="application/rss+xml"/><item><title>EyeTV + ffmpegX = iMovie</title><link>https://yeri.be/eyetv-ffmpegx-imovie/</link><pubDate>Fri, 01 Feb 2008 15:53:50 +0100</pubDate><author>Yeri Tiete</author><guid isPermaLink="true">https://yeri.be/eyetv-ffmpegx-imovie/</guid><description>&lt;p&gt;EyeTV is a cool application that let&amp;rsquo;s you watch TV on your Mac. I happen to have the &amp;ldquo;lite&amp;rdquo; version, because it was significantly cheaper than the other version.&lt;/p&gt;
&lt;p&gt;The cool thing is, you can easily record films or TV episodes with it, but with this version, there is no way to export it to a iMovie project, or to play the recording in a QuickTime based application.&lt;/p&gt;
&lt;p&gt;When recording, it creates a folder &amp;ldquo;Live Recording - $date $time.eyetv&amp;rdquo;. And when double clicking it, it will open EyeTV.&lt;/p&gt;</description><content:encoded><![CDATA[<p>EyeTV is a cool application that let&rsquo;s you watch TV on your Mac. I happen to have the &ldquo;lite&rdquo; version, because it was significantly cheaper than the other version.</p>
<p>The cool thing is, you can easily record films or TV episodes with it, but with this version, there is no way to export it to a iMovie project, or to play the recording in a QuickTime based application.</p>
<p>When recording, it creates a folder &ldquo;Live Recording - $date $time.eyetv&rdquo;. And when double clicking it, it will open EyeTV.</p>
<p>Now if you would go into that folder (rather than opening it), for example with Terminal, you would see four files.</p>
<pre line="1" lang="Bash">Nazgul:Desktop yeri$ cd Live\ Recording\ -\ 31-01-2008\ 21_54.eyetv/
Nazgul:Live Recording - 31-01-2008 21_54.eyetv yeri$ ls -ls
total 1515968173
6 -rw-r--r--  1 yeri  yeri     886080 Jan 31 22:08 000000000d526cf1.eyetvi
8 -rw-r--r--  1 yeri  yeri       1137 Jan 31 22:08 000000000d526cf1.eyetvp
8 -rw-r--r--  1 yeri  yeri       1950 Jan 31 23:48 000000000d526cf1.eyetvr
1514216 -rw-r--r--  1 yeri  yeri  775275716 Jan 31 22:08 000000000d526cf1.mpg</pre>
<p>The only important file is the .mpg file. You can open it with QuickTime, but you won&rsquo;t have any sound.</p>
<p>To move your .mpg file to, e.g., your Movies directory, use (change $You with your username):</p>
<pre line="1" lang="Bash">Nazgul:Live Recording - 21_54.eyetv yeri$ mv *.mpg /Users/$You/Movies/</pre>
<p>The only player that plays the file correctly is <a href="http://www.videolan.org/vlc/" target="_blank" rel="noopener noreferrer">VLC</a>. No way to import it in iMovie, edit it, or share it. But, have no fear, there&rsquo;s a workaround using <a href="http://ffmpegx.com/" target="_blank" rel="noopener noreferrer">ffmpegX</a>. Download and install it (follow the instructions on the website, you&rsquo;ll need to install 3 extra binaries too).</p>
<p>When installed, open the program, import the .mpg file, and export it to, for example, a .mov (-mpeg4) file.</p>
<p style="text-align: center" align="left"><a href="https://static.yeri.be/2008/02/ffmpeg1.png" title="ffmpegX"><img src="https://static.yeri.be/2008/02/ffmpeg1.png" alt="ffmpegX"/></a></p>
<p style="text-align: left" align="left">Converting might take a while.</p>
<p style="text-align: left" align="left">All you then have to do, is to import it in iMovie.</p>
<p style="text-align: center"><a href="https://static.yeri.be/2008/02/imovie1.png" title="iMovie"><img src="https://static.yeri.be/2008/02/imovie1.png" alt="iMovie"/></a></p>
<p>Follow the steps on the screen. iMovie will ask you a few things, and then you&rsquo;ll be ready to edit your recording!</p>
<p>With iMovie &lsquo;08, you can even directly share your records on YouTube, cool stuff!</p>
<p style="text-align: center"><a href="https://static.yeri.be/2008/02/imovie2.png" title="iMovie"><img src="https://static.yeri.be/2008/02/imovie2.png" alt="iMovie"/></a></p>
]]></content:encoded><category>Apple</category><category>Software</category><category>EyeTV</category><category>ffmpegx</category><category>imovie</category><category>youtube</category></item></channel></rss>