| |||||||
| Commercial ads | |
| | |
|
![]() |
| | Thread Tools |
| | #1 (permalink) |
| New on Forum Join Date: Dec 2007 Location: Bristol, UK
Posts: 5
| NeroCmd and dual layer DVDs Hi I am trying to write a large file to a dual layer DVD using NeroCmd. If I use Nero Express Essentials to write a file of 7.71GB to a dual layer DVD+R it works - so I know my DVD writer and disks are OK. If I use NeroCmd with the following command: nerocmd --write --drivename e: --real --dvd --media_type media_dvd_p_r9 --iso DLtest --create_iso_fs --use_allspace NeroCmd reports it is burning to Layer 1 and then Layer 2 but after the burn myfile shows only half the file size. If I look at the DVD in Windows Explorer under Properties the used space shows the correct file size. It looks like only layer 1 is being reported for the file size. Can anyone send me the correct commands. thanks. |
| | |
| | #2 (permalink) |
| New on Forum Join Date: Dec 2007 Location: Bristol, UK
Posts: 5
| Re: NeroCmd and dual layer DVDs Ok so no one has any ideas regarding NeroCmd and dual layer DVDs. I have written a MS Visual C++ program using the NeroAPI (v7.0.5.6) that gives a backup option to my application. This works fine for files that fit onto a regular DVD (4.7GB) but I have been unable to extend my code to work with dual layer DVDs. I thought if I could get the correct commands for NeroCmd to burn to dual layer DVDs I could trace the code and work out where I am going wrong. Can anyone point me in the right direction on writing to dual layer DVDs with the NeroAPI? I can post more information if required. thanks. |
| | |
| | #3 (permalink) |
| New on Forum Join Date: Dec 2007 Location: Bristol, UK
Posts: 5
| Re: NeroCmd and dual layer DVDs I finally found the reason why my large file was not buring to dl disks correctly - I need to set the file system to UDF as well as ISO as ISO does not support files over 2GB (I think it is 2GB, anyway the limit is smaller than the file I want to write), I now use the following command: writeCD->nwcdIsoTrack = NeroCreateIsoTrackEx(mniiFile, szVolumelabel, NCITEF_CREATE_ISO_FS | NCITEF_USE_JOLIET | NCITEF_CREATE_UDF_FS); and this appears to work. I found this out by spending a long time looking at this forum and other websites. Like a lot of things with the Nero SDK the solution is easy to find it you already know the answer! |
| | |
| |
| |
![]() |
| If you can't find where you are looking for, then become a member and get an answer fast! We have thousands of people online every moment of the day to help you! Click here |
| Can't find where you are looking for? Search our knowledgebase! | |
| | |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| nerocmd burn dual layer dvd issue | rscherer | Nero SDK Discussion Forum | 1 | 23-06-2006 20:16 |
| Dual Layer DVDs | codhead | Newbie Forum | 1 | 12-01-2006 18:30 |
| nerocmd dual layer problem read not complete size | rscherer | Nero SDK Discussion Forum | 0 | 29-11-2005 23:07 |
| dual layer dvds | bpeavey | Newbie Forum | 0 | 23-09-2005 02:13 |
| Dual Layer DVDs | damo12 | Blank Media | 3 | 20-07-2005 17:11 |
| Thread Tools | |
| |