<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<br>
<br>
<div class="moz-cite-prefix">Den 06.03.2023 15:02, skrev Andrew
Randrianasulu:<br>
</div>
<blockquote type="cite"
cite="mid:CA+rFky6ax7O+oXG=u7HStmbmCZwS7aKjBGjCZWr1sdpMb9mpzQ@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="auto">I think you need another software like
(q)dvdauthor or dvdstyler to make DVD - they use *program*
streams, not transport streams as tsMuxer creates ...</div>
</blockquote>
<br>
I thought first to use mkisofs, but didnt really find out the
relevant syntax to make a video dvd iso from the ffmpeg created
dv28.mpg file with pcm audio.<br>
<br>
Had a quick look in DVD styler, but for audio it seemed to support
only AC3 or MP2 audio.<br>
<br>
DeVeDe:<br>
So I installed and tried "DeVeDe(NG)" - a "Video DVD creator"
program I had never heard about before recently<br>
<a class="moz-txt-link-freetext" href="https://www.xmodulo.com/create-video-dvd-linux-desktop.html">https://www.xmodulo.com/create-video-dvd-linux-desktop.html</a><br>
<br>
With DeVeDe I managed to create the video DVD structure and ISO, and
it offered to burn the iso with K3b automatically,<br>
With its Property/Misch buttons the selection in the middle offered:<br>
*Repack audio and video without reencoding (Useful for VOB files)<br>
<br>
The problem is that the Audio (PCM) disappeared from the dv28.mpg
input file<br>
<br>
The burned DVD from iso:<br>
<br>
tree ./DVDVIDEO -sh<br>
<blockquote>./DVDVIDEO<br>
├── [ 40] AUDIO_TS<br>
└── [ 612] VIDEO_TS<br>
├── [ 12K] VIDEO_TS.BUP<br>
├── [ 12K] VIDEO_TS.IFO<br>
├── [ 32K] VIDEO_TS.VOB<br>
├── [ 18K] VTS_01_0.BUP<br>
├── [ 18K] VTS_01_0.IFO<br>
├── [3.6M] VTS_01_0.VOB<br>
├── [ 32K] VTS_01_1.VOB<br>
├── [ 18K] VTS_02_0.BUP<br>
├── [ 18K] VTS_02_0.IFO<br>
├── [ 32K] VTS_02_0.VOB<br>
└── [133M] VTS_02_1.VOB<br>
</blockquote>
2 directories, 11 files<br>
<br>
<br>
The structure and iso created on HDD:<br>
<br>
tree . -sh<br>
<blockquote>.<br>
├── [138M] dv28_DVD.iso<br>
├── [4.0K] dvd_tree<br>
│ ├── [4.0K] AUDIO_TS<br>
│ └── [4.0K] VIDEO_TS<br>
│ ├── [ 12K] VIDEO_TS.BUP<br>
│ ├── [ 12K] VIDEO_TS.IFO<br>
│ ├── [ 32K] VIDEO_TS.VOB<br>
│ ├── [ 18K] VTS_01_0.BUP<br>
│ ├── [ 18K] VTS_01_0.IFO<br>
│ ├── [3.6M] VTS_01_0.VOB<br>
│ ├── [ 32K] VTS_01_1.VOB<br>
│ ├── [ 18K] VTS_02_0.BUP<br>
│ ├── [ 18K] VTS_02_0.IFO<br>
│ ├── [ 32K] VTS_02_0.VOB<br>
│ └── [133M] VTS_02_1.VOB<br>
├── [4.0K] menu<br>
│ ├── [2.0K] menu_0_active_bg.png<br>
│ ├── [ 64K] menu_0_bg.png<br>
│ ├── [3.6M] menu_0B.mpg<br>
│ ├── [3.6M] menu_0.mpg<br>
│ ├── [2.0K] menu_0_selected_bg.png<br>
│ ├── [1.7K] menu_0_unselected_bg.png<br>
│ └── [ 442] menu_0.xml<br>
├── [4.0K] movies<br>
│ └── [133M] movie_0.mpg<br>
└── [4.0K] xml_data<br>
└── [1.7K] dvdauthor.xml<br>
<br>
6 directories, 21 files<br>
</blockquote>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</body>
</html>