<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><div style="font-size:small" class="gmail_default">Note, that I did not find the following exception.  I tested audio at 8K and 80K with no problem.<br></div><div style="font-size:small" class="gmail_default"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail_default" style="font-size:small"></span>
ALSO, IMPORTANT! Audio must be 48Khz or 96Khz, nothing else is<br>
supported, even by ffmpeg's dvd pcm encoder.</blockquote></div></div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default"><u>DVD with LPCM audio </u>(new small section) <br><br>By default, the audio when creating a DVD is always AC3 (Arc Consistency Algorithm 3).<br>However you can switch to PCM, Pulse Code Modulator, with just a few additional steps<br>as outlined below.<br><br>0) Start CinGG from a terminal window so you will be able to see what is happening.<br>1) Make sure you have your video with audio loaded and edited in CinGG to your satisfaction.<br>2) Use the File pulldown and select the "DVD Render" option.<br>3) In the Create DVD window, accept the defaults or select different values and then click OK.<br>4) When the Batch Render window pops up, in the big box towards the bottom will be 2 lines <br>with the first line for Video already highlighted.  Instead, click on the second line so that<br>it is highlighted.<br>5) On the top left, you will see the "File Format" set as AC3.  Use the down arrow next to<br>the box and change it to "Raw PCM" by clicking on it.<br>6) When you switch to Raw PCM, you see the extension in the "Output path" change to "pcm"<br>instead of "ac3".  Now just reset the extension from "pcm" to "lpcm" as that is required.<br>In most cases if you click on the Audio wrench to see the settings, you will find that the<br>standard settings of 16 bit Linear / Hi Lo work.  If not, experiment for alternatives.<br>7) Now click on the "Start" box in the bottom left hand corner and CinGG will process what<br>it can of the job and put you back at your terminal startup window.<br>8) You will see a few lines of output, some of which are shown below, and the ERROR:<br><br>running /dev/shm//dvd_20240116-182336/dvd.sh<br>   INFO: [mplex] mplex version 2.1.0 (2.2.7 $Date: 2012/11/17 01:55:16 $)<br>**ERROR: [mplex] Unable to open file<br>/dev/shm/dvd_20240116-182336/dvd.ac3 for reading.<br><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>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><div style="font-size:small" class="gmail_default"></div><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail_default" style="font-size:small"></span>
ALSO, IMPORTANT! Audio must be 48Khz or 96Khz, nothing else is<br>
supported, even by ffmpeg's dvd pcm encoder.<br>
</blockquote></div></div>