<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<br>
<br>
<div class="moz-cite-prefix">Den 25.11.2021 06:05, skrev Andrew
Randrianasulu:<br>
</div>
<blockquote type="cite"
cite="mid:CA+rFky5JtPZp=pDmCdFyou6_QqV2fb3aJ2wC86WtEMeE+00kYw@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<br>
<br>
On Thursday, November 25, 2021, Terje J. Hanssen <<a
href="mailto:terjejhanssen@gmail.com" moz-do-not-send="true">terjejhanssen@gmail.com</a>>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
Den 24.11.2021 23:29, skrev Andrew Randrianasulu:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
# Is it possible to blank out the empty structures written
to<br>
DVD+RW, in case it require a blank disc?<br>
<br>
<br>
not sure..<br>
<br>
</blockquote>
</blockquote>
</blockquote>
<br>
I quick formatted the DVD+RW disc with K3b, and did a new attempt
from start worked. Not sure what solved the first time issue, but
now it worked.<br>
<br>
<br>
<blockquote type="cite"
cite="mid:CA+rFky5JtPZp=pDmCdFyou6_QqV2fb3aJ2wC86WtEMeE+00kYw@mail.gmail.com">
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
try also to burn resulted image with some gui software? (just
in case..)<br>
<br>
</blockquote>
</blockquote>
</blockquote>
<br>
The /tmp/BD_HDV_20081103140154_m2t-eac3_m2ts.udfs directory
structure?<br>
<br>
<blockquote type="cite"
cite="mid:CA+rFky5JtPZp=pDmCdFyou6_QqV2fb3aJ2wC86WtEMeE+00kYw@mail.gmail.com">
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
</blockquote>
<br>
It would be of interest if optional procedures with GUI tools
could be set up and tested to create Blu-ray video discs,
tsMuxer and/or MP4Box istead of FFMeg if possible (I don't know
em) and K3b with support for Blu-ray discs?</blockquote>
<div><br>
</div>
<div>yeah, i'll try to adapt somescript found in blog [*] for
creating .meta file for tsmuxer. </div>
<div>mp4box probably should me nentioned somewhere in manual as
way to get pcm-in-mp4 output</div>
<div><br>
</div>
<div> </div>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
(My experience with K3b mostly has been with recording raw
videofiles from HDD to BD-R data discs for backup purposes,
which lastly ended with firmware issues for the newer editions
BD-R discs).<br>
<br>
<br>
Below added my latest successful test:<br>
<br>
******************************<wbr>**********************<br>
<br>
New test using DVD+R disc and growiso instead:<br>
<br>
<br>
# The DVD+R disc is written OK<br>
# Open the top BDMV with VLC from Gnome Files starts playing the
video.</blockquote>
<div><br>
</div>
<div>cool, patience win! </div>
<div><br>
</div>
<div>But.. does it play in hw player? <br>
</div>
</blockquote>
<br>
Both the DVD+RW abd DVD-R discs works with VLC media player.<br>
<br>
But my Samsung UHD Blu-ray player put out the discs saying "Cannot
play the disc, not according to the specification".<br>
Not surprising really; DVD discs with BDMV structure and a HDV.m2ts
media file.<br>
Will try at a later oportunity to burn and test it with a real BD-RE
disc.<br>
<br>
<blockquote type="cite"
cite="mid:CA+rFky5JtPZp=pDmCdFyou6_QqV2fb3aJ2wC86WtEMeE+00kYw@mail.gmail.com">
<div><br>
</div>
<div>[*] - <a
href="https://www.google.com/amp/s/irishjesus.wordpress.com/2010/10/17/blu-ray-movie-authoring-in-linux/amp/"
moz-do-not-send="true">https://www.google.com/amp/s/irishjesus.wordpress.com/2010/10/17/blu-ray-movie-authoring-in-linux/amp/</a></div>
<div><br>
</div>
<div>====</div>
<div>function mux_bluray_assets {</div>
<div> echo 'Muxing streams and generating BDMV file structure'</div>
<div> # create the metafile needed by tsMuxeR</div>
<div><br>
</div>
<div> echo "MUXOPT --no-pcr-on-video-pid --new-audio-pes --blu-ray
--vbr
--custom-chapters=00:00:00.000;00:05:00.000;00:10:00.000;00:15:00.000;00:20:00.000;00:25:00.000
--split-size=2GB --vbv-len=500" > $TSMUXER_META</div>
<div> echo "V_MPEG4/ISO/AVC, \"$H264_FILE\", fps=23.976,
insertSEI, contSPS, ar=As source" >> $TSMUXER_META</div>
<div> echo "A_LPCM, \"$WAV_FILE\", lang=eng" >>
$TSMUXER_META</div>
<div><br>
</div>
<div> # mux the two files and generate the BR-structure</div>
<div> $TSMUXER $TSMUXER_META $BDMV_PATH >>mkbdmovie.log
2>&1</div>
<div>}</div>
<div><br>
</div>
<br>
</blockquote>
<br>
Yeah, the url above is one of the references I have saved and
written to pdf.<br>
But sorry, I don't understand much of the script.<br>
<br>
What I meant with gui tools above, was it would be useful (if time
allows later) with gui procedure steps for MP3Box and tsMuxer?<br>
For K3b there already is a couple of references regarding burning
Blu-ray discs:<br>
<a class="moz-txt-link-freetext" href="https://www.debugpoint.com/2018/08/burn-blu-ray-disks-ubuntu-linux-k3b/">https://www.debugpoint.com/2018/08/burn-blu-ray-disks-ubuntu-linux-k3b/</a><br>
<a class="moz-txt-link-freetext" href="https://askubuntu.com/questions/1306860/k3b-cant-burn-blu-ray-disc-mkisofs-crashes">https://askubuntu.com/questions/1306860/k3b-cant-burn-blu-ray-disc-mkisofs-crashes</a><br>
<br>
Terje J. H<br>
<br>
<br>
<br>
<br>
</body>
</html>