[Cin] patch for 16:10 aspect ratio
Phyllis Smith
phylsmith2017 at gmail.com
Fri Nov 27 01:29:47 CET 2020
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.
On Sat, Oct 31, 2020 at 5:05 AM Andrew Randrianasulu via Cin <
cin at lists.cinelerra-gg.org> 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
> Cin at lists.cinelerra-gg.org
> https://lists.cinelerra-gg.org/mailman/listinfo/cin
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cinelerra-gg.org/pipermail/cin/attachments/20201126/1ade3c39/attachment-0001.htm>
More information about the Cin
mailing list