maRci002

Results 15 issues of maRci002

closes #146 This PR contains the following: - Removed the dependency on the `ffmpeg_kit` package. - Created `FFmpegConfig` to improve video and cover export functionality. - Added an example demonstrating...

enhancement

First of all, congratulations on this package. The video editor feature is very powerful, however, the convert / export functionality could be decoupled from the package. For instance, I could...

enhancement

Currently, users cannot zoom out beyond the boundaries of the video. This means that if the video is in a 1:1 aspect ratio and the user selects a 9:16 aspect...

enhancement

The `Transform` widget can rotate, translate, and scale a widget without actually changing its underlying position or size. However, this can sometimes be a problem. I have turned on widget...

bug

Hello, in some cases `long0` gets wrong value if `longc` is `0` and messes up the result of proj4js. Here is an example: ``` // EPSG:6932 var proj4Def = '+proj=laea...