#1 Burning Software

It is currently Sat Apr 19, 2025 11:35 am

All times are UTC




Post new topic Reply to topic  [ 12 posts ] 
Author Message
 Post subject: Create a simple DVD-Video
PostPosted: Thu Dec 30, 2004 9:35 am 
Offline

Joined: Thu Dec 30, 2004 9:31 am
Posts: 2


Top
 Profile  
 
 Post subject: Re: Create a simple DVD-Video
PostPosted: Thu Dec 30, 2004 10:06 am 
Offline

Joined: Mon May 31, 2004 6:22 am
Posts: 134


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 30, 2004 6:27 pm 
Offline

Joined: Thu Dec 30, 2004 9:31 am
Posts: 2


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 30, 2004 9:03 pm 
Offline

Joined: Mon May 31, 2004 6:22 am
Posts: 134


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 11, 2005 3:47 pm 
Offline

Joined: Tue Jan 11, 2005 2:59 pm
Posts: 18
If I do Create a simple Video-DVD like Following code:

function CreateImage()
{
var Image = new ActiveXObject( "StarBurnX.DVDVideoImage" );
Image.AddFile("c:\\vob\\VIDEO_TS.VOB");
Image.AddFile("c:\\vob\\VIDEO_TS.IFO");
Image.AddFile("c:\\vob\\VIDEO_TS.BUP");
Image.AddFile("c:\\vob\\VTS_01_1.VOB");

Image.Build("EASY TRIBUTE CREATOR 2005",false);
return Image;
}
var x=CreateImage();
var c = new ActiveXObject( "StarBurnX.SimpleCallback" );
x.SaveImageToFile("c:\\111.iso",c);
WScript.Echo('Saved!');

In the Result DVD or ISO File
Could StarBurn auto create 'VIDEO_TS' and 'AUDIO_TS' folder?
And save VIDEO_TS.VOB, VIDEO_TS.IFO... in 'VIDEO_TS' Folder?

How Can I do it with COM_WRAPPER?
The Demo StarBurnX Only Add File ,How to Add Folder(like D:\DVD\AUDIO_TS and D:\DVD\VIDEO_TS)?

Thank you very much.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 11, 2005 8:56 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 12, 2005 12:26 am 
Offline

Joined: Tue Jan 11, 2005 2:59 pm
Posts: 18


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 12, 2005 3:12 am 
Offline

Joined: Tue Jan 11, 2005 2:59 pm
Posts: 18


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 12, 2005 6:27 am 


Top
  
 
 Post subject:
PostPosted: Wed Jan 12, 2005 8:19 am 
Offline

Joined: Mon May 31, 2004 6:22 am
Posts: 134


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 12, 2005 8:49 am 


Top
  
 
 Post subject:
PostPosted: Wed Jan 12, 2005 9:05 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 

All times are UTC


Who is online

Users browsing this forum: Google [Bot] and 87 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group