<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<br>
<br>
<div class="moz-cite-prefix">Den 23.01.2024 21:58, skrev Phyllis
Smith:<br>
</div>
<blockquote type="cite"
cite="mid:CAOckJE3Ar8WHzjN46iHG2atdycjvztTT5mW_7yN99Y5T_XjoVg@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="ltr">
<div style="font-size:small" class="gmail_default">For inclusion
in the Manual based on Andrew's work is the text below. Let
me know if it needs changes.<br>
</div>
..............<br>
<div style="font-size:small" class="gmail_default"><br>
8) Change directory to the location as shown on the terminal
window of dvd.sh.<br>
9) Using an editor, modify the line in dvd.sh to change
"dvd.ac3" to "dvd.lpcm"<br>
</div>
</div>
</blockquote>
<br>
There is also a second line in dvd.sh containing "ac3":<br>
<audio format="ac3" lang="en"/><br>
Shouldn't also "ac3" in this line be replaced by "lpcm"?<br>
<br>
If I do so, running the script results in<br>
<br>
INFO: default video format is PAL<br>
ERR: Cannot parse audio option 'lpcm'<br>
-----------<br>
<br>
dvd.mpg is created and looks ok with lpcm included<br>
<br>
But the iso is empty!?<br>
<br>
<br>
<blockquote type="cite"
cite="mid:CAOckJE3Ar8WHzjN46iHG2atdycjvztTT5mW_7yN99Y5T_XjoVg@mail.gmail.com">
<div dir="ltr">
<div style="font-size:small" class="gmail_default">and change
the mplex parameter to include:<br>
<br>
-L 48000:2:16<br>
<br>
The full line will look like this:<br>
<br>
mplex -f 8 -L 48000:2:16 -o $dir/dvd.mpg $dir/dvd.m2v
$dir/dvd.lpcm<br>
<br>
10) Now the script is ready to run in the same manner it would
have had it been ac3.<br>
That is just run via: ./dvd.sh<br>
11) Check to make sure there are no errors in the output shown
on the window and proceed<br>
as usual.<br>
</div>
<br>
</div>
</blockquote>
</body>
</html>