<div dir="ltr"><div class="gmail_default" style="font-size:small">Andrew, I finally read through the patches and they look good within my limited knowledge.</div><div class="gmail_default" style="font-size:small">BUT, do you have any objection to moving the lines so that there are not confusing options where 720x576 and 720x480 repeat themselves -- i.e. the (w) does not show on the outer window and only after you highlight it? So the code from 0001-Add-SD-16-9-formats-to-BD-render.patch would look like below:<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">        { "720x576   25i",       720,576,  25.,    0, ILACE_MODE_BOTTOM_FIRST },<br>        { "720x576   25p*",      720,576,  25.,    0, ILACE_MODE_NOTINTERLACED },</div><div class="gmail_default" style="font-size:small">       <b> { "720x576(w)   25i",    720,576,  25.,    1, ILACE_MODE_BOTTOM_FIRST },<br>        { "720x576(w)   25p*",   720,576,  25.,    1, ILACE_MODE_NOTINTERLACED },</b><br>        { "720x480   29.97i",    720,480,  29.97,  0, ILACE_MODE_BOTTOM_FIRST },<br>        { "720x480   29.97p*",   720,480,  29.97,  0, ILACE_MODE_NOTINTERLACED },<br>        { "720x480(w)   29.97i",         720,480,  29.97,  1, ILACE_MODE_BOTTOM_FIRST },<br>        { "720x480(w)   29.97p*",        720,480,  29.97,  1, ILACE_MODE_NOTINTERLACED },</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">So as not to send bigger files to the Mailing List, I will send to Andrew, png shots.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jan 16, 2024 at 12:22 AM Andrew Randrianasulu <<a href="mailto:randrianasulu@gmail.com">randrianasulu@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I tried to edit in place ff_options before batchrender job was created.<br>
<br>
It seems  to work but need real (on real hardware player + TV) testing ...<br>
</blockquote></div>