OpenShot / openshot-qt

OpenShot Video Editor is an award-winning free and open-source video editor for Linux, Mac, and Windows, and is dedicated to delivering high quality video editing and animation solutions to the world.
http://www.openshot.org
Other
4.35k stars 544 forks source link

Audio Effects properties are in seconds instead of milliseconds #5406

Open leodf1 opened 9 months ago

leodf1 commented 9 months ago

Describe the bug: Property field of Audio Effects are seconds, instead of milliseconds

Steps to reproduce the behavior:

  1. Add an audio effects to audio clip on timeline
  2. Go to Properties for that Effect
  3. Change any field titled in (ms)
  4. Change affected by seconds, not milliseconds

Expected behavior: Change should be in milliseconds, instead of seconds

System Details:

Log Files: If you are experiencing a crash, please collect and attach logs of the problem. Log files can be found in the .openshot_qt folder in your user home directory. Log files over 2 MB in size will need to be compressed, please attach a ZIP file instead of the raw logs.

Exception / Stacktrace: If you are experiencing a crash or strange output on the command line, please attach a small snippet of the exception here, but please keep it as small as possible (for readability).

Screenshots: (Optional) If applicable, add screenshots to help explain your problem. To include screenshots, copy/paste them here, drag the image(s) into this form, or click the link below this edit field to load images saved to your computer. All images are public, so please don't post screenshots containing personal information.

leodf1 commented 9 months ago

For example: Expander Effect

Attack and Release properties are titled as 'ms' (as it should be). But the field value '1,00' is actually one second, not one millisecond.

So to set the property to 10 milliseconds, one needs to type 0,01, instead of 10,00.

And values of 1 - 9 milliseconds are impossible to enter because the field only accepts two decimal places. ie: 0,01 = 10 milliseconds minimum