<br><br>On Saturday, November 13, 2021, Terje J. Hanssen <<a href="mailto:terjejhanssen@gmail.com">terjejhanssen@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div>
    <br>
    <br>
    <div>Den 13.11.2021 17:45, skrev Andrew
      Randrianasulu:<br>
    </div>
    <blockquote type="cite">
      
      <br>
      <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
        ------------------------<br>
        <br>
        <br>
        <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
          <br>
              (Another one for "home-made HD videos" on Blu-ray discs
          (BDAV):<br>
              Will it be possible to record (copy) source 1080iHDV.m2t
          files<br>
              (video and audio) to the BD-R(E) discs?)<br>
          <br>
          <br>
          <br>
          I was thinking about integrating tsMuxer but this does not
          solve problem about unavailability of pre-encoded packets in
          cin's vframe for mpeg2.. Probably BC_COMPRESSED  type should
          be split for mjpeg/dv/mpeg2/h264 types but this is larger
          rework than I can attempt from tablet ...<br>
          <br>
          <br>
        </blockquote>
        If tsMuxer (or another dedicated utility) could author a BDAV
        Blu-Ray for burning on BD-RE disk (and DVD-R), this could make
        it possible to preserve and test playabilty compliance of DV SD
        and MPEG-2 HD(V) streams content on the same disc, as described
        in these papers:<br>
        <br>
        Blu-ray Disc, Rewritable Format, Audio Visual Application Format
        Specifications for BD-RE Version 2.1, March 2008:<br>
        Figure 3.1.4.2.3: Stream file and Clip Information file for DV
        in BDAV directory<br>
        <a href="http://www.blu-raydisc.com/Assets/Downloadablefile/BD-RE_Part3_V2.1_WhitePaper_080406-15271.pdf" target="_blank">http://www.blu-raydisc.com/Ass<wbr>ets/Downloadablefile/BD-RE_Par<wbr>t3_V2.1_WhitePaper_080406-1527<wbr>1.pdf</a><br>
        <br>
        Blu-ray Disc Association. UDF2.5. 25/50GB. BDAV. As of December
        2016. ROM4.0. Ultra HD Blu-ray™. ROM. Part3. V3.1. ROM. Part2.
        V2.0. ROM. Part1. V2.0. BDMV.<br>
        <a href="http://www.blu-raydisc.info/docs/Spec_Info/AllBooksDecember2016.pdf" target="_blank">http://www.blu-raydisc.info/do<wbr>cs/Spec_Info/AllBooksDecember2<wbr>016.pdf</a></blockquote>
      <div><br>
      </div>
      <div><br>
      </div>
      <div>well, if you have player (or friend(s) with player(s)) you
        can try for yourself</div>
      <div><br>
      </div>
      <div><a href="https://github.com/justdan96/tsMuxer/commits/master" target="_blank">https://github.com/justdan96/<wbr>tsMuxer/commits/master</a></div>
      <div><br>
      </div>
      <div>i think they have pre-compiled version. Be aware in tsmuxer
        context DV usually mean Dolby Vision, not dv as dv video codec. </div>
      <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
        <br>
      </blockquote>
    </blockquote>
    <br>
    I downloaded and unpacked an appimage, but could not see BDAV
    mentioned. Have you seen any good user examples for tsMuxer?</div><div><br>
    <br>
    Terje J. H<br>
    <br>
  </div></blockquote><div><br></div><div>if (qt5) gui works for you you can try following</div><div><a href="https://elatom.com/software/tsmuxergui-software-for-ts-muxing-with-mpeg-hevc-uhd-support">https://elatom.com/software/tsmuxergui-software-for-ts-muxing-with-mpeg-hevc-uhd-support</a></div><div><br></div><div> pure cmd line use a bit more involved</div><div><br></div><div>from githab page</div><div><br></div><div>---</div><div>Syntax</div><div>The following lines form a list of tracks and their parameters. The format is as follows: <code name>, <file name>, <parameters>. Parameters are separated with commas, with each parameter consisting of a name and a value, separated with an equals sign. Example of META file:</div><div><br></div><div>MUXOPT --blu-ray</div><div>V_MPEG4/ISO/AVC, D:/media/test/stream.h264, fps=25</div><div>A_AC3, D:/media/test/stream.ac3, timeshift=-10000ms</div><div><br></div><div>In this example one AC3 audio stream and one H264 video stream are multiplexed into BD disc. The input file name can reference an elementary stream or a track located inside a container.</div><div><br></div><div>Supported input containers:</div><div><br></div><div>TS/M2TS/MTS</div><div>EVO/VOB/MPG/MPEG</div><div>MKV</div><div>MOV/MP4</div><div>MPLS (Blu-ray media play list file)</div><div><br></div><div>Names of codecs in the meta file:</div><div><br></div><div>Meta File Code  Description</div><div>V_MPEGI/ISO/VVC       H.266/VVC</div><div>V_MPEGH/ISO/HEVC        H.265/HEVC</div><div>V_MPEG4/ISO/AVC        H.264/AVC</div><div>V_MPEG4/ISO/MVC H.264/MVC</div><div>V_MS/VFW/WVC1   VC1</div><div>V_MPEG-2      MPEG2</div><div>A_AC3       AC3/AC3+/TRUE-HD</div><div>A_AAC    AAC</div><div>A_DTS DTS/DTS-Express/DTS-HD</div><div>A_MP3      MPEG audio layer 1/2/3</div><div>A_LPCM     raw pcm data or PCM WAV file</div><div>S_HDMV/PGS   Presentation graphic stream (BD subtitle format)</div><div>S_TEXT/UTF8      SRT subtitle format. Encoding MUST be UTF-8/UTF-16/UTF-32</div><div>Each track may have additional parameters. Track parameters do not have dashes. If a parameter's value consists of several words, it must be enclosed in quotes.</div><div><br></div><div>---</div><div><br></div><div>from old firum thread</div><div><br></div><div><a href="https://forum.doom9.org/archive/index.php/t-142559.html">https://forum.doom9.org/archive/index.php/t-142559.html</a></div><div><br></div><div><br></div>