<div dir="ltr"><div class="gmail_default" style="font-size:small">Tested and tested some more and all is good and checked into GIT.</div><div class="gmail_default" style="font-size:small">All that is left is getting some resolution for TRUEHD !<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Apr 23, 2022 at 4:34 PM Andrew Randrianasulu <<a href="mailto:randrianasulu@gmail.com">randrianasulu@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br><br>On Saturday, April 23, 2022, Phyllis Smith <<a href="mailto:phylsmith2017@gmail.com" target="_blank">phylsmith2017@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"> <br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>in theory by adding ' -c timeinterval in seconds' as argument {in addition to two other mandatory args} to bdwrite, manually for now... </div></blockquote><div><span class="gmail_default" style="font-size:small">"Theoretical" not working.  Testing this does not require the actual bluray writer.  All one has to do is run BD Render under the File pulldown and take the defaults.  Once done, you will see a directory in /tmp called bd_20220423_time.  Inside this directory, there is a file bd.sh.  Edit this file and on the bdwrite line, add the 3rd paramater.  I tried adding -c 45000, then 45000, then even c and always get "</span> <b>cant scan media: c</b><span class="gmail_default" style="font-size:small"><b>"</b> or instead of c, whatever I typed in.  It must be allowing for additional media as the third parameter (and maybe a slew of media sources too).<br></span></div></div><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"><div><br></div><div><br></div><div>you tried it as first argument? bdwrite c=1000 arg1 arg2 ... </div></blockquote><div> </div><div><span class="gmail_default" style="font-size:small">Now I have</span><span class="gmail_default" style="font-size:small">.  </span> <br></div><div><span class="gmail_default" style="font-size:small"># </span>bdwrite c=45000 /tmp/bd_20220413-082102/udfs /tmp/bd_20220413-082102/bd.m2ts<br>c=45000/BDMV: No such file or directory<br></div></div></div></blockquote><div><br></div><div><br></div><div><br></div><div>oh, I am *mega* sorry - custom option processing caught me unprepared! </div><div><br></div><div>now I think I fixed it:</div><div><br></div><div><br></div><div>$ rm udfs/ -rf</div><div>$ mkdir udfs</div><div>$ ./bdwrite -c 1000 udfs/ bd.m2ts</div><div>Chapter interval: 1000</div><div>$ ./bdwrite udfs/ bd.m2ts</div><div>udfs//BDMV: File exists</div><div>$ rm udfs/ -rf</div><div>$ mkdir udfs</div><div>$ ./bdwrite udfs/ bd.m2ts</div><div>$ ./bdwrite -c 1000 udfs/ bd.m2ts</div><div>Chapter interval: 1000</div><div>udfs//BDMV: File exists</div><div>$ rm udfs/ -rf</div><div>$ mkdir udfs</div><div>$ ./bdwrite -c 10 udfs/ bd.m2ts</div><div>Chapter interval: 10</div><div>$</div><div><br></div><div>see attached diff</div>
</blockquote></div>