чт, 18 янв. 2024 г., 22:07 Phyllis Smith <phylsmith2017@gmail.com>:
Andrew, I finally read through the patches and they look good within my limited knowledge.
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:

        { "720x576   25i",       720,576,  25.,    0, ILACE_MODE_BOTTOM_FIRST },
        { "720x576   25p*",      720,576,  25.,    0, ILACE_MODE_NOTINTERLACED },
        { "720x576(w)   25i",    720,576,  25.,    1, ILACE_MODE_BOTTOM_FIRST },
        { "720x576(w)   25p*",   720,576,  25.,    1, ILACE_MODE_NOTINTERLACED },

        { "720x480   29.97i",    720,480,  29.97,  0, ILACE_MODE_BOTTOM_FIRST },
        { "720x480   29.97p*",   720,480,  29.97,  0, ILACE_MODE_NOTINTERLACED },
        { "720x480(w)   29.97i",         720,480,  29.97,  1, ILACE_MODE_BOTTOM_FIRST },
        { "720x480(w)   29.97p*",        720,480,  29.97,  1, ILACE_MODE_NOTINTERLACED },


no objection, nice catch!

So as not to send bigger files to the Mailing List, I will send to Andrew, png shots.

On Tue, Jan 16, 2024 at 12:22 AM Andrew Randrianasulu <randrianasulu@gmail.com> wrote:
I tried to edit in place ff_options before batchrender job was created.

It seems  to work but need real (on real hardware player + TV) testing ...