Thanks Igor, that must have been it. MatN On Thu, 30 Jun 2022 13:50:00 +0200 Igor BEGHETTO via Cin <[email protected]> wrote:
If you you want to change that in the GUI look at the video in https://transfer.sh/OhmYXm/Cin_VideoFade-AutomationRangeMaximum.ogv Maybe, moving the mouse on the AutomationRangeMaximum field and, with the mouse wheel, has been changed the value, for mistake?
Igor
Il 30/06/2022 10:46, [email protected] ha scritto:
I just found the problem, by comparing the Cinelerra_rc files of two different machines.
On the machine where it works normally, the value AUTOGROUPTYPE_VIDEO_FADE_MAX is set to 1.000000e+02 (=100).
On the machine where it failed, the value AUTOGROUPTYPE_VIDEO_FADE_MAX was set to 1.000000e+00 (=1).
Manually changing that to 1.000000e+02 fixed the problem. So deleting the Cinelerra_rc file probably would have fixed it too. But I only wonder how that value got in there. I cannot remember ever to have looked at that value before