{"id":315,"date":"2009-07-29T13:34:13","date_gmt":"2009-07-29T12:34:13","guid":{"rendered":"http:\/\/www.codingfriends.com\/?p=315"},"modified":"2009-07-29T13:34:13","modified_gmt":"2009-07-29T12:34:13","slug":"how-to-convert-vob-to-dvd-and-burn","status":"publish","type":"post","link":"https:\/\/www.codingfriends.com\/index.php\/2009\/07\/29\/how-to-convert-vob-to-dvd-and-burn\/","title":{"rendered":"How to convert VOB to DVD and Burn"},"content":{"rendered":"<ul>\n<li><a href=\"http:\/\/dvdauthor.sourceforge.net\/\" title=\"DVD Author\" target=\"_blank\">DVDAuthor &#8211; Generates the TOC (table Of Contents) and the IFO files<\/a> <\/li>\n<li><a href=\"http:\/\/k3b.sourceforge.net\/\" title=\"GUI for burning cd\/dvd's\" target=\"_blank\">K3B &#8211; CD\/DVD burning GUI tool<\/a><\/li>\n<\/ul>\n<p>  <a name=\"DVD\">Convert VOB-DVD Image<\/a> <\/p>\n<p>To create the IFO\/BUP files for the VBO files I use a program (the IFO\/BUP files are the same file but with different names) <\/p>\n<pre class=\"consoleoutput\">\r\n  dvdauthor -o &lt;path-to-file&gt; -T - To generate the Table Of Contents file (TOC)\r\n  cp *.vob &lt;path-to-file&gt;\/VIDEO_TS - Copy the files into the video directory\r\n  dvdauthor -o &lt;path-to-file&gt; vobs \r\n<\/pre>\n<p>To generate multiple BUP files from the IFO files you could use something like <\/p>\n<pre class=\"consoleoutput\">\r\nfor file_i in *.IFO; do cp $file_i `basename $file_i .IFO`.BUP; done \r\n<\/pre>\n<p><a name=\"Burning\">Burn to disk the vcd Image<\/a><br \/>\n  To burn the dvd files I use a program called <a href=\"http:\/\/k3b.sourceforge.net\/\" title=\"GUI for burning cd\/dvd's\" target=\"_blank\">K3B<\/a> for ease of use (K3B is very self explanatory).<\/p>\n","protected":false},"excerpt":{"rendered":"<p>DVDAuthor &#8211; Generates the TOC (table Of Contents) and the IFO files K3B &#8211; CD\/DVD burning GUI tool Convert VOB-DVD Image To create the IFO\/BUP files for the VBO files I use a program (the IFO\/BUP files are the same file but with different names) dvdauthor -o &lt;path-to-file&gt; -T &#8211; To generate the Table Of &hellip; <a href=\"https:\/\/www.codingfriends.com\/index.php\/2009\/07\/29\/how-to-convert-vob-to-dvd-and-burn\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">How to convert VOB to DVD and Burn<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[32],"tags":[34,33,398,36],"class_list":["post-315","post","type-post","status-publish","format-standard","hentry","category-video","tag-avi","tag-dvd","tag-linux","tag-vob"],"_links":{"self":[{"href":"https:\/\/www.codingfriends.com\/index.php\/wp-json\/wp\/v2\/posts\/315","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.codingfriends.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.codingfriends.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.codingfriends.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.codingfriends.com\/index.php\/wp-json\/wp\/v2\/comments?post=315"}],"version-history":[{"count":1,"href":"https:\/\/www.codingfriends.com\/index.php\/wp-json\/wp\/v2\/posts\/315\/revisions"}],"predecessor-version":[{"id":316,"href":"https:\/\/www.codingfriends.com\/index.php\/wp-json\/wp\/v2\/posts\/315\/revisions\/316"}],"wp:attachment":[{"href":"https:\/\/www.codingfriends.com\/index.php\/wp-json\/wp\/v2\/media?parent=315"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.codingfriends.com\/index.php\/wp-json\/wp\/v2\/categories?post=315"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.codingfriends.com\/index.php\/wp-json\/wp\/v2\/tags?post=315"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}