On Wednesday, April 13, 2022, Phyllis Smith <[email protected]> wrote:
Not sure what you want to change but making the box a little higher so that the green + and red x are lower can be done by changing the yS(290) to a larger number than 290 (what is currently line 481) as shown below in bdcreate.C
tbanks!
option_presets(); int scr_x = mwindow->gui->get_screen_x(0, -1); int scr_w = mwindow->gui->get_screen_w(0, -1); int scr_h = mwindow->gui->get_screen_h(0, -1); int w = xS(560), *h = yS(290)*; int x = scr_x + scr_w/2 - w/2, y = scr_h/2 - h/2;
The new "Profile" box looks OK. Did you want to change the placement of "use tsmuxer"?
no, just move ok/cancel buttons a bit down relative to others... and may be make nice rows out of usual checkboxes
On Tue, Apr 12, 2022 at 5:42 PM Andrew Randrianasulu < [email protected]> wrote:
thanks!
for further testing - right now my bd creation window look like this (attached)
not very aligned.. I'll try to fix this but layout rules for various gui elements still not clear for me, any help?
On Wednesday, April 13, 2022, Phyllis Smith <[email protected]> wrote:
Tested and checked into GIT the following from the MEGApile: 0001, 0002, 0003, 0011, 0032
$ git am --whitespace=fix megapile_8/*
Applying: ffmpeg 4.4 bluray lpcm encoder Applying: Fix ffmpeg 4.4 bluray lpcm patch for 5.1 ? Applying: Add simple m2ts lpcm profile
...
Applying: Rename m2ts_pcm.m2ts to bluray_lpcm.m2ts
...
Applying: realtime prio only on linux and termux for now