On Saturday, April 23, 2022, Phyllis Smith <phylsmith2017@gmail.com> wrote:in theory by adding ' -c timeinterval in seconds' as argument {in addition to two other mandatory args} to bdwrite, manually for now..."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 " cant scan media: c" 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).you tried it as first argument? bdwrite c=1000 arg1 arg2 ...Now I have.# bdwrite c=45000 /tmp/bd_20220413-082102/udfs /tmp/bd_20220413-082102/bd.m2ts
c=45000/BDMV: No such file or directoryoh, I am *mega* sorry - custom option processing caught me unprepared!now I think I fixed it:$ rm udfs/ -rf$ mkdir udfs$ ./bdwrite -c 1000 udfs/ bd.m2tsChapter interval: 1000$ ./bdwrite udfs/ bd.m2tsudfs//BDMV: File exists$ rm udfs/ -rf$ mkdir udfs$ ./bdwrite udfs/ bd.m2ts$ ./bdwrite -c 1000 udfs/ bd.m2tsChapter interval: 1000udfs//BDMV: File exists$ rm udfs/ -rf$ mkdir udfs$ ./bdwrite -c 10 udfs/ bd.m2tsChapter interval: 10$see attached diff