<?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: Create DVDs in Linux with DeVeDe, mkisofs, and K3B</title> <atom:link href="http://www.ghacks.net/2009/03/20/create-dvds-in-linux-with-devede-mkisofs-and-k3b/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net/2009/03/20/create-dvds-in-linux-with-devede-mkisofs-and-k3b/</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sun, 12 Feb 2012 06:10:44 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: whbf098</title><link>http://www.ghacks.net/2009/03/20/create-dvds-in-linux-with-devede-mkisofs-and-k3b/comment-page-1/#comment-878635</link> <dc:creator>whbf098</dc:creator> <pubDate>Sun, 06 Sep 2009 20:38:19 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=11348#comment-878635</guid> <description>I am at the point where i have the ISO However it is 4.8gb and too large for the disc. any advice?</description> <content:encoded><![CDATA[<p>I am at the point where i have the ISO However it is 4.8gb and too large for the disc. any advice?</p> ]]></content:encoded> </item> <item><title>By: The Mighty Buzzard</title><link>http://www.ghacks.net/2009/03/20/create-dvds-in-linux-with-devede-mkisofs-and-k3b/comment-page-1/#comment-687038</link> <dc:creator>The Mighty Buzzard</dc:creator> <pubDate>Fri, 20 Mar 2009 16:30:55 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=11348#comment-687038</guid> <description>K3b does fine without having to have an iso, you just have to hit &quot;Further actions...&quot; and click on &quot;New Video DVD Project&quot;.
Me, I use my gaming box for video transcoding.  I love me some Linux goodness but Windows does have better video tools.  Plus my gaming box has a much faster cpu.</description> <content:encoded><![CDATA[<p>K3b does fine without having to have an iso, you just have to hit &#8220;Further actions&#8230;&#8221; and click on &#8220;New Video DVD Project&#8221;.</p><p>Me, I use my gaming box for video transcoding.  I love me some Linux goodness but Windows does have better video tools.  Plus my gaming box has a much faster cpu.</p> ]]></content:encoded> </item> <item><title>By: Matt</title><link>http://www.ghacks.net/2009/03/20/create-dvds-in-linux-with-devede-mkisofs-and-k3b/comment-page-1/#comment-686943</link> <dc:creator>Matt</dc:creator> <pubDate>Fri, 20 Mar 2009 13:48:34 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=11348#comment-686943</guid> <description>Once you have the DVD_VIDEO directory, you can do the same set of last two steps with a simple bash script, and it takes less time since it grows the iso on the fly. Run from within the DVD_VIDEO dir:
#!/bin/sh
# Create an AUDIO_TS subdirectory if it does not exist
[ ! -d AUDIO_TS ] &amp;&amp; mkdir AUDIO_TS
chown -R root:root AUDIO_TS VIDEO_TS
chmod 500 AUDIO_TS VIDEO_TS
chmod 400 VIDEO_TS/*
growisofs -dvd-compat -Z /dev/dvd -dvd-video .
eject -v</description> <content:encoded><![CDATA[<p>Once you have the DVD_VIDEO directory, you can do the same set of last two steps with a simple bash script, and it takes less time since it grows the iso on the fly. Run from within the DVD_VIDEO dir:</p><p>#!/bin/sh<br
/> # Create an AUDIO_TS subdirectory if it does not exist<br
/> [ ! -d AUDIO_TS ] &amp;&amp; mkdir AUDIO_TS</p><p>chown -R root:root AUDIO_TS VIDEO_TS<br
/> chmod 500 AUDIO_TS VIDEO_TS<br
/> chmod 400 VIDEO_TS/*</p><p>growisofs -dvd-compat -Z /dev/dvd -dvd-video .</p><p>eject -v</p> ]]></content:encoded> </item> </channel> </rss>
