<div dir="ltr"><div class="gmail_default" style="font-size:small">Andrew,</div><div class="gmail_default" style="font-size:small">Also tested and checked into GIT, the 16_10_plus_formats patch to add the 16:10 aspect ratio and additional formats.  There are a LOT of formats now and it seems like the world keeps inventing new ones.  But at least you have got this updated for now.  Thanks.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Oct 31, 2020 at 5:05 AM Andrew Randrianasulu via Cin <<a href="mailto:cin@lists.cinelerra-gg.org">cin@lists.cinelerra-gg.org</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">Spend some time looking at where exactly those settings were located. Turned out in theme.C :}<br>
<br>
diff --git a/cinelerra-5.1/cinelerra/theme.C b/cinelerra-5.1/cinelerra/theme.C<br>
index d89c789f..ea96309c 100644<br>
--- a/cinelerra-5.1/cinelerra/theme.C<br>
+++ b/cinelerra-5.1/cinelerra/theme.C<br>
@@ -274,6 +274,7 @@ void Theme::build_menus()<br>
        aspect_ratios.append(new BC_ListBoxItem("3:2"));<br>
        aspect_ratios.append(new BC_ListBoxItem("4:3"));<br>
        aspect_ratios.append(new BC_ListBoxItem("16:9"));<br>
+       aspect_ratios.append(new BC_ListBoxItem("16:10"));<br>
        aspect_ratios.append(new BC_ListBoxItem("2.10:1"));<br>
        aspect_ratios.append(new BC_ListBoxItem("2.20:1"));<br>
        aspect_ratios.append(new BC_ListBoxItem("2.25:1"));<br>
<br>
------<br>
<br>
Some presets in defaultformats.h may also benefit from upgrade?<br>
But what kind of new formats we might want to add there? Just higher resolution ones?<br>
<br>
-- <br>
Cin mailing list<br>
<a href="mailto:Cin@lists.cinelerra-gg.org" target="_blank">Cin@lists.cinelerra-gg.org</a><br>
<a href="https://lists.cinelerra-gg.org/mailman/listinfo/cin" rel="noreferrer" target="_blank">https://lists.cinelerra-gg.org/mailman/listinfo/cin</a><br>
</blockquote></div>