openshot.developers team mailing list archive
-
openshot.developers team
-
Mailing list archive
-
Message #03974
[Bug 602637] [NEW] Constant Values
Public bug reported:
There are a few constant value limits that I could not see how to change
(in the code):
1. 300.000000000 - The limit to the number of seconds an image can apply.
2. -110 - The limit for X and Y (%) when setting keyframes for an image.
Such limitations seem arbitrary and unnecessarily prohibitive.
Recommendations:
(a) Include a single Python file called constants.py and place all limiting constants in that file.
(b) Allow the user to change the limits in the Edit -> Preference settings.
The limit for -110 cannot be worked around. The limit for 300 can be
worked around by duplicating the image.
** Affects: openshot
Importance: Undecided
Status: New
--
Constant Values
https://bugs.launchpad.net/bugs/602637
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.
Status in OpenShot Video Editor: New
Bug description:
There are a few constant value limits that I could not see how to change (in the code):
1. 300.000000000 - The limit to the number of seconds an image can apply.
2. -110 - The limit for X and Y (%) when setting keyframes for an image.
Such limitations seem arbitrary and unnecessarily prohibitive.
Recommendations:
(a) Include a single Python file called constants.py and place all limiting constants in that file.
(b) Allow the user to change the limits in the Edit -> Preference settings.
The limit for -110 cannot be worked around. The limit for 300 can be worked around by duplicating the image.
Follow ups
References