| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #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 |
| | |
| | #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. |
| | |
| |
| |
![]() |
| Bookmarks |
| Thread Tools | |
| |
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 |