Files
libopenshot/src
Jonathan Thomas cba676463d Fixing invalid frame mapping calculation (when using a linear algorithm to map framerates). We were accidentally adding +1 to the video_length, causing a slight rounding error, causing some random frames to be skipped.
For example, if a video with 100 frames was mapped to the same framerate, we would calculate the frame increment: 101 / 100 (instead of 100 / 100). In this simple example, the value increment should be 1.0, matching the source frames exactly.
2022-06-25 17:42:30 -05:00
..
2022-03-01 13:00:53 -06:00
2021-11-01 11:04:31 -04:00
2022-04-29 12:55:50 -05:00
2021-11-09 02:48:21 -05:00
2021-11-10 23:33:27 -05:00
2022-02-12 13:31:21 -06:00
2021-11-01 11:04:31 -04:00