<?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: Burn a playable DVD from a VIDEO_TS folder</title>
	<atom:link href="http://face.centosprime.com/macosxw/burn-a-playable-dvd-from-a-video_ts-folder/feed/" rel="self" type="application/rss+xml" />
	<link>http://face.centosprime.com/macosxw/burn-a-playable-dvd-from-a-video_ts-folder/</link>
	<description>hints and notes for the mac os x folks</description>
	<lastBuildDate>Wed, 24 Feb 2010 00:31:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: dewshi</title>
		<link>http://face.centosprime.com/macosxw/burn-a-playable-dvd-from-a-video_ts-folder/comment-page-1/#comment-134843</link>
		<dc:creator>dewshi</dc:creator>
		<pubDate>Sun, 14 Feb 2010 20:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=263#comment-134843</guid>
		<description>Not much use to me. The goal is surely to burn a dvd that meets the spec.</description>
		<content:encoded><![CDATA[<p>Not much use to me. The goal is surely to burn a dvd that meets the spec.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: groobert</title>
		<link>http://face.centosprime.com/macosxw/burn-a-playable-dvd-from-a-video_ts-folder/comment-page-1/#comment-134824</link>
		<dc:creator>groobert</dc:creator>
		<pubDate>Sun, 14 Feb 2010 01:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=263#comment-134824</guid>
		<description>Re: dewshi (5:12am)

&gt;So the problem is to structure the files in the required order on the written &gt;disk, and not just alphabetically. I’ve experimented with various disc images &gt;&amp; software tools (e.g Burn), with no success. How do you burn a disk with &gt;files in a certain order?

Er... rename the files so that their alphabetical order matches the required one? 

If your explanation is correct (and it sounds like you know what you&#039;re talking about) this should produce an image that will be understood by a &quot;dumb&quot; DVD player. However, it may not be understood by a &quot;smart-alec&quot; computer DVD drive, since then the filenames will no longer match what t expects.</description>
		<content:encoded><![CDATA[<p>Re: dewshi (5:12am)</p>
<p>&gt;So the problem is to structure the files in the required order on the written &gt;disk, and not just alphabetically. I’ve experimented with various disc images &gt;&amp; software tools (e.g Burn), with no success. How do you burn a disk with &gt;files in a certain order?</p>
<p>Er&#8230; rename the files so that their alphabetical order matches the required one? </p>
<p>If your explanation is correct (and it sounds like you know what you&#8217;re talking about) this should produce an image that will be understood by a &#8220;dumb&#8221; DVD player. However, it may not be understood by a &#8220;smart-alec&#8221; computer DVD drive, since then the filenames will no longer match what t expects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dewshi</title>
		<link>http://face.centosprime.com/macosxw/burn-a-playable-dvd-from-a-video_ts-folder/comment-page-1/#comment-134805</link>
		<dc:creator>dewshi</dc:creator>
		<pubDate>Sat, 13 Feb 2010 12:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=263#comment-134805</guid>
		<description>The reason a DVD player is unable to recognise the disk is that it requires the files in the VIDEO_TS to be physically in the correct order, in particular the VIDEO_TS.IFO file should come first. When you insert a disk into a DVD player it scans the first few sectors looking for this file which contains a list of sector offsets to find the title sets on the DVD. If the DVD player can&#039;t find the IFO file or finds another file first it generally gives up. 

Unfortunately, alphabetically the file &quot;VIDEO_TS.BUP&quot; comes first and it appears that the mac writes this file first when burning a plain data disk. A computer DVD player, on the other hand, understands the file system on?the disk and can therefore find any file it wants with out having to?know the offset values. That&#039;s why the mac can play the disk OK, but not a DVD player.

It is also important that the VOB files are in the correct?order as a DVD player just plays the data it finds, ignoring file boundaries,?until it reaches the end. In fact a DVD player doesn&#039;t even understand files?and only uses sector offsets to find data.

HERE’S AN EXAMPLE OF A CORRECT VIDEO_TS FOLDER:

VIDEO_TS.IFO ?
VIDEO_TS.VOB ?
VIDEO_TS.BUP ?
VTS_01_0.IFO ?
VTS_01_0.VOB ?
VTS_01_1.VOB ?
VTS_01_2.VOB ?
VTS_01_0.BUP ?
VTS_02_0.IFO ?
VTS_02_0.VOB ?
VTS_02_1.VOB ?
VTS_02_0.BUP

So the problem is to structure the files in the required order on the written disk, and not just alphabetically. I&#039;ve experimented with various disc images &amp; software tools (e.g Burn), with no success. How do you burn a disk with files in a certain order?

Any suggestions?</description>
		<content:encoded><![CDATA[<p>The reason a DVD player is unable to recognise the disk is that it requires the files in the VIDEO_TS to be physically in the correct order, in particular the VIDEO_TS.IFO file should come first. When you insert a disk into a DVD player it scans the first few sectors looking for this file which contains a list of sector offsets to find the title sets on the DVD. If the DVD player can&#8217;t find the IFO file or finds another file first it generally gives up. </p>
<p>Unfortunately, alphabetically the file &#8220;VIDEO_TS.BUP&#8221; comes first and it appears that the mac writes this file first when burning a plain data disk. A computer DVD player, on the other hand, understands the file system on?the disk and can therefore find any file it wants with out having to?know the offset values. That&#8217;s why the mac can play the disk OK, but not a DVD player.</p>
<p>It is also important that the VOB files are in the correct?order as a DVD player just plays the data it finds, ignoring file boundaries,?until it reaches the end. In fact a DVD player doesn&#8217;t even understand files?and only uses sector offsets to find data.</p>
<p>HERE’S AN EXAMPLE OF A CORRECT VIDEO_TS FOLDER:</p>
<p>VIDEO_TS.IFO ?<br />
VIDEO_TS.VOB ?<br />
VIDEO_TS.BUP ?<br />
VTS_01_0.IFO ?<br />
VTS_01_0.VOB ?<br />
VTS_01_1.VOB ?<br />
VTS_01_2.VOB ?<br />
VTS_01_0.BUP ?<br />
VTS_02_0.IFO ?<br />
VTS_02_0.VOB ?<br />
VTS_02_1.VOB ?<br />
VTS_02_0.BUP</p>
<p>So the problem is to structure the files in the required order on the written disk, and not just alphabetically. I&#8217;ve experimented with various disc images &amp; software tools (e.g Burn), with no success. How do you burn a disk with files in a certain order?</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Govi</title>
		<link>http://face.centosprime.com/macosxw/burn-a-playable-dvd-from-a-video_ts-folder/comment-page-1/#comment-134127</link>
		<dc:creator>Govi</dc:creator>
		<pubDate>Mon, 11 Jan 2010 10:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=263#comment-134127</guid>
		<description>I gave a try to Tan&#039;s advise to use the Disk Utility but after burning the dvd wasn&#039;t recognized by my dvd player or my mac. I tried to burn using a folder with a name i put (puting the al of the file inside the folder named &quot;VIDEO_TS&quot;)
and didn&#039;t work. And I tried it also making a master dvd from a folder in which i put the whole &quot;VIDEO_TS&quot; folder I downloaded and again, the player couldn&#039;t recognize the disk.
Any ideas of what could have happened?</description>
		<content:encoded><![CDATA[<p>I gave a try to Tan&#8217;s advise to use the Disk Utility but after burning the dvd wasn&#8217;t recognized by my dvd player or my mac. I tried to burn using a folder with a name i put (puting the al of the file inside the folder named &#8220;VIDEO_TS&#8221;)<br />
and didn&#8217;t work. And I tried it also making a master dvd from a folder in which i put the whole &#8220;VIDEO_TS&#8221; folder I downloaded and again, the player couldn&#8217;t recognize the disk.<br />
Any ideas of what could have happened?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TAN</title>
		<link>http://face.centosprime.com/macosxw/burn-a-playable-dvd-from-a-video_ts-folder/comment-page-1/#comment-133790</link>
		<dc:creator>TAN</dc:creator>
		<pubDate>Mon, 28 Dec 2009 00:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=263#comment-133790</guid>
		<description>skip this mess do it with Disk Utility.app

To do it with Disk Utility, create a folder with the name you want your disk to have. Copy the VIDEO_TS directory to that folder. In Disk Utility, select &quot;File &gt; New Image From Folder...&quot;. Select the folder you just put the VIDEO_TS directory in. Select &quot;DVD/CD Master&quot; from the &quot;Image Format&quot; drop-down and click the Save button.</description>
		<content:encoded><![CDATA[<p>skip this mess do it with Disk Utility.app</p>
<p>To do it with Disk Utility, create a folder with the name you want your disk to have. Copy the VIDEO_TS directory to that folder. In Disk Utility, select &#8220;File &gt; New Image From Folder&#8230;&#8221;. Select the folder you just put the VIDEO_TS directory in. Select &#8220;DVD/CD Master&#8221; from the &#8220;Image Format&#8221; drop-down and click the Save button.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TAN</title>
		<link>http://face.centosprime.com/macosxw/burn-a-playable-dvd-from-a-video_ts-folder/comment-page-1/#comment-133787</link>
		<dc:creator>TAN</dc:creator>
		<pubDate>Sun, 27 Dec 2009 23:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=263#comment-133787</guid>
		<description>I&#039;m gettin a similar problem as: lmau on 5/23/2009 at 4:53 pm
I enter the code in terminal and it says the .iso file already exists, but I do not see the file anywhere, anybody got a solution?</description>
		<content:encoded><![CDATA[<p>I&#8217;m gettin a similar problem as: lmau on 5/23/2009 at 4:53 pm<br />
I enter the code in terminal and it says the .iso file already exists, but I do not see the file anywhere, anybody got a solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: face</title>
		<link>http://face.centosprime.com/macosxw/burn-a-playable-dvd-from-a-video_ts-folder/comment-page-1/#comment-133709</link>
		<dc:creator>face</dc:creator>
		<pubDate>Wed, 23 Dec 2009 12:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=263#comment-133709</guid>
		<description>If &quot;path to volume name&quot; contains spaces or special characters you need to protect them in  the shell.

/volumes/DY EXTERNAL/movies/Bolt/

is two tokens separated by a space

/volumes/DY\ EXTERNAL/movies/Bolt/

or

&quot;/volumes/DY EXTERNAL/movies/Bolt/&quot;

should solve the problem on the command line.

8)</description>
		<content:encoded><![CDATA[<p>If &#8220;path to volume name&#8221; contains spaces or special characters you need to protect them in  the shell.</p>
<p>/volumes/DY EXTERNAL/movies/Bolt/</p>
<p>is two tokens separated by a space</p>
<p>/volumes/DY\ EXTERNAL/movies/Bolt/</p>
<p>or</p>
<p>&#8220;/volumes/DY EXTERNAL/movies/Bolt/&#8221;</p>
<p>should solve the problem on the command line.</p>
<p> <img src='http://face.centosprime.com/macosxw/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://face.centosprime.com/macosxw/burn-a-playable-dvd-from-a-video_ts-folder/comment-page-1/#comment-133704</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 23 Dec 2009 03:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=263#comment-133704</guid>
		<description>Getting a weird error. Can anyone explain this?

hdiutil: makehybrid: multiple sources specified
hdiutil: makehybrid failed - Invalid argument

This is what my terminal cmd looks like

hdiutil makehybrid -udf -udf-volume-name bolt -o bolt.iso /volumes/DY EXTERNAL/movies/Bolt/</description>
		<content:encoded><![CDATA[<p>Getting a weird error. Can anyone explain this?</p>
<p>hdiutil: makehybrid: multiple sources specified<br />
hdiutil: makehybrid failed &#8211; Invalid argument</p>
<p>This is what my terminal cmd looks like</p>
<p>hdiutil makehybrid -udf -udf-volume-name bolt -o bolt.iso /volumes/DY EXTERNAL/movies/Bolt/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: billy</title>
		<link>http://face.centosprime.com/macosxw/burn-a-playable-dvd-from-a-video_ts-folder/comment-page-1/#comment-132342</link>
		<dc:creator>billy</dc:creator>
		<pubDate>Mon, 14 Sep 2009 12:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=263#comment-132342</guid>
		<description>An example could be:

hdiutil makehybrid -udf -udf-volume-name FLOWERS -o flowers.iso /Users/ramon/Downloads/flowers</description>
		<content:encoded><![CDATA[<p>An example could be:</p>
<p>hdiutil makehybrid -udf -udf-volume-name FLOWERS -o flowers.iso /Users/ramon/Downloads/flowers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: face</title>
		<link>http://face.centosprime.com/macosxw/burn-a-playable-dvd-from-a-video_ts-folder/comment-page-1/#comment-132331</link>
		<dc:creator>face</dc:creator>
		<pubDate>Sun, 13 Sep 2009 23:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=263#comment-132331</guid>
		<description>Usually something like 

 /Volumes/NAMEOFDVD/VIDEO_TS/

it all depends on the name of the disk you insert, or where you copy the VIDEO_TS folder to

8)</description>
		<content:encoded><![CDATA[<p>Usually something like </p>
<p> /Volumes/NAMEOFDVD/VIDEO_TS/</p>
<p>it all depends on the name of the disk you insert, or where you copy the VIDEO_TS folder to<br />
 <img src='http://face.centosprime.com/macosxw/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon</title>
		<link>http://face.centosprime.com/macosxw/burn-a-playable-dvd-from-a-video_ts-folder/comment-page-1/#comment-132330</link>
		<dc:creator>Ramon</dc:creator>
		<pubDate>Sun, 13 Sep 2009 23:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=263#comment-132330</guid>
		<description>Hi all,

I just bought a mac after using 20 years microsoft. So maybe somebody can give me an example of this command:??? 

hdiutil makehybrid -udf -udf-volume-name DVD_NAME -o MY_DVD.iso /path/to/VIDEO_TS/parent/folder

path?
to?</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>I just bought a mac after using 20 years microsoft. So maybe somebody can give me an example of this command:??? </p>
<p>hdiutil makehybrid -udf -udf-volume-name DVD_NAME -o MY_DVD.iso /path/to/VIDEO_TS/parent/folder</p>
<p>path?<br />
to?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stardude</title>
		<link>http://face.centosprime.com/macosxw/burn-a-playable-dvd-from-a-video_ts-folder/comment-page-1/#comment-132225</link>
		<dc:creator>stardude</dc:creator>
		<pubDate>Wed, 09 Sep 2009 04:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=263#comment-132225</guid>
		<description>I am new to all this and did not realize at first that you need the VIDEO_TS file in a folder all by itself. As the original post stated, your command line should not include the text VIDEO_TS, just the path to the folder that contains only that file. After the .iso file was created, it showed up automatically when I opened Disk Utility, and all I had to do was select it and click Burn.</description>
		<content:encoded><![CDATA[<p>I am new to all this and did not realize at first that you need the VIDEO_TS file in a folder all by itself. As the original post stated, your command line should not include the text VIDEO_TS, just the path to the folder that contains only that file. After the .iso file was created, it showed up automatically when I opened Disk Utility, and all I had to do was select it and click Burn.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spud</title>
		<link>http://face.centosprime.com/macosxw/burn-a-playable-dvd-from-a-video_ts-folder/comment-page-1/#comment-130651</link>
		<dc:creator>spud</dc:creator>
		<pubDate>Fri, 12 Jun 2009 04:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=263#comment-130651</guid>
		<description>One reason a retail DVD player might not read the disk is because the &quot;booktype&quot; is not set to DVD-ROM when you burned the disk.  On DVD+R and DVD+RW disks you can burn this field that tells the DVD player what kind of disk it is.  If you lie in this field and set it to type DVD-ROM (instead of DVD+RW or whatever it is) there is a higher chance the retail DVD player will play it.</description>
		<content:encoded><![CDATA[<p>One reason a retail DVD player might not read the disk is because the &#8220;booktype&#8221; is not set to DVD-ROM when you burned the disk.  On DVD+R and DVD+RW disks you can burn this field that tells the DVD player what kind of disk it is.  If you lie in this field and set it to type DVD-ROM (instead of DVD+RW or whatever it is) there is a higher chance the retail DVD player will play it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://face.centosprime.com/macosxw/burn-a-playable-dvd-from-a-video_ts-folder/comment-page-1/#comment-130624</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Mon, 08 Jun 2009 22:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=263#comment-130624</guid>
		<description>It works perfectly for me.  Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>It works perfectly for me.  Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lmau</title>
		<link>http://face.centosprime.com/macosxw/burn-a-playable-dvd-from-a-video_ts-folder/comment-page-1/#comment-130440</link>
		<dc:creator>lmau</dc:creator>
		<pubDate>Sat, 23 May 2009 23:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=263#comment-130440</guid>
		<description>i&#039;ve tried this but i don&#039;t think it works tough, because in the end it&#039;s says that the .iso file already exists, but i don&#039;t see any file...
 any suggestions??</description>
		<content:encoded><![CDATA[<p>i&#8217;ve tried this but i don&#8217;t think it works tough, because in the end it&#8217;s says that the .iso file already exists, but i don&#8217;t see any file&#8230;<br />
 any suggestions??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MIHAI Popa</title>
		<link>http://face.centosprime.com/macosxw/burn-a-playable-dvd-from-a-video_ts-folder/comment-page-1/#comment-130032</link>
		<dc:creator>MIHAI Popa</dc:creator>
		<pubDate>Sun, 19 Apr 2009 03:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=263#comment-130032</guid>
		<description>Avoid spaces in the path name, i.e. have &quot;my_folder&quot; instead of &quot;my folder&quot;.

Thank you for the tip.</description>
		<content:encoded><![CDATA[<p>Avoid spaces in the path name, i.e. have &#8220;my_folder&#8221; instead of &#8220;my folder&#8221;.</p>
<p>Thank you for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Herman Van Hest</title>
		<link>http://face.centosprime.com/macosxw/burn-a-playable-dvd-from-a-video_ts-folder/comment-page-1/#comment-129709</link>
		<dc:creator>Herman Van Hest</dc:creator>
		<pubDate>Thu, 19 Mar 2009 01:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=263#comment-129709</guid>
		<description>I&#039; ve tried this, and everything works, i get the iso file..
When i hit the burn button it says &quot;NOT RECOGNISED&quot;
Any thoughts, input?

Grtz.</description>
		<content:encoded><![CDATA[<p>I&#8217; ve tried this, and everything works, i get the iso file..<br />
When i hit the burn button it says &#8220;NOT RECOGNISED&#8221;<br />
Any thoughts, input?</p>
<p>Grtz.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurt Lloyd</title>
		<link>http://face.centosprime.com/macosxw/burn-a-playable-dvd-from-a-video_ts-folder/comment-page-1/#comment-129668</link>
		<dc:creator>Kurt Lloyd</dc:creator>
		<pubDate>Sun, 15 Mar 2009 00:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=263#comment-129668</guid>
		<description>I too am happy to have this solution to at least end up with a burned DVD-R that can play on computers, though this same burned DVD-R is not recongnized by either of our two not-too-old DVD players.</description>
		<content:encoded><![CDATA[<p>I too am happy to have this solution to at least end up with a burned DVD-R that can play on computers, though this same burned DVD-R is not recongnized by either of our two not-too-old DVD players.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: omni</title>
		<link>http://face.centosprime.com/macosxw/burn-a-playable-dvd-from-a-video_ts-folder/comment-page-1/#comment-129571</link>
		<dc:creator>omni</dc:creator>
		<pubDate>Tue, 10 Mar 2009 09:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=263#comment-129571</guid>
		<description>hdiutil makehybrid -udf -udf-volume-name AEON_FLUX_DISC_1 -o AEON_FLUX_DISC_1.iso /Users/omnicron1/Downloads/Aeon\ Flux/AEON\ FLUX\ DISC\ 1</description>
		<content:encoded><![CDATA[<p>hdiutil makehybrid -udf -udf-volume-name AEON_FLUX_DISC_1 -o AEON_FLUX_DISC_1.iso /Users/omnicron1/Downloads/Aeon\ Flux/AEON\ FLUX\ DISC\ 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seth vail</title>
		<link>http://face.centosprime.com/macosxw/burn-a-playable-dvd-from-a-video_ts-folder/comment-page-1/#comment-128238</link>
		<dc:creator>seth vail</dc:creator>
		<pubDate>Wed, 21 Jan 2009 16:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=263#comment-128238</guid>
		<description>hdiutil makehybrid -udf -udf-volume-name DVD_NAME -o MY_DVD.iso /path/to/VIDEO_TS/parent/folder

i was looking in the hdiutil man page and it had this listed i believe as a guide 

hdiutil makehybrid -o   

 i am not sure i understand the  and  part and also in the command at the top i dont understand what i should enter for DVD_NAME and MY_DVD.iso (i think the two misunderstandings are related but i could be wrong and would like to know whether or not am)

if i had a dvd folder with the proper name HAVING_FUN and a video_ts folder and audio folder in it; would my command look like this ?
 
hdiutil makehybrid -udf -udf-volume-name HAVING_FUN -o HAVING_FUN.iso /Desktop/HAVING_FUN (assuming the folder is in fact on the desktop)

and if that is correct can someone still explain the   thing to me? thanx!</description>
		<content:encoded><![CDATA[<p>hdiutil makehybrid -udf -udf-volume-name DVD_NAME -o MY_DVD.iso /path/to/VIDEO_TS/parent/folder</p>
<p>i was looking in the hdiutil man page and it had this listed i believe as a guide </p>
<p>hdiutil makehybrid -o   </p>
<p> i am not sure i understand the  and  part and also in the command at the top i dont understand what i should enter for DVD_NAME and MY_DVD.iso (i think the two misunderstandings are related but i could be wrong and would like to know whether or not am)</p>
<p>if i had a dvd folder with the proper name HAVING_FUN and a video_ts folder and audio folder in it; would my command look like this ?</p>
<p>hdiutil makehybrid -udf -udf-volume-name HAVING_FUN -o HAVING_FUN.iso /Desktop/HAVING_FUN (assuming the folder is in fact on the desktop)</p>
<p>and if that is correct can someone still explain the   thing to me? thanx!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
