<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>RND(tech) - Softwarez</title>
    <link>http://www.khanh.net/blog/</link>
    <description>My random co-existence with technology...</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.5.5 - http://www.s9y.org/</generator>
    <pubDate>Sat, 15 Oct 2011 17:25:33 GMT</pubDate>

    <image>
        <url>http://www.khanh.net/blog/templates/bulletproof/img/s9y_banner_small.png</url>
        <title>RSS: RND(tech) - Softwarez - My random co-existence with technology...</title>
        <link>http://www.khanh.net/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>burning files larger than 4GB with linux!</title>
    <link>http://www.khanh.net/blog/archives/57-burning-files-larger-than-4GB-with-linux!.html</link>
            <category>Hardware</category>
            <category>Softwarez</category>
    
    <comments>http://www.khanh.net/blog/archives/57-burning-files-larger-than-4GB-with-linux!.html#comments</comments>
    <wfw:comment>http://www.khanh.net/blog/wfwcomment.php?cid=57</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.khanh.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=57</wfw:commentRss>
    

    <author>nospam@example.com (Khanh Tran)</author>
    <content:encoded>
    Burning files larger than 4GB seems to be a tricky thing in most programs.  Lets say for example, you have a DV file that&#039;s 6GB.  You should be able to fit it on a dual layer DVD without issue, but most burning programs fail to handle it.&lt;br /&gt;
&lt;br /&gt;
Linux seems to work wonders for me on the command line.  If I figure out something in Mac or Windows, I&#039;ll let you know, but I don&#039;t have access to a dual layer burner on either of those OSes at this time.&lt;br /&gt;
&lt;br /&gt;
In Linux, you can make the appropriate ISO image with either:&lt;br /&gt;
&lt;br /&gt;
mkisofs -r -R -J -l -allow-limited-size -udf -o largefile.iso largefile.ext&lt;br /&gt;
&lt;br /&gt;
or use:&lt;br /&gt;
&lt;br /&gt;
genisoimage -allow-limited-size -udf -o largefile.iso largefile.ext&lt;br /&gt;
&lt;br /&gt;
Once the ISO is generated, you could burn with growisofs -Z /dev/dvd=largefile.iso or move the ISO to Mac or Windows... 
    </content:encoded>

    <pubDate>Fri, 01 May 2009 19:51:18 -0700</pubDate>
    <guid isPermaLink="false">http://www.khanh.net/blog/archives/57-guid.html</guid>
    
</item>
<item>
    <title>enabling OS X screen sharing remotely in Terminal</title>
    <link>http://www.khanh.net/blog/archives/58-enabling-OS-X-screen-sharing-remotely-in-Terminal.html</link>
            <category>Apple/Mac</category>
            <category>Softwarez</category>
    
    <comments>http://www.khanh.net/blog/archives/58-enabling-OS-X-screen-sharing-remotely-in-Terminal.html#comments</comments>
    <wfw:comment>http://www.khanh.net/blog/wfwcomment.php?cid=58</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.khanh.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=58</wfw:commentRss>
    

    <author>nospam@example.com (Khanh Tran)</author>
    <content:encoded>
    short and simple for 10.5 (Leopard)&lt;br /&gt;
&lt;br /&gt;
sudo sh -c &amp;quot;/bin/echo -n enabled &amp;gt; /Library/Preferences/com.apple.ScreenSharing.launchd&amp;quot;&lt;br /&gt;
&lt;br /&gt;
slightly different for 10.6 (Snow Leopard)&lt;br /&gt;
&lt;br /&gt;
sudo sh -c &amp;quot;/bin/echo -n enabled &amp;gt; /private/etc/ScreenSharing.launchd&amp;quot;&lt;br /&gt;
&lt;br /&gt;
rm the file to disable it.  launchd polls regularyly, so after you &amp;quot;enable&amp;quot; the service, it&#039;ll be loaded by the time you check for the open port with netstat -an 
    </content:encoded>

    <pubDate>Thu, 08 Oct 2009 19:40:56 -0700</pubDate>
    <guid isPermaLink="false">http://www.khanh.net/blog/archives/58-guid.html</guid>
    
</item>
<item>
    <title>more MythTV and Intel G33 video performance</title>
    <link>http://www.khanh.net/blog/archives/50-more-MythTV-and-Intel-G33-video-performance.html</link>
            <category>Linux</category>
            <category>Softwarez</category>
            <category>Video</category>
    
    <comments>http://www.khanh.net/blog/archives/50-more-MythTV-and-Intel-G33-video-performance.html#comments</comments>
    <wfw:comment>http://www.khanh.net/blog/wfwcomment.php?cid=50</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.khanh.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=50</wfw:commentRss>
    

    <author>nospam@example.com (Khanh Tran)</author>
    <content:encoded>
    Apparently the key to HD playback on MythTV using the Intel integrated X3100 video card (G33 chipset) is not the &quot;extra audio buffering&quot; setting.  In a previous post, I enabled this setting and suddenly my HD video stopped stuttering.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, that wasn&#039;t totally the solution.  When I started playing back my homemade DVDs (from iDVD), I noticed they were all playing back audio fine, but the video was choppy, like the frames were dropping.  The audio tracks on these DVDs were uncompressed PCM.  Anything else (like AC3) would be fine.  The issue was that I was using OSS for sound (via /dev/dsp).&lt;br /&gt;
&lt;br /&gt;
The trick here is to use ALSA.  Changing the sound output in MythTV to ALSA and undoing the &quot;extra audio buffering&quot; yielded HD playback and smooth DVDs with PCM audio.&lt;br /&gt;
&lt;br /&gt;
So far, I can get the Intel X3100 to perform well with MPEG-2 HD (720p and 1080i) content, DVDs (with greedyhdeint x2) and MPEG-4/AAC video at HD frame sizes but low bitrates.  Unfortunately, h.264 video from the HD PVR 1212 with 720p frame sizes at high bitrates (the 7, 10 and 13.5 samples found &lt;a href=&quot;http://www.mythtv.org/wiki/index.php/Hauppauge_HD-PVR&quot;&gt;here&lt;/a&gt;) still peg my Core 2 Duo 2.53GHz at 102%+ 
    </content:encoded>

    <pubDate>Fri, 07 Nov 2008 20:30:10 -0700</pubDate>
    <guid isPermaLink="false">http://www.khanh.net/blog/archives/50-guid.html</guid>
    
</item>

</channel>
</rss>
