Hello!
I downloaded dvda - author - package (GUI) for Windows yesterday.
I've pretty much figured out how to use the GUI version, but I am having a repeating issue.
I have 11 6-Channel 96K/24 bit Wav files that I am able to import into the program.
It tells me the total size will be 5.2 ~ 5.3 gigs in size, and I am trying to burn to a DVD 9/ DVD + R DL disc.
I set all the Options correctly (I assume...) and I click the Burn button.
It says it is building the .iso file, but it does this extremely quick, then it says it is going to burn, but instantly, it ejects the DVD + R DL and tells me that burn failed.
What the heck is going on here?????
Please let me know how I can resolve this.
Thank you!
** Here is the program's LOG when I click Burn:
Size of C:\Users\Admin\output\AUDIO_TS is 0
Size of C:\Users\Admin\output\VIDEO_TS is 0
Size of C:\Users\Admin\output is 0
Selected output directory: C:\Users\Admin\output
Processing input directory...
Command line : dvda-author.exe -g "F:\A_MOMENTARY_LAPSE_OF_REASON\1 - Signs of Life.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\2 - Learning to Fly.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\3 - The Dogs of War.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\4 - One Slip.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\5 - On the Turning Away.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\6 - Yet Another Movie.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\7 - Round and Around.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\8 - A New Machine - Part 1.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\9 - Terminal Frost.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\10 - A New Machine - Part 2.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\11 - Sorrow.wav" -P0 -W -o C:\Users\Admin\output -S --tempdir C:\Users\Admin\temp --lplex-tempdir C:\Users\Admin\ltemp
DVD-Audio authoring completed, output directory is C:\Users\Admin\output
Size of C:\Users\Admin\output\AUDIO_TS is 0
Size of C:\Users\Admin\output\VIDEO_TS is 0
Size of C:\Users\Admin\output is 0
Starting mkisofs...
Command line : bin\mkisofs.exe -dvd-audio -o C:\Users\Admin\dvd.iso C:\Users\Admin\output
Mkisofs started...
ISO file C:/Users/Admin\dvd.iso created
Now burning DVD... Please wait for completion.
Burning disc...please wait.
Command line: cdrecord -eject blank=fast dev=0,0,0 C:/Users/Admin\dvd.iso
Command line : bin\cdrecord.exe -eject blank=fast dev=0,0,0 C:\Users\Admin\dvd.iso
Cdrecord started...
Disc burning failed.
... As you can see in the above Log, all the "data" sizes are zero (within the "output" folder.)
When I move those files from the Browser to the right pane, it seems to be importing the files with no issue - it identifies the file, and gives numbers for how big the project will be.....
So, IMHO, there is something breaking down between the Import and build iso process....
You are right.
This is presumably caused by the fact you exceeded the 4.7 GB limit.
Dvda-author could be used with minor modifications for dual-layer DVDs.
Currently only Single-layer DVDs have been tested and supported.
You could try to copy-and-paste the command line
dvda-author.exe -g "F:\A_MOMENTARY_LAPSE_OF_REASON\1 - Signs of
Life.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\2 - Learning to Fly.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\3 - The Dogs of War.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\4 - One Slip.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\5 - On the Turning Away.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\6 - Yet Another Movie.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\7 - Round and Around.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\8 - A New Machine - Part 1.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\9 - Terminal Frost.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\10 - A New Machine - Part 2.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\11 - Sorrow.wav" -P0 -W -o
C:\Users\Admin\output -S --tempdir C:\Users\Admin\temp --lplex-tempdir
C:\Users\Admin\ltemp
and run it in a console, in the directory of the core application.Please
add to it the verbose flag -t and report back on what come out of it.
Le 17/11/2021 à 23:23, John Tlusty a écrit :
Related
Bugs: #20
Hello there, again!
I am sorry - didn't get around to trying this until now.....First, where exactly does that verbose flag "-t" go within the command line?Second, can I run the command-line within the Power Shell, or do I really need a Terminal App? (Didn't work in Power Shell, got all kinds of errors...)
Thank you for your assistance!!
John T.
-----Original Message-----
From: Fab Nicol fabnicol@users.sourceforge.net
To: [dvd-audio:bugs] 20@bugs.dvd-audio.p.re.sourceforge.net
Sent: Thu, Nov 18, 2021 3:43 am
Subject: [dvd-audio:bugs] Re: #20 Consistent Burn Fails (Win GUI)
You are right.This is presumably caused by the fact you exceeded the 4.7 GB limit.Dvda-author could be used with minor modifications for dual-layer DVDs.
Currently only Single-layer DVDs have been tested and supported.You could try to copy-and-paste the command linedvda-author.exe -g "F:\A_MOMENTARY_LAPSE_OF_REASON\1 - Signs of
Life.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\2 - Learning to Fly.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\3 - The Dogs of War.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\4 - One Slip.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\5 - On the Turning Away.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\6 - Yet Another Movie.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\7 - Round and Around.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\8 - A New Machine - Part 1.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\9 - Terminal Frost.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\10 - A New Machine - Part 2.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\11 - Sorrow.wav" -P0 -W -o
C:\Users\Admin\output -S --tempdir C:\Users\Admin\temp --lplex-tempdir
C:\Users\Admin\ltempand run it in a console, in the directory of the core application.Please
add to it the verbose flag -t and report back on what come out of it.Le 17/11/2021 à 23:23, John Tlusty a écrit :
... As you can see in the above Log, all the "data" sizes are zero
(within the "output" folder.)
When I move those files from the Browser to the right pane, it seems
to be importing the files with no issue - it identifies the file, and
gives numbers for how big the project will be.....
So, IMHO, there is something breaking down between the Import and
build iso process....[bugs:#20] https://sourceforge.net/p/dvd-audio/bugs/20/ Consistent
Burn Fails (Win GUI)Status: open
Group: v1.0 (example)
Labels: burn fail
Created: Wed Nov 17, 2021 07:58 PM UTC by John Tlusty
Last Updated: Wed Nov 17, 2021 07:58 PM UTC
Owner: nobodyHello!I downloaded dvda - author - package (GUI) for Windows yesterday.
I've pretty much figured out how to use the GUI version, but I am
having a repeating issue.
I have 11 6-Channel 96K/24 bit Wav files that I am able to import into
the program.
It tells me the total size will be 5.2 ~ 5.3 gigs in size, and I am
trying to burn to a DVD 9/ DVD + R DL disc.
I set all the Options correctly (I assume...) and I click the Burn button.
It says it is building the .iso file, but it does this extremely
quick, then it says it is going to burn, but instantly, it ejects the
DVD + R DL and tells me that burn failed.What the heck is going on here?????Please let me know how I can resolve this.Thank you! Here is the program's LOG when I click Burn:Size of C:\Users\Admin\output\AUDIO_TS is 0
Size of C:\Users\Admin\output\VIDEO_TS is 0
Size of C:\Users\Admin\output is 0
Selected output directory: C:\Users\Admin\output
Processing input directory...
Command line : dvda-author.exe -g "F:\A_MOMENTARY_LAPSE_OF_REASON\1 -
Signs of Life.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\2 - Learning to
Fly.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\3 - The Dogs of War.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\4 - One Slip.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\5 - On the Turning Away.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\6 - Yet Another Movie.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\7 - Round and Around.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\8 - A New Machine - Part 1.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\9 - Terminal Frost.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\10 - A New Machine - Part 2.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\11 - Sorrow.wav" -P0 -W -o
C:\Users\Admin\output -S --tempdir C:\Users\Admin\temp --lplex-tempdir
C:\Users\Admin\ltempDVD-Audio authoring completed, output directory is C:\Users\Admin\output
Size of C:\Users\Admin\output\AUDIO_TS is 0
Size of C:\Users\Admin\output\VIDEO_TS is 0
Size of C:\Users\Admin\output is 0
Starting mkisofs...
Command line : bin\mkisofs.exe -dvd-audio -o C:\Users\Admin\dvd.iso
C:\Users\Admin\output
Mkisofs started...ISO file C:/Users/Admin\dvd.iso created
Now burning DVD... Please wait for completion.Burning disc...please wait.
Command line: cdrecord -eject blank=fast dev=0,0,0 C:/Users/Admin\dvd.iso
Command line : bin\cdrecord.exe -eject blank=fast dev=0,0,0
C:\Users\Admin\dvd.iso
Cdrecord started...
Disc burning failed.Sent from sourceforge.net because you indicated interest in
https://sourceforge.net/p/dvd-audio/bugs/20/To unsubscribe from further messages, please visit
https://sourceforge.net/auth/subscriptions/
[bugs:#20] Consistent Burn Fails (Win GUI)Status: open
Group: v1.0 (example)
Labels: burn fail
Created: Wed Nov 17, 2021 07:58 PM UTC by John Tlusty
Last Updated: Wed Nov 17, 2021 10:23 PM UTC
Owner: nobodyHello!I downloaded dvda - author - package (GUI) for Windows yesterday.
I've pretty much figured out how to use the GUI version, but I am having a repeating issue.
I have 11 6-Channel 96K/24 bit Wav files that I am able to import into the program.
It tells me the total size will be 5.2 ~ 5.3 gigs in size, and I am trying to burn to a DVD 9/ DVD + R DL disc.
I set all the Options correctly (I assume...) and I click the Burn button.
It says it is building the .iso file, but it does this extremely quick, then it says it is going to burn, but instantly, it ejects the DVD + R DL and tells me that burn failed.What the heck is going on here?????Please let me know how I can resolve this.Thank you! Here is the program's LOG when I click Burn:Size of C:\Users\Admin\output\AUDIO_TS is 0
Size of C:\Users\Admin\output\VIDEO_TS is 0
Size of C:\Users\Admin\output is 0
Selected output directory: C:\Users\Admin\output
Processing input directory...
Command line : dvda-author.exe -g "F:\A_MOMENTARY_LAPSE_OF_REASON\1 - Signs of Life.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\2 - Learning to Fly.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\3 - The Dogs of War.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\4 - One Slip.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\5 - On the Turning Away.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\6 - Yet Another Movie.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\7 - Round and Around.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\8 - A New Machine - Part 1.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\9 - Terminal Frost.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\10 - A New Machine - Part 2.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\11 - Sorrow.wav" -P0 -W -o C:\Users\Admin\output -S --tempdir C:\Users\Admin\temp --lplex-tempdir C:\Users\Admin\ltempDVD-Audio authoring completed, output directory is C:\Users\Admin\output
Size of C:\Users\Admin\output\AUDIO_TS is 0
Size of C:\Users\Admin\output\VIDEO_TS is 0
Size of C:\Users\Admin\output is 0
Starting mkisofs...
Command line : bin\mkisofs.exe -dvd-audio -o C:\Users\Admin\dvd.iso C:\Users\Admin\output
Mkisofs started...ISO file C:/Users/Admin\dvd.iso created
Now burning DVD... Please wait for completion.Burning disc...please wait.
Command line: cdrecord -eject blank=fast dev=0,0,0 C:/Users/Admin\dvd.iso
Command line : bin\cdrecord.exe -eject blank=fast dev=0,0,0 C:\Users\Admin\dvd.iso
Cdrecord started...
Disc burning failed.Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/dvd-audio/bugs/20/To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Related
Bugs: #20
I tried with the command line you gave me, and I ended up with this error:
[ERR] File F:\A_MOMENTARY_LAPSE_OF_REASON\1 - Signs of Life.wav cannot be recorded to DVD-Audio without MLP encoding ( 6 channels, 24 bits, 96000 samples per second.)
Does your software not support LPCM 6-channel files at 96KHz & 24 bits??
-----Original Message-----
From: Fab Nicol fabnicol@users.sourceforge.net
To: [dvd-audio:bugs] 20@bugs.dvd-audio.p.re.sourceforge.net
Sent: Tue, Nov 23, 2021 4:13 pm
Subject: [dvd-audio:bugs] Re: #20 Consistent Burn Fails (Win GUI)
Just add -t after the call to dvda-author at the start of command line arguments.Use a simple cmd.exe console in the directory where the executable is located.
Le 23 nov. 2021 8:17 PM, John Tlusty jtmusicco@users.sourceforge.net a écrit :
Hello there, again!
I am sorry - didn't get around to trying this until now.....First, where exactly does that verbose flag "-t" go within the command line?Second, can I run the command-line within the Power Shell, or do I really need a Terminal App? (Didn't work in Power Shell, got all kinds of errors...)
Thank you for your assistance!!
John T.-----Original Message-----
From: Fab Nicol fabnicol@users.sourceforge.net
To: [dvd-audio:bugs] 20@bugs.dvd-audio.p.re.sourceforge.net
Sent: Thu, Nov 18, 2021 3:43 am
Subject: [dvd-audio:bugs] Re: #20 Consistent Burn Fails (Win GUI)You are right.This is presumably caused by the fact you exceeded the 4.7 GB limit.Dvda-author could be used with minor modifications for dual-layer DVDs.
Currently only Single-layer DVDs have been tested and supported.You could try to copy-and-paste the command linedvda-author.exe -g "F:\A_MOMENTARY_LAPSE_OF_REASON\1 - Signs of
Life.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\2 - Learning to Fly.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\3 - The Dogs of War.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\4 - One Slip.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\5 - On the Turning Away.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\6 - Yet Another Movie.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\7 - Round and Around.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\8 - A New Machine - Part 1.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\9 - Terminal Frost.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\10 - A New Machine - Part 2.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\11 - Sorrow.wav" -P0 -W -o
C:\Users\Admin\output -S --tempdir C:\Users\Admin\temp --lplex-tempdir
C:\Users\Admin\ltempand run it in a console, in the directory of the core application.Please
add to it the verbose flag -t and report back on what come out of it.Le 17/11/2021 à 23:23, John Tlusty a écrit :
... As you can see in the above Log, all the "data" sizes are zero
(within the "output" folder.)
When I move those files from the Browser to the right pane, it seems
to be importing the files with no issue - it identifies the file, and
gives numbers for how big the project will be.....
So, IMHO, there is something breaking down between the Import and
build iso process....[bugs:#20] https://sourceforge.net/p/dvd-audio/bugs/20/ Consistent
Burn Fails (Win GUI)Status: open
Group: v1.0 (example)
Labels: burn fail
Created: Wed Nov 17, 2021 07:58 PM UTC by John Tlusty
Last Updated: Wed Nov 17, 2021 07:58 PM UTC
Owner: nobodyHello!I downloaded dvda - author - package (GUI) for Windows yesterday.
I've pretty much figured out how to use the GUI version, but I am
having a repeating issue.
I have 11 6-Channel 96K/24 bit Wav files that I am able to import into
the program.
It tells me the total size will be 5.2 ~ 5.3 gigs in size, and I am
trying to burn to a DVD 9/ DVD + R DL disc.
I set all the Options correctly (I assume...) and I click the Burn button.
It says it is building the .iso file, but it does this extremely
quick, then it says it is going to burn, but instantly, it ejects the
DVD + R DL and tells me that burn failed.What the heck is going on here?????Please let me know how I can resolve this.Thank you! Here is the program's LOG when I click Burn:Size of C:\Users\Admin\output\AUDIO_TS is 0
Size of C:\Users\Admin\output\VIDEO_TS is 0
Size of C:\Users\Admin\output is 0
Selected output directory: C:\Users\Admin\output
Processing input directory...
Command line : dvda-author.exe -g "F:\A_MOMENTARY_LAPSE_OF_REASON\1 -
Signs of Life.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\2 - Learning to
Fly.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\3 - The Dogs of War.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\4 - One Slip.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\5 - On the Turning Away.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\6 - Yet Another Movie.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\7 - Round and Around.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\8 - A New Machine - Part 1.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\9 - Terminal Frost.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\10 - A New Machine - Part 2.wav"
"F:\A_MOMENTARY_LAPSE_OF_REASON\11 - Sorrow.wav" -P0 -W -o
C:\Users\Admin\output -S --tempdir C:\Users\Admin\temp --lplex-tempdir
C:\Users\Admin\ltempDVD-Audio authoring completed, output directory is C:\Users\Admin\output
Size of C:\Users\Admin\output\AUDIO_TS is 0
Size of C:\Users\Admin\output\VIDEO_TS is 0
Size of C:\Users\Admin\output is 0
Starting mkisofs...
Command line : bin\mkisofs.exe -dvd-audio -o C:\Users\Admin\dvd.iso
C:\Users\Admin\output
Mkisofs started...ISO file C:/Users/Admin\dvd.iso created
Now burning DVD... Please wait for completion.Burning disc...please wait.
Command line: cdrecord -eject blank=fast dev=0,0,0 C:/Users/Admin\dvd.iso
Command line : bin\cdrecord.exe -eject blank=fast dev=0,0,0
C:\Users\Admin\dvd.iso
Cdrecord started...
Disc burning failed.Sent from sourceforge.net because you indicated interest in
https://sourceforge.net/p/dvd-audio/bugs/20/To unsubscribe from further messages, please visit
https://sourceforge.net/auth/subscriptions/
[bugs:#20] Consistent Burn Fails (Win GUI)Status: open
Group: v1.0 (example)
Labels: burn fail
Created: Wed Nov 17, 2021 07:58 PM UTC by John Tlusty
Last Updated: Wed Nov 17, 2021 10:23 PM UTC
Owner: nobodyHello!I downloaded dvda - author - package (GUI) for Windows yesterday.
I've pretty much figured out how to use the GUI version, but I am having a repeating issue.
I have 11 6-Channel 96K/24 bit Wav files that I am able to import into the program.
It tells me the total size will be 5.2 ~ 5.3 gigs in size, and I am trying to burn to a DVD 9/ DVD + R DL disc.
I set all the Options correctly (I assume...) and I click the Burn button.
It says it is building the .iso file, but it does this extremely quick, then it says it is going to burn, but instantly, it ejects the DVD + R DL and tells me that burn failed.What the heck is going on here?????Please let me know how I can resolve this.Thank you! Here is the program's LOG when I click Burn:Size of C:\Users\Admin\output\AUDIO_TS is 0
Size of C:\Users\Admin\output\VIDEO_TS is 0
Size of C:\Users\Admin\output is 0
Selected output directory: C:\Users\Admin\output
Processing input directory...
Command line : dvda-author.exe -g "F:\A_MOMENTARY_LAPSE_OF_REASON\1 - Signs of Life.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\2 - Learning to Fly.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\3 - The Dogs of War.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\4 - One Slip.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\5 - On the Turning Away.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\6 - Yet Another Movie.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\7 - Round and Around.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\8 - A New Machine - Part 1.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\9 - Terminal Frost.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\10 - A New Machine - Part 2.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\11 - Sorrow.wav" -P0 -W -o C:\Users\Admin\output -S --tempdir C:\Users\Admin\temp --lplex-tempdir C:\Users\Admin\ltempDVD-Audio authoring completed, output directory is C:\Users\Admin\output
Size of C:\Users\Admin\output\AUDIO_TS is 0
Size of C:\Users\Admin\output\VIDEO_TS is 0
Size of C:\Users\Admin\output is 0
Starting mkisofs...
Command line : bin\mkisofs.exe -dvd-audio -o C:\Users\Admin\dvd.iso C:\Users\Admin\output
Mkisofs started...ISO file C:/Users/Admin\dvd.iso created
Now burning DVD... Please wait for completion.Burning disc...please wait.
Command line: cdrecord -eject blank=fast dev=0,0,0 C:/Users/Admin\dvd.iso
Command line : bin\cdrecord.exe -eject blank=fast dev=0,0,0 C:\Users\Admin\dvd.iso
Cdrecord started...
Disc burning failed.Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/dvd-audio/bugs/20/To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/ [bugs:#20] Consistent Burn Fails (Win GUI)Status: open
Group: v1.0 (example)
Labels: burn fail
Created: Wed Nov 17, 2021 07:58 PM UTC by John Tlusty
Last Updated: Wed Nov 17, 2021 10:23 PM UTC
Owner: nobodyHello!I downloaded dvda - author - package (GUI) for Windows yesterday.
I've pretty much figured out how to use the GUI version, but I am having a repeating issue.
I have 11 6-Channel 96K/24 bit Wav files that I am able to import into the program.
It tells me the total size will be 5.2 ~ 5.3 gigs in size, and I am trying to burn to a DVD 9/ DVD + R DL disc.
I set all the Options correctly (I assume...) and I click the Burn button.
It says it is building the .iso file, but it does this extremely quick, then it says it is going to burn, but instantly, it ejects the DVD + R DL and tells me that burn failed.What the heck is going on here?????Please let me know how I can resolve this.Thank you!** Here is the program's LOG when I click Burn:Size of C:\Users\Admin\output\AUDIO_TS is 0
Size of C:\Users\Admin\output\VIDEO_TS is 0
Size of C:\Users\Admin\output is 0
Selected output directory: C:\Users\Admin\output
Processing input directory...
Command line : dvda-author.exe -g "F:\A_MOMENTARY_LAPSE_OF_REASON\1 - Signs of Life.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\2 - Learning to Fly.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\3 - The Dogs of War.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\4 - One Slip.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\5 - On the Turning Away.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\6 - Yet Another Movie.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\7 - Round and Around.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\8 - A New Machine - Part 1.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\9 - Terminal Frost.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\10 - A New Machine - Part 2.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\11 - Sorrow.wav" -P0 -W -o C:\Users\Admin\output -S --tempdir C:\Users\Admin\temp --lplex-tempdir C:\Users\Admin\ltempDVD-Audio authoring completed, output directory is C:\Users\Admin\output
Size of C:\Users\Admin\output\AUDIO_TS is 0
Size of C:\Users\Admin\output\VIDEO_TS is 0
Size of C:\Users\Admin\output is 0
Starting mkisofs...
Command line : bin\mkisofs.exe -dvd-audio -o C:\Users\Admin\dvd.iso C:\Users\Admin\output
Mkisofs started...ISO file C:/Users/Admin\dvd.iso created
Now burning DVD... Please wait for completion.Burning disc...please wait.
Command line: cdrecord -eject blank=fast dev=0,0,0 C:/Users/Admin\dvd.iso
Command line : bin\cdrecord.exe -eject blank=fast dev=0,0,0 C:\Users\Admin\dvd.iso
Cdrecord started...
Disc burning failed.Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/dvd-audio/bugs/20/To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
[bugs:#20] Consistent Burn Fails (Win GUI)Status: open
Group: v1.0 (example)
Labels: burn fail
Created: Wed Nov 17, 2021 07:58 PM UTC by John Tlusty
Last Updated: Wed Nov 17, 2021 10:23 PM UTC
Owner: nobodyHello!I downloaded dvda - author - package (GUI) for Windows yesterday.
I've pretty much figured out how to use the GUI version, but I am having a repeating issue.
I have 11 6-Channel 96K/24 bit Wav files that I am able to import into the program.
It tells me the total size will be 5.2 ~ 5.3 gigs in size, and I am trying to burn to a DVD 9/ DVD + R DL disc.
I set all the Options correctly (I assume...) and I click the Burn button.
It says it is building the .iso file, but it does this extremely quick, then it says it is going to burn, but instantly, it ejects the DVD + R DL and tells me that burn failed.What the heck is going on here?????Please let me know how I can resolve this.Thank you!** Here is the program's LOG when I click Burn:Size of C:\Users\Admin\output\AUDIO_TS is 0
Size of C:\Users\Admin\output\VIDEO_TS is 0
Size of C:\Users\Admin\output is 0
Selected output directory: C:\Users\Admin\output
Processing input directory...
Command line : dvda-author.exe -g "F:\A_MOMENTARY_LAPSE_OF_REASON\1 - Signs of Life.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\2 - Learning to Fly.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\3 - The Dogs of War.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\4 - One Slip.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\5 - On the Turning Away.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\6 - Yet Another Movie.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\7 - Round and Around.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\8 - A New Machine - Part 1.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\9 - Terminal Frost.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\10 - A New Machine - Part 2.wav" "F:\A_MOMENTARY_LAPSE_OF_REASON\11 - Sorrow.wav" -P0 -W -o C:\Users\Admin\output -S --tempdir C:\Users\Admin\temp --lplex-tempdir C:\Users\Admin\ltempDVD-Audio authoring completed, output directory is C:\Users\Admin\output
Size of C:\Users\Admin\output\AUDIO_TS is 0
Size of C:\Users\Admin\output\VIDEO_TS is 0
Size of C:\Users\Admin\output is 0
Starting mkisofs...
Command line : bin\mkisofs.exe -dvd-audio -o C:\Users\Admin\dvd.iso C:\Users\Admin\output
Mkisofs started...ISO file C:/Users/Admin\dvd.iso created
Now burning DVD... Please wait for completion.Burning disc...please wait.
Command line: cdrecord -eject blank=fast dev=0,0,0 C:/Users/Admin\dvd.iso
Command line : bin\cdrecord.exe -eject blank=fast dev=0,0,0 C:\Users\Admin\dvd.iso
Cdrecord started...
Disc burning failed.Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/dvd-audio/bugs/20/To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Related
Bugs: #20