<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.maximumpc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Maximum PC dvd burning RSS Feed</title>
 <link>http://www.maximumpc.com/tags/dvd_burning</link>
 <description>used for category lists, takes arguments</description>
 <language>en</language>
<item>
 <title>How To: Make a Video DVD from Media Files with Free Software</title>
 <link>http://www.maximumpc.com/article/howtos/how_to_make_a_video_dvd_your_media_files_with_free_software</link>
 <description>&lt;!--paging_filter--&gt;&lt;h3&gt;Time: 10 minutes of configuration, several hours of encoding time&lt;/h3&gt;
&lt;h3&gt;What You Need&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;A DVD burner &lt;/li&gt;
&lt;li&gt;Blank DVDs&lt;/li&gt;
&lt;li&gt;~15GB free hard drive space&lt;/li&gt;
&lt;li&gt;AVI2DVD &lt;br /&gt;Free, &lt;a href=&quot;http://www.trustfm.net/divx/SoftwareAvi2Dvd.php&quot;&gt;http://www.trustfm.net/divx/SoftwareAvi2Dvd.php&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;CDBurnerXP&lt;br /&gt;Free, &lt;a href=&quot;http://cdburnerxp.se/&quot;&gt;http://cdburnerxp.se/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Video file(s) to burn, formatted as .avi, .mkv, .ogm, or .wmv&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Although DVDs are quickly losing the limelight to their higher-definition Blu-Ray brethren, they’ve still got a lot going for them. They’re cheap, for one, as are DVD burners. And DVD players and drives are so ubiquitous that you know that if you burn data onto a DVD, you’ll be able to access it almost anywhere.&lt;/p&gt;
&lt;p&gt;Plus, burning data onto a DVD is easy—there’re a dozen free programs that can do it for you without any hassle. But burning video to a disc so that you can watch it in a regular DVD player isn’t quite so simple. If you’re willing to pony up for commercial DVD authoring software like Nero Vision, the process is pretty user-friendly, but here at Maximum PC we’re committed to showing you how to do things using free software solutions, so we’re going to explain how you can use a free and powerful (albeit slightly confusing) program called AVI2DVD to create full-featured video DVDs from your media files.&lt;/p&gt;
&lt;p&gt;First, a bit about how DVDs are formatted. Video DVDs are simply data discs that contain video files encoded a very specific way, organized in a particular file structure. If you put any video DVD in your drive and choose to explore its contents, you’ll see that it looks a lot like this:&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/DVDBurning/DVDBurn7.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/DVDBurning/DVDBurn7_sm.png&quot; width=&quot;415&quot; height=&quot;309&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Video DVDs generally contain two folders, AUDIO_TS and VIDEO_TS. The AUDIO_TS folder contains the files on an audio DVD. On a video DVD it’ll be empty, but the folder’s frequently still there for compatibility’s sake. Inside the VIDEO_TS directory there’s a collection of files named things like VTS_01_0.VOB, VTS_01_0.IFO, and VTS_01_0.BUP. The .VOB files contain the actual video and audio data, while the .IFO files contain scene and timing information for their associated .VOBs. The .BUP files are simply backups of the .IFO files. It is the main purpose of DVD authoring software to take media files and create all the supplementary files necessary for the DVD.&lt;/p&gt;
&lt;p&gt;The DVD authoring software we’ll be using is AVI2DVD, a freeware app that can convert media files, create the necessary .IFOs and .BUPs, and even includes a rudimentary menu creator. It’s worth noting that AVI2DVD really likes to stretch its legs while encoding; it creates about 10 gigs of temp files during the process, so make sure that you’ve got the available space before you continue.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/DVDBurning/DVDBurn2.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/DVDBurning/DVDBurn2_sm.png&quot; width=&quot;415&quot; height=&quot;309&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;To get started, run AVI2DVD and click the “Load avi/ogm/mkv/wmv” button, and browse to the folder that contains the files you wish to burn to DVD. There are two very important things to note at this point: First, AVI2DVD doesn’t like any file with any special characters in its name or the name of its filepath, so you’ll need to make sure your file is named using only alphanumeric characters. Second, if you want to include more than one video on a single DVD, they need to follow a very specific naming convention—they must all have the same name, followed by a space, and then” CD#” where the # symbol is replaced with the sequential number of that file. For instance, if you had 3 files, they could be named “MyVideo CD1” My“Video CD2” and “MyVideo CD3.” If you follow this naming convention and select to load the first file, AVI2DVD will automatically load all subsequent files and join them during encoding.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/DVDBurning/DVDBurn1.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/DVDBurning/DVDBurn1_sm.png&quot; width=&quot;415&quot; height=&quot;309&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Once you select a file, the program will stall for a second as it analyzes it, then will refresh itself with the video’s information. The first AudioStream dropdown menu should now have an item in it, representing the audio track of whatever file you loaded. Click on the second tab, marked “Output.”&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/DVDBurning/DVDBurn3.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/DVDBurning/DVDBurn3_sm.png&quot; width=&quot;415&quot; height=&quot;309&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;In the output tab, you’ll see a host of options to define the file that AVI2DVD will create. Fill out the path where you want the DVD directory created and select if you’d like to create an ISO image of the DVD, and if so, what you’d like it to be named. You can set where the program creates chapters, either at a specific interval, or at times that you specify through a comma-delineated list of second markers.&lt;/p&gt;
&lt;p&gt;You can leave the Encoders tab alone, the default values should work fine, and unless you want to add a subtitle file you can skip that tab, too. If you &lt;em&gt;do&lt;/em&gt; want to add a subtitle track, it’s as simple as clicking the tab, clicking the “Subtitle 1” button, and browsing to the .txt or .srt file.&lt;/p&gt;
&lt;p&gt;AVI2DVD has a built-in menu creator, which you can access from the fifth tab. Frankly, it’s pretty barebones, and if you just want your media file to play in your DVD player, you don’t need to make a menu. However, if you do want to create a menu, AVI2DVDs editor is pretty self-explanatory. You can set a background for your menu, add images to give it the right look, then add text buttons that control the basic DVD options such as audio language, subtitles, and chapter selection. In the DVD Menu tab, there are also functions to capture images from the video you’re planning to encode and to convert MP3s into DVD-menu-friendly MP2s. It’s easy to make a functional—if ugly—menu, and with a little creativity and design sense, you can make a more attractive interface.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/DVDBurning/DVDBurn4.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/DVDBurning/DVDBurn4_sm.png&quot; width=&quot;415&quot; height=&quot;309&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Once you’ve got your DVD set up the way you want it, go back to the first tab, click the “Add Job” button, then click “Go.” This will begin the encoding process, which will involve a procession of mostly-inscrutable windows and progress bars popping up and then closing. You don’t need to know what any of these mean. Plan to do something else while the encoding goes on, because depending on the length of the video and the speed of your computer, this process can take several hours.&lt;/p&gt;
&lt;p&gt;When all is said and done, you’ll be left with a folder containing the contents of the DVD, and an ISO (if you chose to create one). Either of these can be used to burn the disc. If you have a favorite piece of burning software already installed on your machine, such as Nero, feel free to use that to burn the DVD. If you don’t have a burner, you can use the free (of course) app &lt;a href=&quot;http://cdburnerxp.se/&quot;&gt;CDBurnerXP&lt;/a&gt;.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/DVDBurning/DVDBurn6.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/DVDBurning/DVDBurn6_sm.png&quot; width=&quot;415&quot; height=&quot;303&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;To create the disk with CDBurnerXP, all you have to do is insert a blank DVD, run the app, select Data Disc from the first menu that appears and then either drag the ISO image or the contents of the DVD folder you created into the bottom window. Click ‘Burn’ and you’re finished.&lt;br /&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/DVDBurning/DVDBurn6.png&quot; class=&quot;thickbox&quot;&gt;&lt;br /&gt;&lt;/a&gt;&lt;/div&gt;
</description>
 <comments>http://www.maximumpc.com/article/howtos/how_to_make_a_video_dvd_your_media_files_with_free_software#comments</comments>
 <category domain="http://www.maximumpc.com/taxonomy/term/5858">AVI2DVD</category>
 <category domain="http://www.maximumpc.com/geek_tested/dvd">dvd</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/2644">dvd burning</category>
 <category domain="http://www.maximumpc.com/geek_tested/freeware">freeware</category>
 <category domain="http://www.maximumpc.com/geek_tested/howto_0">how_to</category>
 <category domain="http://www.maximumpc.com/geek_tested/software">Software</category>
 <category domain="http://www.maximumpc.com/geek_tested/video">video</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/32">How-Tos</category>
 <pubDate>Wed, 19 Nov 2008 16:30:08 -0600</pubDate>
 <dc:creator>Alex Castle</dc:creator>
 <guid isPermaLink="false">4318 at http://www.maximumpc.com</guid>
</item>
<item>
 <title>Roxio vs. Nero</title>
 <link>http://www.maximumpc.com/article/roxio_vs_nero</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt; &lt;img src=&quot;/files/u22018/roxnero.jpg&quot; alt=&quot;Roxio vs. Nero&quot; width=&quot;415&quot; height=&quot;254&quot; /&gt;  &lt;/p&gt;
&lt;p&gt; By now, anyone who knows their way around an optical disc drive knows the names Roxio and Nero. The two media-creation mavens have been on the scene since practically the dawn of CD-burning time. And through to today, inclusion of one or the other’s software is &lt;em&gt;de rigueur&lt;/em&gt; with the purchase of just about any retail PC or optical drive. Of course, the bundled software packages are but abbreviated versions of the full-on suites Roxio and Nero offer. The stand-alone packages go far beyond the basics of disc copying, burning, and playing—and that’s never been more true than today.  &lt;/p&gt;
&lt;p&gt; In recent months Nero and Roxio have released new iterations of their respective media-creation suites and both are packed with enough features to challenge the commitment of even manic media-philes. Roxio Easy Media Creator 10 and Nero 8 Ultra have come out swinging with more media-creation capabilities than we know what to do with… literally. Still, we’re willing to jump into the fray to figure it all out. We’ll tell you how these two suites rate and help you decide whether it’s worth upgrading from the software you’re already using. &lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;h4&gt;&lt;a href=&quot;/article/nero_8_ultra&quot;&gt;Nero 8 Ultra&lt;/a&gt;&lt;/h4&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;h4&gt;&lt;a href=&quot;/article/roxio_easy_media_creator_10&quot;&gt;Roxio Easy Media Creator 10&lt;/a&gt;&lt;/h4&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;h4&gt;&lt;a href=&quot;/article/roxio_vs_nero?page=0%2C1&quot;&gt;Why You Need AnyDVD; Final Thoughts&lt;/a&gt;&lt;/h4&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;hr /&gt;
&lt;h4&gt;The Missing Link&lt;/h4&gt;
&lt;p&gt; &lt;em&gt;No media suite is complete without AnyDVD&lt;/em&gt; &lt;/p&gt;
&lt;p&gt; &lt;img src=&quot;/sites/future.p2technology.com/files/imce-images/anydvd.jpg&quot; width=&quot;357&quot; height=&quot;131&quot; align=&quot;right&quot; /&gt;These suites might promise the world, but there’s one crucial task that they’re plain incapable of: ripping the contents of a commercial DVD. Roxio, Nero, and other software makers must adhere to the Digital Millennium Copyright Act (DMCA), which states that it’s illegal to provide technology that circumvents copy protection. But as we all know, there are perfectly legitimate reasons for copying the contents of a disc that has been legally purchased, such as making a backup or converting it for use on a portable player. That’s where SlySoft’s AnyDVD comes in (49 euros, www.slysoft&lt;br /&gt; .com). Produced in and sold from Antigua, West Indies, AnyDVD has but one solitary purpose: to free your disc content of copy protection. Once installed, the app hangs out in your task bar; the moment you drop a disc into your optical drive, AnyDVD scans the contents and removes copy protection when necessary from standard-def content, freeing you to proceed with your activities. An HD DVD- and Blu-ray-enabled add-on costs an additional 30 euros. Check out the free 21-day trial. Purchasing the full version makes you eligible for free upgrades for life! &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h4&gt;Final Thoughts: Are Suites for Suckers?&lt;/h4&gt;
&lt;p&gt; &lt;em&gt;Testing these two massive apps has us believing that less is more&lt;/em&gt; &lt;/p&gt;
&lt;p&gt; We hate to give two competing apps the exact same verdict, but Nero 8 Ultra and Easy Media Creator 10 have impressed and appalled us to similar degrees. In the end, we felt they were both merely adequate as complete packages. Yes, it would be nice to have the handful of apps that each package excels at, but all the other add-ons jack up the price and tarnish the shine on the winners. We believe we’d be smarter, savvier, more Maximum PC, if you will, by choosing just the media-creation apps that suit our purposes from the various resources at our disposal. After all, iTunes, Windows, DVD Shrink, AutoGK, and the wonderful world of the web all offer serviceable free alternatives that will augment the basic burning software that comes with retail burners. And if you require more advanced features, you’re likely better off buying a few single-purpose programs than a do-it-all hodgepodge. That’s just our two cents.   &lt;/p&gt;
</description>
 <comments>http://www.maximumpc.com/article/roxio_vs_nero#comments</comments>
 <category domain="http://www.maximumpc.com/article_type/news_amp_views">News</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/153">April 2008</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/40">Reviews</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/72">From the Magazine</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/31">Features</category>
 <category domain="http://www.maximumpc.com/geek_tested/burning">burning</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/2642">burning apps</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/2643">cd burning</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/2644">dvd burning</category>
 <category domain="http://www.maximumpc.com/geek_tested/katherine">katherine</category>
 <category domain="http://www.maximumpc.com/geek_tested/media_suites">media suites</category>
 <category domain="http://www.maximumpc.com/geek_tested/nero">nero</category>
 <category domain="http://www.maximumpc.com/geek_tested/nero_vs_roxio">nero vs roxio</category>
 <category domain="http://www.maximumpc.com/geek_tested/roxio">Roxio</category>
 <category domain="http://www.maximumpc.com/geek_tested/software">Software</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/2645">stevenson</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/145">2008</category>
 <pubDate>Tue, 18 Mar 2008 11:50:00 -0500</pubDate>
 <dc:creator>Katherine Stevenson</dc:creator>
 <guid isPermaLink="false">2002 at http://www.maximumpc.com</guid>
</item>
</channel>
</rss>
