Go Back   Club CDFreaks - Knowledge is Power > International Chat: Software related > Nero SDK Discussion Forum


Commercial message



Nero SDK Discussion Forum Discuss, VCD Burning using NeroCom at International Chat: Software related forum; i want Burn VCD from avi file. Set Folder = New NeroFolder Dim drives As INeroDrives Set drives = nero .GetDrives(NERO_MEDIA_CDR) Set drive = drives(AvailableDevices.ListIndex) Dim itemVCD As NeroVideoItem Set itemVCD = New NeroVideoItem Dim file As NeroFile Set file = New NeroFile Folder.Files.Add file file.Name = NameFromPath(edtFileName.Text)


Reply
 
Thread Tools
Old 01-02-2005   #1 (permalink)
New on Forum
 
Join Date: Nov 2004
Posts: 6
VCD Burning using NeroCom

i want Burn VCD from avi file.


Set Folder = New NeroFolder
Dim drives As INeroDrives
Set drives = nero.GetDrives(NERO_MEDIA_CDR)
Set drive = drives(AvailableDevices.ListIndex)

Dim itemVCD As NeroVideoItem
Set itemVCD = New NeroVideoItem

Dim file As NeroFile
Set file = New NeroFile
Folder.Files.Add file
file.Name = NameFromPath(edtFileName.Text)
file.SourceFilePath = edtFileName.Text
Folder.Name = file.SourceFilePath

itemVCD.SourceFileName = file.Name
itemVCD.ItemType = NERO_NONENCODED_VIDEO_ITEM

drive.BurnVideoCD itemVCD, False, "d:\ttt", Nothing, NERO_BURN_FLAG_WRITE, 4


but error ?

thank you
williamnet is offline   Reply With Quote
Old 01-02-2005   #2 (permalink)
Nero Developer
 
Join Date: Oct 2003
Posts: 605
Just saying that error occurred without saying what kind does not really help. Fortunately, the code shows one of possibly more issues. BurnVideoCD() actually accepts NeroVideoItems collection, not just a single NeroVideoItem. If you change this, it will probably work.
alexp is offline   Reply With Quote
 
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Burning a DVD using NeroCOM sogogar Nero SDK Discussion Forum 1 11-12-2007 05:44
Menu VCD Using NeroCom Help padmakumar Nero SDK Discussion Forum 0 06-12-2004 11:42
VCD Burning using NeroCom padmakumar Nero SDK Discussion Forum 1 05-12-2004 15:10
Burning DVD using NeroCOM Mark Olbert Nero SDK Discussion Forum 2 17-09-2004 00:29
Burning a DVD using NeroCom twedds Nero SDK Discussion Forum 2 03-02-2004 14:41


All times are GMT +2. The time now is 08:37.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0