Tutorial - Linux - VOB to DVD and Burn


Coding Friends Tutorial Index - > Linux

Author Ian - Tutorial Posts = 62

Linux - How to convert VOB to DVD and Burn

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 <path-to-file> -T - To generate the Table Of Contents file (TOC)
cp *.vob <path-to-file>/VIDEO_TS - Copy the files into the video directory
dvdauthor -o <path-to-file> vobs

To generate multiple BUP files from the IFO files you could use something like

for file_i in *.IFO; do cp $file_i `basename $file_i .IFO`.BUP; done

Burn to disk the vcd Image

To burn the dvd files I use a program called K3B for ease of use (K3B is very self explanatory).

Creation of cool tutorials :)
User Name Password
Copyright@CodingFriends, 2005-2006. All Rights Reserved.
Home | Forums | Tutorials | Users
RSS Feeds - Global Global CodingFriends RSS Feed - Tutorials Tutorials CodingFriends RSS Feed - Forums Forums CodingFriends RSS Feed - News News CodingFriends RSS Feed
Users
Login|Password problem| Register here

Tutorials
Tutorials Home| C/C++| C#/Mono| Java| Javascript| PHP| Ruby| SQL| (X)HTML/CSS| VB| Linux| Windows

Forum
Forum Home

Projects
3D Game

Site
Home| About me| Links| FAQ

Search