<a href="https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/thread/A2DCO7H5W7WMKQV4SWKO2SQ6NOTD4EYT/?sort=date">https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/thread/A2DCO7H5W7WMKQV4SWKO2SQ6NOTD4EYT/?sort=date</a><div><br></div><div><br></div><div>oh, so many details about error management! </div><div><br></div><div>from 2013.. </div><div>====</div><div><br></div><div>To summarize the process:</div><div><br></div><div>Use x264 through ffmpeg or directly to convert the video to H.264 per the</div><div>recommendations on <a href="http://www.x264bluray.com">www.x264bluray.com</a>. Add the -fps flag if you need it.</div><div>Unless you have a REALLY fast machine or an eternity to wait, use the slow</div><div>preset instead of veryslow.</div><div>Extract the audio, I used ffmpeg to extract the existing AC3 audio.</div><div>Use tsMuxeR to create the proper blu-ray folder structure and mux'ed stream</div><div>(unfortunately not FOSS, but free)</div><div>Use ImgBurn under WINE to create the image for burning, which supports UDF</div><div>2.50 for blu-ray (and 2.60, but that's not needed).</div><div><br></div><div>===</div><div>so for now tsmuxer IS free, but imgburn not. </div><div><br></div><div>imgburn might require setting windows version in Wine to winxp</div><div><a href="https://www.imgburn.com/">https://www.imgburn.com/</a></div><div><br></div><div>in theory new mkudffs can be used for making udf image, and then.. </div><div><br></div><div>try udfclient (cli tool from netbsd) to put files into it (should be in debian/ubuntu) ? </div><div><br></div><div><a href="https://openports.pl/path/sysutils/udfclient">https://openports.pl/path/sysutils/udfclient</a></div><div><br></div><div>===</div><div>udfclient interactive commands</div><div>------------------------------</div><div><br></div><div>These are ftp-like, with some differences.  Use the 'help' command at</div><div>the "UDF>" prompt to display a summary.</div><div><br></div><div>Of particular value is a 'get' or 'put' of a directory.  This will copy</div><div>the entire structure in or out of the filesystem.</div><div><br></div><div>===</div><div><br></div><div><br></div><div><a href="https://github.com/pali/udftools/issues/20">https://github.com/pali/udftools/issues/20</a></div><div><a href="https://superuser.com/questions/1552763/using-udfutils-to-create-a-data-bd-r-image-on-linux">https://superuser.com/questions/1552763/using-udfutils-to-create-a-data-bd-r-image-on-linux</a></div><div><br></div><div>note, some of those links contradict each other on (un) ability of udfcliet to put files/dirs into udf 2.5 formatted image... Only test will tell.. (afterwards usual linux kernel driver should show files in r/o mode) </div><div><br></div><div><br></div><div>nerolinux is also non-free (and from 2012)</div><div><a href="https://medium.com/@justdan96/using-nerocmd-in-ubuntu-19-10-627c5b157fed">https://medium.com/@justdan96/using-nerocmd-in-ubuntu-19-10-627c5b157fed</a></div><div><br></div><div><a href="http://home.thomas.pp.ua/soft/linux/Nero%20Linux%204.0.0.0%20x86_x64/">http://home.thomas.pp.ua/soft/linux/Nero%20Linux%204.0.0.0%20x86_x64/</a></div><div>(not tested) </div><div><br></div><div><br></div>