В сообщении от Friday 27 November 2020 03:29:47 Phyllis Smith via Cin написал(а): > Andrew, > 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.
Thank *you*! /me sends virtual hughs to Phyllis, of types she prefer/accept now. > > On Sat, Oct 31, 2020 at 5:05 AM Andrew Randrianasulu via Cin < > [email protected]> wrote: > > > Spend some time looking at where exactly those settings were located. > > Turned out in theme.C :} > > > > diff --git a/cinelerra-5.1/cinelerra/theme.C > > b/cinelerra-5.1/cinelerra/theme.C > > index d89c789f..ea96309c 100644 > > --- a/cinelerra-5.1/cinelerra/theme.C > > +++ b/cinelerra-5.1/cinelerra/theme.C > > @@ -274,6 +274,7 @@ void Theme::build_menus() > > aspect_ratios.append(new BC_ListBoxItem("3:2")); > > aspect_ratios.append(new BC_ListBoxItem("4:3")); > > aspect_ratios.append(new BC_ListBoxItem("16:9")); > > + aspect_ratios.append(new BC_ListBoxItem("16:10")); > > aspect_ratios.append(new BC_ListBoxItem("2.10:1")); > > aspect_ratios.append(new BC_ListBoxItem("2.20:1")); > > aspect_ratios.append(new BC_ListBoxItem("2.25:1")); > > > > ------ > > > > Some presets in defaultformats.h may also benefit from upgrade? > > But what kind of new formats we might want to add there? Just higher > > resolution ones? > > > > -- > > Cin mailing list > > [email protected] > > https://lists.cinelerra-gg.org/mailman/listinfo/cin > > > -- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin

